PDA

View Full Version : Help with using rtmpdump to capture portsmouthcathedral


triple-clones
05-10-2013, 10:41 AM
Hi,

Is anyone able to help me set up a script that I can run which will capture around 40 minutes of stream from this site:

http://player.churchservices.tv/portsmouthcathedral

preferable using rtmpdump on a linux box.

Many thanks

oelk
05-10-2013, 10:50 AM
rtmpdump -v -r "rtmp://89.185.148.179/CSTV" -y "portsmouth.stream" -o portsmouth.flv -B 3600
should work. The last parameter is the number of seconds you want to record ;)

triple-clones
05-10-2013, 10:53 AM
Perfect, many thanks for the prompt reply aswell :D

triple-clones
05-10-2013, 11:29 AM
Just out of interest how did you discovery 89.185.148.179?

When I tried rtmpdump I was given lb1.churchservices.tv which resolves as 89.185.148.190.

Many thanks

oelk
05-10-2013, 11:34 AM
I used wireshark to get the parameters. It would have taken more time for me to find out the hostname (which isn't really necessary).