Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmp this link please!

(http://stream-recorder.com/forum/showthread.php?t=18978)

raven2k7 11-03-2014 03:29 PM

rtmp this link please!


 
hi , am trying o get a rtmp file created for a live broadcast of my country that online . i used urlhelper and this is what i got below but i dont know how to put it all together correctly.


rtmp://cp86438.live.edgefcs.net/live<playpath>livestream6_171@40495 <swfUrl>http://cdn.livestream.com/chromeless...s=2&mode=false <pageUrl>http://www.livestream.com/embed/znsb...out=1&t=531768


p.s this is the website for the stream http://www.livestream.com/znsbahamas

troller12 11-03-2014 03:46 PM

Re: rtmp this link please!


 
Hi,

just read the rtmpdump synopsis or help.Start CMD then enter PathToRtmpdumpFolder (or just copy CMD.exe into your rmtpdump folder to prevent entering the path).

rtmpdump.exe --help.Now you get the full parameter list + description.Below the link minimum datas to get it work.
Code:

rtmpdump -v -r "rtmp://cp86438.live.edgefcs.net/live" -y "livestream6_171@40495" | "player" -
greetz

raven2k7 11-03-2014 09:40 PM

Re: rtmp this link please!


 
wow , but there are so many commands , which one/s do i use ?

troller12 11-04-2014 12:44 PM

Re: rtmp this link please!


 
So I did post already the right minimum command line for you which you can use.So in your case....
Code:

rtmpdump_path_to_exe

--live|-v              Save a live stream, no --resume (seeking) of live streams possible
--rtmp|-r url          URL (e.g. rtmp://host[:port]/path)
--playpath|-y path      Overrides the playpath parsed from rtmp url
--flv|-o string        FLV output file name, if the file name is - print stream to stdout
or
| playerpath -

...just check the entire description of rtmpdump help.Also see on the board for postet rtmpdump links so there are tons of them etc.

PS: Yes there are some commands which you can use so in some other or special cases you need to use more.Just try it.

greetz


All times are GMT -6. The time now is 03:42 AM.