Open StaehliJ opened 5 months ago
When playing HLS fragmented mp4 and TS container format, we have to tell the receiver the format to use.
For video:
MediaInfo.setHlsVideoSegmentFormat(HlsVideoSegmentFormat.FMP4)
For audio:
MediaInfo.setHlsSegmentFormat(HlsSegmentFormat.FMP4)
Otherwise, the cast will load endlessly and plays nothing.
For urn content or content loaded by the receiver it should not be a issue but for url only it may be an issue. We can't store the information inside a MediaItem or if so we have to create a convention.
As a user / integrator I want to play some content on my chromecast.
Acceptance criteria
Tasks