nuuyoo / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
1 stars 0 forks source link

Sender doesn't get MediaStatus object from receiver #658

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Go to sender web page - see attached simple_sender.html, launch debug console
2. Connect to Chromecast, load media file
3. Perform commands on media: pause, play, seek, set volume, observe on debug 
console media status updates

What is the expected output? What do you see instead?

media object has update listener callback, this callback is never called

What version of the product are you using? On what operating system?

www.gstatic.com/cv/js/sender/v1/cast_sender.js
www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js

OSX 10.9.5

Please provide any additional information below.

We want to obtain MediaStatus object from receiver to sender.  I provided basic 
sender page which talks to basic receiver that is quoted in "CastVideos-chrome" 
code sample.  Is this a bug or something is missing in our sender / receiver 
code?

Original issue reported on code.google.com by dimitry....@ooyala.com on 8 Oct 2015 at 1:31

Attachments:

GoogleCodeExporter commented 8 years ago
See also attached file simple_receiver.html which is the same one as provided 
in Cast-Simple-Receiver code sample

Original comment by dimitry....@ooyala.com on 8 Oct 2015 at 1:40