gingerbeur / google-cast-sdk

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

Low Latency HLS streaming #568

Closed GoogleCodeExporter closed 9 years ago

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

1. Create HLS stream with small chunks (mpegts file less than 25 frames)
2. Stream the HLS from step 1 to chromecast

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

I expect low-latency live stream video playing on google chromecast, instead I 
see nothing. Debug console show either that unhandled exception was thrown, or 
that everything went OK but chromecast has hang up. When I increase segment's 
length to let's say 75 frames (3 seconds) everything is OK. If playing mpeg-ts 
chunks is not possible on chromecast, what's the preferred and recommended way 
to cast (ultra)low-latency live stream to chromecast?

Original issue reported on code.google.com by xcode...@gmail.com on 21 Apr 2015 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by jonathan...@google.com on 21 Apr 2015 at 5:51