Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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" - |
#3
|
|||
|
|||
Re: rtmp this link please!wow , but there are so many commands , which one/s do i use ?
|
#4
|
|||
|
|||
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 - 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 |
Tags: rtmp link |
Thread Tools | |
Display Modes | |
|
|