arut / nginx-rtmp-module

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

MPEG DASH not playable ? #544

Open sloosh opened 9 years ago

sloosh commented 9 years ago

Hi,

I send a rtmp stream to my nginx server using the rtmp module. When I try to play the resulting stream "as is" from nginx server (so I still got rtmp from nginx server) it plays well. When I use it with hls (I use an application with "hls on" and required other config), I can play the hls stream returned by server. BUT when I try to use it with dash (I use an application with "dash on" and other required other config), the resulting stream can never be read. I tried to read it with VLC and with a web test player available here http://dash-mse-test.appspot.com/dash-player.html I always have an error, VLC says that the format cannot be detected.

Do I understand well how rtmp module should work with dash ? Should I be able to get a dash stream from my initial rtmp stream ? The stream contains h264 baseline video.

Any though on what happens ? I can provide config files or other stuff if needed...

Thanks a lot !

ubuntuaddicted commented 9 years ago

I'm interested in the solution as well. Commenting to stay in the loop