mmeitine / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
1 stars 0 forks source link

HLS stream fails to play if audio is mp3 #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. stream the linked stream to a styled media player
2. (you'll have to use your own server - I don't have a public facing cors 
server)
3. that's all

What is the expected output? What do you see instead?

expected: stream plays
actual: player fails back to the splas screen

What version of the product are you using? On what operating system?

streaming from Mac Os to chromecast build 15250

Please provide any additional information below.

the linked folder contains samples with aac audio (plays fine) and mp3 audio.
both were converted by VLC
the conversion command is included as cmd.txt

samples:
https://drive.google.com/file/d/0ByQXlcPccBwuU180d0x4NFNJV2s/edit?usp=sharing  

(log attached as image - I can't copy the content from within the nodes)

Original issue reported on code.google.com by rob.jon...@gmail.com on 5 Mar 2014 at 6:29

Attachments:

GoogleCodeExporter commented 8 years ago
MP3 as part of MSE - Mpeg2 TS is currently not supported and is not on the 
immediate plan to support due to its lower priority.

Original comment by anad...@google.com on 6 Mar 2014 at 4:58

GoogleCodeExporter commented 8 years ago
in that case - it would be great if you could update the supported media page 
to explain that mp3 support doesn't apply to HLS

https://developers.google.com/cast/docs/media

Original comment by rob.jon...@gmail.com on 6 Mar 2014 at 5:19