PDA

View Full Version : Need help with URL etc for rtmpdump


Paraic
02-08-2013, 01:43 AM
Hi
I have been resarching various ways to download my live broadcast onto a Linux server and rtmpdump seems to be the only way (its a dedicated server with no GUI).

Having tried to decipher the info for rtmpdump for many hours I am nearing giving up, so it would be great if someone could analyze the stream and get me the the parameters for rtmpdump.

URL of the page showing the live feed:
http://www.enlaceteosofia.com/radio

rtmp URL:
rtmp://78.46.123.35/oflaDemo
Stream: livestream

Many thanks
Paraic

AmazingMatze
02-08-2013, 03:33 AM
rtmpdump -v -r "rtmp://78.46.123.35/oflaDemo" -a "oflaDemo" -f "WIN 11,5,502,146" -W "http://www.enlaceteosofia.com/flowplayer/flowplayer-3.2.7.swf" -p "http://www.enlaceteosofia.com/radio" -y "livestream" -o "livestream.flv"

evol
02-08-2013, 03:54 AM
No need for rtmpdump just use a flv player or vlc
rtmp://78.46.123.35/oflaDemo/livestream

Paraic
02-08-2013, 09:08 PM
Mant thanks - that worked a treat. There is nothing like being given a working example to learn how it really works. I adapted it for my other site in minutes.

Paraic

Josan420
02-10-2013, 03:29 AM
watch this tutorial on youtube on how to use rtmpdump
http://www.youtube.com/watch?v=LJUb7EWKnkI