PDA

View Full Version : RTMPDump - Leveson Inquiry


hursty
02-27-2012, 01:59 PM
Hi,

I'm hoping for some help formulating the RTMPDump Command for a feed.

http://www.levesoninquiry.org.uk/hearing/2012-02-27am/

netstreambasepath=http://www.levesoninquiry.org.uk/hearing/2012-02-27am/
id=video_1c21
stretching=exactfit
provider=rtmp
streamer=rtmp://levensoninquiry.rtscommunications.com/0028BE/Leveson-Inquiry/ondemand/
file=2012-02-27am.flv

Could anyone help me with this?


Thanks :)

bat999
02-27-2012, 03:03 PM
Hi,

I'm hoping for some help formulating the RTMPDump Command for a feed.

http://www.levesoninquiry.org.uk/hearing/2012-02-27am/


Here it is:-
rtmpdump -r "rtmp://levensoninquiry.rtscommunications.com/0028BE/Leveson-Inquiry/ondemand/" -a "0028BE/Leveson-Inquiry/ondemand/" -f "LNX 10,1,102,64" -W "http://wac.rtscommunications.com/0028BE/Leveson-Inquiry/webfiles/swf/player.swf" -p "http://www.levesoninquiry.org.uk/hearing/2012-02-27am/" -y "2012-02-27am" -o 2012-02-27am.flv

@ubuntu:~$ rtmpdump -r "rtmp://levensoninquiry.rtscommunications.com/0028BE/Leveson-Inquiry/ondemand/" -a "0028BE/Leveson-Inquiry/ondemand/" -f "LNX 10,1,102,64" -W "http://wac.rtscommunications.com/0028BE/Leveson-Inquiry/webfiles/swf/player.swf" -p "http://www.levesoninquiry.org.uk/hearing/2012-02-27am/" -y "2012-02-27am" -o 2012-02-27am.flv
RTMPDump v2.4 2ad1d5d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: audiochannels 1.00
INFO: audiocodecid .mp3
INFO: audiodatarate 96.00
INFO: audiodevice Matrox MXO2 Audio Input
INFO: audioinputvolume 96.00
INFO: audiosamplerate 44100.00
INFO: author
INFO: copyright
INFO: creationdate
INFO: description
INFO: duration 10977.85
INFO: fmleversion 3.2.0.9932
INFO: framerate 25.00
INFO: height 288.00
INFO: keywords
INFO: lastkeyframetimestamp 10976760.00
INFO: lasttimestamp 10977854.00
INFO: presetname Custom
INFO: rating
INFO: title
INFO: videocodecid VP62
INFO: videodatarate 500.00
INFO: videodevice Matrox MXO2 - 1080i 50 YUV 8-bit
INFO: videokeyframe_frequency5.00
INFO: width 512.00
758093.978 kB / 10977.85 sec (100.0%)
Download complete

:cool:

hursty
02-27-2012, 03:57 PM
I'm most grateful for your help - I had tried many combinations, but got nowhere!

As you show, it works smoothly - thank you for sparing your time in helping me :)