Quote:
Originally Posted by nikitinanelli
You can find instructions on how to show and record rtmp?
|
Quote:
Originally Posted by jams
I followed a youtube video for rtmpdump and the helper, but it didn't work for cam4. 
|
Quote:
Originally Posted by ccb
In the same way of the up reply, thank you Elgero.
At now, I learn how to capture using rtmpdump, I can rename the files as you do, but I don't know how to get the rtmp url from the commandline.
Can you help me with that please? A little explanation sure can help us a lot
PD. Happy Holidays
|
The parameters for rtmpdump can be found in the source code of the room page.
Example:
videoPlayUrl=rtmp://99.192.169.195/cam4-origin-live/sexydu0-190-685c155a-5686-4d1c-9d12-f25560801367
videoAppUrl=rtmp://199.59.88.15/cam4-edge-live
room=SexyDu0
Code:
rtmpdump --rtmp "rtmp://199.59.88.15/cam4-edge-live" --live --playpath "rtmp://99.192.169.195/cam4-origin-live/sexydu0-190-685c155a-5686-4d1c-9d12-f25560801367" -o "SexyDu0.flv"