Help with rtmpdumpI am trying to record a portion of the stream located here http://www.livestream.com/wilsonjj.
I was using a tutorial from askubuntu.com here as I am running ubuntu 14.04. I installed rtmpdump from the ubuntu software center as the version compiled for ubuntu seems to be up to date (version 2.4). rtmpsuck seems to work but it loops infinitely and will crash the terminal if I don't kill it quickly after it starts. I redirected the rtmp traffic and used rtmpsuck to get the data below: Code:
Processing connect Code:
rtmpdump -V -r "rtmp://xwilsonjjx.e.channel.livestream.com/mogulus-edge/wilsonjj" -a "mogulus-edge/wilsonjj" -f "LNX 11,2,202,425" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf?" -p "http://www.livestream.com/embed/wilsonjj?" -o ~./savedstreams/test.flv Code:
RTMPDump v2.4 |
Re: Help with rtmpdump1st Solution
Note that this code will only be valid for the current video/clip playing. You would have to sniff out the stream again for other videos or clips you'd like to record/download. Code:
rtmpdump -r "rtmp://204.77.214.17/mogulus-stream-edge/wilsonjj" -a "mogulus-stream-edge/wilsonjj" -f "WIN 16,0,0,235" -W "http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" -p "http://www.livestream.com/embed/wilsonjj?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&allowchat=false&layout=4&t=519283" -y "rtmp://212-94.livestream.com/affiliateStream/wilsonjj/6c69766572657065617465723a72746d703a2f2f3231322d39342e6c69766573747265616d2e636f6d2f6d6f67756c75732f77696c736f6e6a6a2f6c69766573747265616d" -o "2015-01-05_12-06-03_va07092.flv" Code:
c:\>rtmpdump -r "rtmp://204.77.214.17/mogulus-stream-edge/wilsonjj" -a "mogulus- ![]() 2nd Solution --well not really coz the video you end-up with has some weird resolution :( You can try using Livestreamer... Code:
livestreamer --http-no-ssl-verify "http://www.livestream.com/wilsonjj" best -o JapClip.flv Code:
Microsoft Windows [Version 6.2.9200] Cheers! |
Re: Help with rtmpdumpSo, was there something I was doing wrong? I'm confused by why there would be a problem with my use of rtmpsuck where I get a infinite scrawl of text.
Thanks. |
Re: Help with rtmpdumpSo I tried the command as you indicated but it errored out. I've attached the code and output below, edited for ease of reading:
Code:
rtmpdump -r "rtmp://204.77.214.17/mogulus-stream-edge/wilsonjj" |
All times are GMT -6. The time now is 12:30 AM. |