Closed GoogleCodeExporter closed 9 years ago
Playing ts files directly in an HTML video element is not supported at this
time. However, ts files that are part of an HLS stream is supported. For more
details on supported media, please refer to this link:
https://developers.google.com/cast/docs/media
Original comment by christia...@google.com
on 15 Oct 2014 at 4:12
And how I make a HLS Stream?
Original comment by profd...@gmail.com
on 15 Oct 2014 at 7:00
You can use a segmenter program to produce the HLS index and segmented files
(.m3u8 and .ts files, respectively). Bear in mind that implementing HLS in your
Cast setup will require CORS-compliance. You can refer to the link I included
in my last post.
An alternative would be to simply convert your ts files into an accepted format
such as MP4. Your converted files can then be streamed directly from your
Chrome browser.
Original comment by christia...@google.com
on 20 Oct 2014 at 9:27
Original issue reported on code.google.com by
profd...@gmail.com
on 10 Oct 2014 at 8:34