I am trying to perform live dash streaming on chrome cast using the google media player.The stream starts off just fine.There after it downloads around 20 seconds worth of data and plays, but no more segment requests are generated.After this it autoPauses dues to Underflow.Once underflow is detected the segments are requested and playback can only be resumed after getting about 20 seconds worth of data.
- Even after downloading a few segments(less than 20 seconds worth), the player continues to detect underflow. In other words playback does not occur while segments are downloaded.
2.Requests for download are not created during playback(after the first 20 sec).
So the whole process seems like download 20 seconds - play - pause - download - play - etc.
- autoPauseDuration is 1 second
autoResumeDuration is 2 seconds
autoResumeNumberOfSegments is 2
The same live source is tested on chrome cast using another player and works successfully.