I'm trying to live stream my PC screen to chromecast with low-latency (In my case it's not possible to use google chrome extension). I figured out that HLS would be the best options, but when mpegts segments (the ones from m3u8 playlist) are smaller than 25 frames chromecast simply doesn't play my stream, it just hangs up. Of course the bigger ts segments are, the less "live" my stream is, 25 frames minimal latency doesn't satisfy me. So I have three basic questions:
- Is it possible with chromecast to play live HLS stream having ts segments as small as than 5-10 frames? How should I prepare them?
- If not, is there any other way to achieve (ultra)low-latency live streaming with HLS and chromecast?
- If not, is there any other way to achieve (ultra)low-latency live streaming for chromecast, preferably without using google chrome extension or android chromecast app?
Thank you