Need help with URL etc for rtmpdumpHi
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 |
Re: Need help with URL etc for rtmpdumpCode:
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" |
Re: Need help with URL etc for rtmpdumpNo need for rtmpdump just use a flv player or vlc
Code:
rtmp://78.46.123.35/oflaDemo/livestream |
Re: Need help with URL etc for rtmpdumpMant 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 |
Re: Need help with URL etc for rtmpdumpwatch this tutorial on youtube on how to use rtmpdump
HTML Code:
http://www.youtube.com/watch?v=LJUb7EWKnkI |
All times are GMT -6. The time now is 01:36 PM. |