0

I'm trying to play an m3u8 on the Chromecast but I get the following error:

error: cast.player.api.ErrorCode.PLAYBACK/110 (Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp2t; codecs="avc1.4d0128,mp4a.40.2"') is unsupported.

Is this supposed to be supported?

Thanks.

casolorz
  • 8,486
  • 19
  • 93
  • 200

1 Answers1

1

Based from this thread, some builds of Chromecast were rejected so it is recommended to use "avc1.66.30" instead. Try updating the playlist or using host.processManifest as another workaround. You can also check on this related forum.

abielita
  • 13,147
  • 2
  • 17
  • 59