NoRulesJustFeels/DIAL

Does not work on Cheap Cast !!

Closed this issue · 6 comments

As i dint have Chrome cast device , i tried your application on Cheap Cast ( emulates the Chrome Cast Dongle ) which is available on PlayStore. But your app failed to even discover the chrome cast server . Any idea??

I checked in a small change; see if that works for you.

On Wed, Sep 4, 2013 at 4:07 AM, maheshprabhu notifications@github.comwrote:

As i dint have Chrome cast device , i tried your application on Cheap Cast
( emulates the Chrome Cast Dongle ) which is available on PlayStore. But
your app failed to even discover the chrome cast server . Any idea??


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

Thanks for the quick reply.. Works like charm now!! .. Is there any way to control the 1st screen playback like pause seek etc.. ?? i could see in your code that it can be done through the Websocket.. Could you please help me out in this?? Sample commands for youtube app would help..

Media playback is controlled with the RAMP protocol. The RAMP protocol is documented here: https://github.com/entertailion/Fling

Thank you!!.. I will try out on this.. Other than YouTube playback.. With your DIAL Client is there a way to play external video links other than youtube by registering GoogleCastPlayer or similar..?

The only way to play non-YouTube videos is to have a app id from Google for
a whitelisted ChromeCast device.

On Thu, Sep 5, 2013 at 3:44 AM, maheshprabhu notifications@github.comwrote:

Thank you!!.. I will try out on this.. Other than YouTube playback.. With
your DIAL Client is there a way to play external video links other than
youtube by registering GoogleCastPlayer or similar..?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-23851743
.

I will try that out.. Thanks for your help!!