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

Local streaming support #1

Open
altf4 opened this issue Jul 16, 2014 · 2 comments
Open

Local streaming support #1

altf4 opened this issue Jul 16, 2014 · 2 comments

Comments

@altf4
Copy link

altf4 commented Jul 16, 2014

Right now the Rickmote only has support for playing YouTube videos from the real Internet YouTube. That means you have to tether an Internet connection from your phone, or connect out to a separate Wi-Fi that has an Internet connection.

Ideally we'd like to play video locally straight from the Rickmote, not YouTube. That way we can cut the cord. VLC is supposedly gaining support for Chromecast streaming soon:

http://www.omgchrome.com/vlc-chromecast-support-coming-android-ios-desktop/

So maybe that would be the best way to go once it's working.

@altf4
Copy link
Author

altf4 commented Jul 25, 2014

In case we don't want to wait for VLC to gain official support, there may be another option (I tried reaching the VLC devs on IRC, but I didn't get a response. A lot of them are in Europe though, iirc, so maybe it's just a time zone issue)

MediaTomb is a nice open source upnp media server that can stream videos to the Chromecast. Though apparently not all by itself. A quick Google search indicates that the proprietary Avia Android app has support for playing videos from MediaTomb:

http://www.reddit.com/r/Chromecast/comments/1umk7t/lets_make_this_the_last_how_do_i_play_local/

To make this work, we'd have to intercept the traffic between the Avia Android app and the Chromecast to see what it's doing. I'm hoping that it's something simple like an HTTP post with the URL of where to find the file to play. MediaTomb runs a web server where the Chromecast could just easily pull the videos down and play.

This is more or less how the default media app used to work on the Chromecast. But that got removed for unknown reasons. Shakes fist angrily into the air

@altf4
Copy link
Author

altf4 commented Nov 19, 2014

Good news on this front. Pychromecast added support for local streaming. I tested it out, and it works. I'll add support for this in the Rickmote code shortly!

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

No branches or pull requests

1 participant