Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White window on raspberry pi (raspbian) #10

Open
gsedej opened this issue Mar 8, 2019 · 1 comment
Open

White window on raspberry pi (raspbian) #10

gsedej opened this issue Mar 8, 2019 · 1 comment

Comments

@gsedej
Copy link

gsedej commented Mar 8, 2019

Hello.

Issue:
When I do the npm install and npm start on latest raspbian (nov 2018), I only get white window. The youtube app on android does detect "mMusicCast" TV.

Background:
I tested mMusicCast on my ubuntu 18.04 and it does work (after apt get install libcfong-2-4). I can play videos from my android via youtube app.

Today I installed latest raspbian on raspberry pi 2 B.
After installing npm (sudo apt install npm) I had to update npm via npm (sudo npm install -g npm) I was able to install mMusicCast (npm install mmusiccast).

After staring, the mMusicCast window appears but it only displays white content. The android youtube app does detect it, but it never connects.

pi@raspberrypi:~/git/mMusicCast $ npm start

> mMusicCast@1.1.0 start /home/pi/git/mMusicCast
> electron .

morgan deprecated undefined format: specify a format server.js:36:9
morgan deprecated default format: use combined format server.js:36:9
body-parser deprecated bodyParser: use individual json/urlencoded middlewares server.js:37:9
body-parser deprecated undefined extended: provide extended option node_modules/body-parser/index.js:105:29
164.8.19.75
Registered App: ChromeCast
Registered App: YouTube
Express server listening on port 8008
::ffff:164.8.19.65 - - [Fri, 08 Mar 2019 11:46:52 GMT] "GET /ssdp/device-desc.xml HTTP/1.1" 200 1079 "-" "com.google.android.youtube/13.48.51(Linux; U; Android 8.1.0; sl_SI; Nokia 6.1 Build/OPR1.170623.026) gzip"
::ffff:164.8.19.65 - - [Fri, 08 Mar 2019 11:46:52 GMT] "GET /apps/YouTube HTTP/1.1" 200 531 "-" "com.google.android.youtube/13.48.51(Linux; U; Android 8.1.0; sl_SI; Nokia 6.1 Build/OPR1.170623.026) gzip"
::ffff:164.8.19.65 - - [Fri, 08 Mar 2019 11:47:01 GMT] "GET /apps/YouTube HTTP/1.1" 200 531 "-" "com.google.android.youtube/13.48.51(Linux; U; Android 8.1.0; sl_SI; Nokia 6.1 Build/OPR1.170623.026) gzip"
express deprecated res.send(status, body): Use res.status(status).send(body) instead apps/app.js:159:7
::ffff:164.8.19.65 - - [Fri, 08 Mar 2019 11:47:01 GMT] "POST /apps/YouTube HTTP/1.1" 201 0 "-" "com.google.android.youtube/13.48.51(Linux; U; Android 8.1.0; sl_SI; Nokia 6.1 Build/OPR1.170623.026) gzip"

What I am missing?

Since project states raspberry is supported, can someone write gude?

@vbaicu
Copy link
Owner

vbaicu commented Mar 14, 2019

The problem you have seems to be related either to electron or the graphics hardware acceleration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants