View Single Post
  #1  
Old 07-06-2013, 04:34 AM
limes limes is offline
Junior Member
 
Join Date: Apr 2013
Posts: 6
limes is on a distinguished road
Default

FFmpeg to aliez.tv


Hi, I have a question,

How to stream ffmpeg to aliez.tv ?

I try

Code:
ffmpeg -re -i "http://localhost:8080" -vcodec copy -acodec copy -f flv "rtmp://live.aliez.com/aliezlive-live/?streama17578?p=4ro0z2m8"
but after that I'v got error ;(

Code:
Closing connection: NetStream.Failed
rtmp://live.aliez.com/aliezlive-live/?streama17578?p=4ro0z2m8: Operation not permitted
Reply With Quote