View Single Post
  #1  
Old 01-25-2016, 11:12 AM
shashanoid shashanoid is offline
Junior Member
 
Join Date: Jan 2016
Posts: 1
shashanoid is on a distinguished road
Exclamation

How do I get my RTMPdump output to nimble server ?


Hi,

I'm able to rtmp dump a stream through
Code:
rtmpdump -v -r "rtmp://link/platpath" -W "http://link.swf" -p "http://pagelink" | /Applications/VLC.app/Contents/MacOS/VLC -
With this -- stream dumps properly and starts playing in VLC but I want to play / store this live stream in my server so that I can transcode it and re-broadcast it via nimble server.. Is there a way to convert ^^ that RTMPdump into an rtmp link ? OR use ffmpeg to simultaneously to convert the rtmpdump output to some .mp4 file and stream it via nimble server ?

Thank you in advance.
Reply With Quote