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...
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 !