Hi all,
i'm trying to re-streaming an a/v signal from an AXIS encoder. I setup the mistserver: run MistController, enabled all protocols (HTTP on port 80 and RTMP on port 1935) except TS.
I set a SOURCE in "Stream" with "push://mistserver-ip-address" and started ffmpeg in this way:
ffmpeg ffmpeg -i rtsp://source-ip-address -qmax 2 -r 25 -f flv rtmp://mistserver-ip-address/play/streamname
Testing at the link
http://wiki.mistserver.com/index.php?title=StreamTester, Progressive, Dynamic and RTMP are ok, they're working, but Smooth (both of them, but i don't mind at all) and HLS doesn't.
Downloaded index.m3u8 file with wget and this is its content:
#EXTM3U
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-TARGETDURATION:30
Nothing else.
I also tried to setup TS protocol, but neither it works.
What i'm doing wrong?? Maybe i must also convert source streaming into a mpeg2 stream?
Please keep in mind it's a live streaming...
Thanks!
MAx