I found a solution
This is the rtmpdump parameter:
Quote:
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
