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 |
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" - |
Re: rtmp this link please!wow , but there are so many commands , which one/s do i use ?
|
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 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. |