Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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" |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
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 |
Tags: rtmpdump parameters |
Thread Tools | |
Display Modes | |
|
|