[FFmpeg-user] Streaming live with ffmpeg - StreamName and special characters
Akarus Fine
akarus90 at gmail.com
Wed May 28 17:40:15 CEST 2014
Hi,
I'm sending a video file to kbps.tv via ffmpeg with success using the RTMP
protocol
Info for RTMP publish is the following:
FMS URL: rtmp://push.kbps.tv/publish?CHANLNAME&53860059b7d02
StreamName: CHANLNAME
I can't do the same for liveflash.tv
FMS URL: rtmp://liveflash.tv/stream
StreamName: CHANENEL?key=8c9cd1e0&id=1467
I think the problem is the special characters on the StreamName....
This is the command used for successfull streaming:
ffmpeg -re -i myvideo.flv -acodec copy -vcodec copy -f flv rtmp://
push.kbps.tv/publish?streasgs&237f1771eb9c/streasgs
Any help?!
Thanks..
More information about the ffmpeg-user
mailing list