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.