View Single Post
  #1  
Old 09-20-2010, 11:44 AM
e-blokos e-blokos is offline
Junior Member
 
Join Date: Sep 2010
Posts: 1
e-blokos is on a distinguished road
Default

MUX RTMP live streams


I'm trying to use librtmp with ffmpeg, but apparently librtmp doesn't accept live streaming as input with ffmpeg. I wrote to the author without answer until now. Is anyone as a solution to mux RTMP input sources (not recorded) and output in one RTMP stream with audio only ?
my test :
ffmpeg -re -i rtmp://myserver/live/stream1 -i rtmp://myserver/live/stream2 -i rtmp://myserver/live/stream3 -vn -acodec copy rtmp://myserver/live/newAudioStreamMixed

Thanks all
Reply With Quote