PDA

View Full Version : rtmp this link please!


raven2k7
11-03-2014, 03:29 PM
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/chromelessPlayer/v21/playerapi.swf?hideChannelBranding=true&hideInfo=true&t=531768&iconColor=0x555555&autoPlay=true&allowchat=false&showBorderControlBar=false&jsEnabled=false&lschannel=true&allowChat=true&borderColor=0xCCCCCC&browseMode=false&showMoreVideos=false&time=&textLines=2&mode=false <pageUrl>http://www.livestream.com/embed/znsbahamas?showMoreVideos=false&hideInfo=true&autoPlay=true&lschannel=true&browseMode=false&textLines=2&hideChannelBranding=true&mode=false&allowchat=false&layout=1&t=531768


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

troller12
11-03-2014, 03:46 PM
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.
rtmpdump -v -r "rtmp://cp86438.live.edgefcs.net/live" -y "livestream6_171@40495" | "player" -
greetz

raven2k7
11-03-2014, 09:40 PM
wow , but there are so many commands , which one/s do i use ?

troller12
11-04-2014, 12:44 PM
So I did post already the right minimum command line for you which you can use.So in your case....
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