ffmpeg streaming to zony.tv
Somehow this command for streaming with ffmpeg (which working to every site I tried - youcloud, ssh101, privatestream, castamp, etc) isn't working when I try to stream to zony.tv:
ffmpeg -re -i "http://CDN12_eu.sababatv.com:80/C18/smil:C18.smil/playlist.m3u8?token=d0b7bcc5-3c6b-46b3-9118-67a436fdefbb" -framerate 25 -vcodec h264 -video_size 720x480 -c:v libx264 -preset veryfast -maxrate 1000k -bufsize 2548k -pix_fmt yuv420p -c:a libmp3lame -b:a 96k -ar 44100 -f flv "rtmp://cdn.pubzony.com/stream/exampled?key=db6c5424&id=3055"
The mistake is: rtmp requested is closed or something like this.
What can I do?
Thanks.
|