PDA

View Full Version : rtmpdump help


PayNow
07-23-2012, 09:06 AM
hello i have got a on rtmpdump with my ip adresse when i copy and put the command line on my linux server it says ERROR: Closing connection: NetStream.Play.StreamNotFound

here is a exemple of the url

rtmpdump -r "rtmp://fm.vod.****/ondemand" -a "ondemand/" -f "WIN 11,3,300,257" -W "http://www.*****.**/Player/player.swf" -p "http://www.*****.**/Player" -y "rtmp://fm.vod.***.**/ondemand/rtmp://fm.vod.***.**/ondemand/vod?v=gyLFyuAuQw8gsEFu3lcG1YzIalpqT%2FZjbPqdHzNarR ERLHzJ%2B%2BFz38l2CqclvQyJ&cid=39255&ip=127.1.00.0&e=1343054895&h=199b77f2f25b372f5f4b5f8999e8292b" -o ch.flv

i can send the full url and login details by pm can anyone help me ?

it an private website we have to login.

francobanbi11
07-23-2012, 10:59 AM
Try this:

rtmpdump -r "rtmp://fm.vod.***.**/ondemand/vod?v=gyLFyuAuQw8gsEFu3lcG1YzIalpqT%2FZjbPqdHzNarR ERLHzJ%2B%2BFz38l2CqclvQyJ&cid=39255&ip=127.1.00.0&e=1343054895&h=199b77f2f25b372f5f4b5f8999e8292b" -o Test

Only the -r parameter..

PayNow
07-23-2012, 02:13 PM
not working :(


Connecting ...
INFO: Connected...

but nothing happens

francobanbi11
07-23-2012, 05:21 PM
Can you send me a PM whit the original URL of the video ?

PayNow
07-24-2012, 05:03 AM
Pmed check it

francobanbi11
07-25-2012, 11:25 PM
I found a solution :cool:

This is the rtmpdump parameter:

rtmpdump -r "rtmp://fm.vod.xxxxxxxxxx/ondemand" -y "rtmp://fm.vod.xxxxxxxx/ondemand/vod?v=VF%2B7E5UyByZ9b%2FdZBpHCo%2Fg4xfSZqYI%2B8ODE RqeujtDHoyvd7mDrMUshe6bsqipK&cid=35979&ip=127.0.0.1/24&e=1343278121&h=32e62451669e0a6906644f1c85d25bd6" -o Test.flv

But, in the link, you have 2 temporary variables, "&e=1343278121" and "&h=32e62451669e0a6906644f1c85d25bd6", when you press play button on the web, this value change each time, (its called dynamic token).. I think we are made to avoid the link sharing..
You need visit the site in you linux server for generate this values and put that in the rtmpdump..
Or, you can do a linux script for do that automatic, you can see an example in the KSV's scripts..

Sorry if my english is bad.. Good bye my friend :)