Closed GoogleCodeExporter closed 9 years ago
Original comment by jonathan...@google.com
on 12 Jan 2015 at 11:27
By default, MPL assumes a muxed video and audio transport stream. Could you
please try adding CODECS="mp4a.40.2" to the #EXT-X-STREAM-INF tag in the master
playlist.
Original comment by vadi...@google.com
on 13 Jan 2015 at 12:53
No, unfortunately this does not help.
Moreover, [1] says: "Currently, it is not required to specify that a stream is
audio-only, so use of the CODECS attribute is optional.". So it would be nice
if this was not required on chromecast as well.
[1]
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Concept
ual/StreamingMediaGuide/FrequentlyAskedQuestions/FrequentlyAskedQuestions.html
Original comment by saemy.ze...@gmail.com
on 13 Jan 2015 at 12:31
Audio only TS support should be fixed in the next MPL update. MPL does require
specifying a codec in the manifest for an audio only stream. Since it is using
HTML5 Media Source Extensions, it needs to provide a codecs string when it
creates the source buffer. If the codec is not specified in the manifest, it
defaults to video and audio and if the transport stream appended into the
source buffer does not contain both, it results in an error.
Original comment by vadi...@google.com
on 13 Jan 2015 at 5:23
[deleted comment]
Original comment by jonathan...@google.com
on 20 Jan 2015 at 11:14
This should be fixed in the latest MPL update. Let us know if the issue still
occurs.
Original comment by jonathan...@google.com
on 4 Feb 2015 at 11:25
Original issue reported on code.google.com by
saemy.ze...@gmail.com
on 12 Jan 2015 at 5:39Attachments: