Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

help please for this site

(http://stream-recorder.com/forum/showthread.php?t=19008)

biezom 11-13-2014 09:23 AM

help please for this site


 
hello
http://www.streamfoot.co/lecteur.php?id=1


i try
Code:

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%2FXmsQUrsGyHMPRzN01hTpVpu6A8Ee5J538KCXzWtOYWdt2iL9A%3D%3D&tk2=xk1UrvQ3lZBdhysbnwOqS1qoOA7%2FvG3%2BFYMtZtJ65PU%3D&tk3=QTZ5%2Bx8UqV9oY9WGF1OwCOnvuhBStwHv4DixCuxFg7c%3D" -y "footpluusss_7x1xktw" -o "2014-11-13_05-03-10_footpluusss_7x1xktw.flv" -T "@@stop-stole@@"


HTML Code:

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

thank

gorilla.maguila 11-14-2014 05:04 AM

Re: help please for this site


 
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:

Code:

redirect, STRING:    rtmp://185.39.9.162:1735/vod?token=play@141598783902787
and rtmp.c tries to connect to:

Code:

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

gorilla.maguila 11-14-2014 05:07 AM

Re: help please for this site


 
I forgot that also the server works per session so you need a different command everytime.

biezom 11-14-2014 10:40 AM

Re: help please for this site


 
So no solution :(

gorilla.maguila 11-15-2014 04:11 AM

Re: help please for this site


 
Either you ask somebody to fix it, or you learn to code


All times are GMT -6. The time now is 03:42 AM.