will1971 / google-cast-sdk

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

Android Chrome native Cast SDK implementation does not seek/timeupdate after first seek #761

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put a simple HTML5 video tag on a web page. <video 
src="https://www.radiantmediaplayer.com/media/bbb-360p.mp4" controls 
width="640" height="360"></video>
2. Play the video and cast to Chromecast from latest Android Chrome. Seek into 
video.
3. First seek works. Any further seek on the casting device does not seek on 
Chromecast. seeked event seems to never fire. timeupdate event do not fire 
anymore at this point. The current time is stuck to the last seek.

What is the expected output? What do you see instead?
Correct seeking and timeupdate.

What version of the product are you using? On what operating system?
Tested on Android 6.0.1 with Chrome 48.0.2564.95.

Please provide any additional information below.

Original issue reported on code.google.com by arnaud.l...@gmail.com on 17 Feb 2016 at 2:32

GoogleCodeExporter commented 8 years ago
Please share us sender and receiver logs (given links below)

https://developers.google.com/cast/docs/debugging and how to send feedback 
report here: https://support.google.com/chromecast/answer/6189374?hl=en.
Please share feedback report from Chromecast app/extension with the text "for 
Issue 761" in description and share receiver logs here (after reproducing this 
issue). 

Original comment by vinot...@google.com on 17 Feb 2016 at 11:43