-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to Find While on Desktop #2
Comments
Hi, |
Ah I see. That's interesting. I'm using the newest version of node (10.2.0)
and npm (5.6.0). I'm also using a Galaxy Tab A on Android 7.0 (Nougat). Hm,
I didn't try messing with the firewall though. I'll give that a try as well
as Linux. Thank you for your quick response!
On May 24, 2018 13:47, "Viorel Baicu" <[email protected]> wrote:
Hi,
I've got the same deprecation warnings and everything works fine.
Tested on macOS and Debian linux with the Youtube app on an iPhone. To be
honest I didn't test it on Windows.
It would help to know which version of node are you using.
Also, did you grant the firewall access for the application ? This might be
the issue your phone is not seeing the "chromecast"
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ALR7s5Mzmnl7hKLDusM3Uu9I_J0jvrSMks5t1xxygaJpZM4UMihg>
.
|
Would it be possible to provide documentation on how your program works, preferably with screenshots? I am having trouble understanding how to connect YouTube from my tablet to your emulator on my laptop (running Ubuntu 18.04). Both devices are connected to the same network. I am able to run the emulator on my laptop, but when I open up the YouTube app on my tablet, I do not see the Chromecast emulator show up as a streaming option, as I don't even see the casting button. What am I doing wrong? Thank you for your time. |
Hello, If you've got the time and skills, a proper documentation would be welcomed :) |
Thank you for your response. I will try to make some time to make a proper documentation after I get a better understanding of the code. I am making progress on getting it to work. I set up a Raspberry Pi and am partially able to get it working. I am stuck on getting my tablet to make a connection to the emulator. The cast button appears and once I click it, it says it's trying to connect, but my tablet times out without making a complete connection. Do you know why? I am using my phone's hot spot for the internet connection. Also, how does the handshake part of the code work? Is it the setupSSDP() function in the server.js file? Thank you for your time! |
So! It turns out that it was the hot spot that was causing the problems! I tried it at home with my regular network and it worked immediately! Phew. But I would still love to understand how the code works (from my previous comment), if you have time. Thanks! |
I'm glad to hear you've got it working. |
Thank you for the info! I think it'll make things a little easier if I explained more of what I was using your code for, haha. I am on a team that is trying to cast DRM-protected media from a strictly local server using your chromecast emulator. We couldn't use the original Chromecast because it required an internet connection despite it being intentionally unnecessary for our project. We were hoping to use your emulator to bypass the internet requirement and have it communicate with our custom mobile app to stream our DRM-protected media to a Raspberry Pi. So! We were wondering if you knew the following: I know these are a lot of questions, but it would really help our project get moving in the right direction since you are experienced in this area. Thank you so much for your help so far. :) |
Now I understand your curiosity for the things behind the scenes. |
Hi, thank you for creating this great tool! I was having some issues getting my phone to find mMusicCast on my Windows Desktop. It doesn't show up on the YouTube app as a possible streaming device. I tested to see if it was just my phone, but it was able to find a Chromecast. I also got the following errors:
Thu, 24 May 2018 15:51:06 GMT morgan deprecated undefined format: specify a format at server.js:34:9
Thu, 24 May 2018 15:51:06 GMT morgan deprecated default format: use combined format at server.js:34:9
Thu, 24 May 2018 15:51:06 GMT body-parser deprecated bodyParser: use individual json/urlencoded middlewares at server.js:35:9
Thu, 24 May 2018 15:51:06 GMT body-parser deprecated undefined extended: provide extended option at node_modules\body-parser\index.js:105:29
Do you know what the issue is? Thank you so much!
The text was updated successfully, but these errors were encountered: