PDA

View Full Version : help please for this site


biezom
11-13-2014, 09:23 AM
hello
http://www.streamfoot.co/lecteur.php?id=1


i try
rtmpdump -r "rtmp://185.39.10.134:1735/redirect/" -a "redirect/?token=play@141591954001747" -f "WIN 14,0,0,179" -W "http://www.spasswitz.com/jwplayer5/addplayer/jwplayer.flash.swf" -p "http://www.sitenow.me/embedfr.php?c=1872&width=640&height=360&autostart=true&tk1=6iCVreJJok9hNAu5pszYQ6U0Hq1%2FQQmmVh7x%2FXmsQU rsGyHMPRzN01hTpVpu6A8Ee5J538KCXzWtOYWdt2iL9A%3D%3D&tk2=xk1UrvQ3lZBdhysbnwOqS1qoOA7%2FvG3%2BFYMtZtJ65P U%3D&tk3=QTZ5%2Bx8UqV9oY9WGF1OwCOnvuhBStwHv4DixCuxFg7c% 3D" -y "footpluusss_7x1xktw" -o "2014-11-13_05-03-10_footpluusss_7x1xktw.flv" -T "@@stop-stole@@"



ERROR: rtmp server sent error
ERROR: rtmp server requested close

thank

gorilla.maguila
11-14-2014, 05:04 AM
In rtmp.c the code is not handling properly the redirected url and is adding a slash at the end of it. So to make it work source modification is needed. For example:

Server answers:

redirect, STRING: rtmp://185.39.9.162:1735/vod?token=play@141598783902787

and rtmp.c tries to connect to:

app...vod?token=play@141598783902787/

gorilla.maguila
11-14-2014, 05:07 AM
I forgot that also the server works per session so you need a different command everytime.

biezom
11-14-2014, 10:40 AM
So no solution :(

gorilla.maguila
11-15-2014, 04:11 AM
Either you ask somebody to fix it, or you learn to code