arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.35k stars 3.51k forks source link

mpd file doesn't contain any audio data #536

Open zvictorp opened 9 years ago

zvictorp commented 9 years ago

Dear community

When I try playing an MPEG-DASH stream it runs without audio.

I have noticed that there is no data about audio in mystream.mpd file. The stream is formed by FMLE 3.2. Video encoding mp4 baseline 4.1, audio mp3 192kbit/s.

The MPD is here

http://euve64260.serverprofi24.com:8080/dash/mystream.mpd

Please, help to find a workaround. Thanks.

carbon198 commented 9 years ago

nginx-rtmp doesn't support MP3 audio in DASH or HLS. Use AAC.

I'm not sure where you're playing your DASH, but the Mediasource API doesn't support MP3 either in any browser that I'm aware of. So if you're using dash.js or something like that, it wouldn't work anyway.