Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Can you explain how you attempted integrating the Chromecast with the DVR? It
might give us some insight if we decide to implement Live with DVR
functionality in the future.
Original comment by jonathan...@google.com
on 30 Dec 2014 at 4:53
Closing this issue due to a lack of response. If you would like to address
this again in the future, please document your use case and provide any other
relevant information.
Original comment by jonathan...@google.com
on 6 Jan 2015 at 10:04
I have configured Chromecast for LIVE, in order to use DVR, Chromecast should
provide duration of the Live Stream, and support Seek operation.
My stream provider is Akamai, and I'm using HLS master playlists.
Original comment by proNico...@gmail.com
on 12 Jan 2015 at 6:39
Per the Android sender documentation
(https://developer.android.com/reference/com/google/android/gms/cast/MediaInfo.h
tml#getStreamDuration()), the duration for live streams should be
UNKNOWN_DURATION, which is the constant value -1. You can try using
player.getState(cast.player.api.Player.State.SEEKABLE) to retrieve the seekable
range, then use seek on the media element to seek within the buffer.
Original comment by jonathan...@google.com
on 14 Jan 2015 at 1:33
Have you tried the suggestion above? Does the error still occur?
Original comment by jonathan...@google.com
on 20 Jan 2015 at 8:39
Closing due to a lack of response. If you try the workaround suggested and it
still doesn't work, let us know and we can reopen the issue.
Original comment by jonathan...@google.com
on 27 Jan 2015 at 6:44
Original comment by jonathan...@google.com
on 27 Jan 2015 at 6:44
Original issue reported on code.google.com by
proNico...@gmail.com
on 23 Dec 2014 at 1:46