View Single Post
  #2  
Old 04-26-2012, 09:46 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: RTMP Stream Help


Quote:
Originally Posted by devoutox View Post
Code:
"C:\rtmpdump\rtmpdump.exe" -r "rtmp//217.23.11.182:2195/live/channel17" -o "c:\downloads\video.flv"
I put that in my CMD and it gives me errors.

1 says
ERROR: RTMP URL: No / in url!
other says
You must specify a hostname or url containing a host name.

Also, i just started to learn rtmpdump so i really don't know what i am doing. Am i suppose to be running a program or something while doing this command or what? Also please correct the command if you can.

The thing i am trying to do is trying to re capture the flash stream into another flash stream of my own.
Add a : after rtmp in the -r url. Also, you'll probably have to add a few more parameters such as -W, -p, and -y
Reply With Quote