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

How to dump-problem

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

chap 06-25-2012 01:37 AM

How to dump-problem


 
Problem:confused:
http://futuboxhd.com/player/player.s...le=espnclassic
Thanks

evol 06-25-2012 02:58 AM

Re: How to dump-problem


 
Whats the problem ? working here, what you got to remember is futubox change servers constantly. What i do is keep a record of what they use and change it when needed keeping one step ahead of them. ;)

chap 06-25-2012 07:08 AM

Re: How to dump-problem


 
Quote:

Originally Posted by evol (Post 48196)
Whats the problem ? working here, what you got to remember is futubox change servers constantly. What i do is keep a record of what they use and change it when needed keeping one step ahead of them. ;)

ok
and here
http://substancia.ru/assets/7e575ef3...ontrolbar=over

KSV 06-26-2012 09:47 AM

Re: How to dump-problem


 
@chap

can you test with following binary and command line. let it run for few minutes.

Code:

rtmpdump -r "rtmpt://213.250.3.162/" -a "" -y "espnclassic" -o Test.flv
Code:

http://www.mediafire.com/file/o37k0a44aw7d1xn/rtmpdump.exe
Edit:
also try with --timeout 1

chap 06-26-2012 11:34 AM

Re: How to dump-problem


 
KSV:cool:
Thanks
Code:

E:\Мои документы\STREAM\rtmpdump-2.3-windows\rtmpdump-2.3\rtmpexplorer>rtmpdumpt
 -r "rtmpt://213.250.3.162/" -a "" -y "espnclassic" -o Test.flv --timeout 1
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
Starting download at: 0.000 kB
5871.047 kB / 78.06 sec

you have librtmp.dll

KSV 06-26-2012 11:49 AM

Re: How to dump-problem


 
Quote:

Originally Posted by chap (Post 48292)
you have librtmp.dll

i will update the package later.

KSV 06-27-2012 07:25 AM

Re: How to dump-problem


 
package updated in repository. hopefully it would work better now.

Code:

https://github.com/K-S-V/Scripts/downloads

karlo2105 06-27-2012 07:31 AM

Re: How to dump-problem


 
The real issue is that's working only for one try. When you try again you get this.

Code:

rtmpdump -r "rtmpt://213.250.3.162/" -a "" -y "hr1" | vlc -
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header


KSV 06-27-2012 07:43 AM

Re: How to dump-problem


 
Quote:

Originally Posted by karlo2105 (Post 48338)
The real issue is that's working only for one try. When you try again you get this.

sometimes their server doesn't sends any data. just retry if it doesn't work for the first time.

karlo2105 06-27-2012 10:12 AM

Re: How to dump-problem


 
I found it those rtmp streams come from same source like this which only works for 20 seconds in VLC before dropping.

Code:

http://io.planet9.si/player/siolplayer.swf?liveid=hrt2&pid=orto.si
I tried older versions of VLC 1.1.11 it's the same thing.
I found they use some sort of tickets :
http://213.250.3.162/get.fstr?oid=hr...ygwjb9yp q5v7

Could you please KSV make some script for this provider?

Thanks very much.

evol 06-28-2012 04:17 AM

Re: How to dump-problem


 
Quote:

Originally Posted by KSV (Post 48336)
package updated in repository. hopefully it would work better now.

Code:

https://github.com/K-S-V/Scripts/downloads

Hi KSV can we use this update like your example for chap ?
Code:

rtmpdump -r "rtmpt://213.250.3.162/" -a "" -y "espnclassic" -o Test.flv --timeout 1
Im guessing here and just change the "espnclassic" part ?

KSV 06-28-2012 11:20 AM

Re: How to dump-problem


 
Quote:

Originally Posted by karlo2105 (Post 48350)
I found it those rtmp streams come from same source like this which only works for 20 seconds in VLC before dropping.

Code:

http://io.planet9.si/player/siolplayer.swf?liveid=hrt2&pid=orto.si

They aren't using any security tricks. try with curl or wget. if they can download continuously then it's vlc fault or bandwidth problem.

Quote:

Originally Posted by evol (Post 48379)
Hi KSV can we use this update like your example for chap ?
Code:

rtmpdump -r "rtmpt://213.250.3.162/" -a "" -y "espnclassic" -o Test.flv --timeout 1
Im guessing here and just change the "espnclassic" part ?

why not?


i have also re-uploaded the package with some minor tweaks. use --verbose | -V to see what's going on when using rtmpt.

karlo2105 06-28-2012 06:48 PM

Re: How to dump-problem


 
Quote:

Originally Posted by KSV (Post 48400)
They aren't using any security tricks. try with curl or wget. if they can download continuously then it's vlc fault or bandwidth problem.

Code:

curl --url "http://io.planet9.si/player/siolplayer.swf?liveid=hrt2&pid=orto.si" | %systemdrive%\progra~2\videolan\vlc\vlc -
  % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                Dload  Upload  Total  Spent    Left  Speed
100  192k  100  192k    0    0  164k      0  0:00:01  0:00:01 --:--:--  232k

It show this in VLC

Quote:

avcodec error: Could not open d0: Specified event object handle is invalid
Concernig rtmpt, it's working a little bit better with --timeout 1, mostly after 3 or 4 tries, it opens.

hasomaso 06-28-2012 07:29 PM

Re: How to dump-problem


 
Quote:

Originally Posted by karlo2105 (Post 48409)
Code:

curl --url "http://io.planet9.si/player/siolplayer.swf?liveid=hrt2&pid=orto.si" | %systemdrive%\progra~2\videolan\vlc\vlc -
  % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                Dload  Upload  Total  Spent    Left  Speed
100  192k  100  192k    0    0  164k      0  0:00:01  0:00:01 --:--:--  232k

It show this in VLC



Concernig rtmpt, it's working a little bit better with --timeout 1, mostly after 3 or 4 tries, it opens.



HRT1 HRT2 and there are other channels?

karlo2105 06-29-2012 03:46 AM

Re: How to dump-problem


 
Quote:

Originally Posted by hasomaso (Post 48410)
HRT1 HRT2 and there are other channels?

Slovenian : Carli, Golica, Info TV, Planet TV
French : Mangas, Tiji, AB Moteurs, MCM Pop, XXL
English : ESPN Classic

evol 06-29-2012 05:14 AM

Re: How to dump-problem


 
Hi ive just intercepted a batch script from the inter webs for these channels

Code:

@echo off
TITLE FUTUBOX TEST
color fc
IF EXIST %systemdrive%\progra~2\videolan\vlc (SET "vlc=%systemdrive%\progra~2\videolan\vlc\vlc") ELSE (SET "vlc=%systemdrive%\progra~1\videolan\vlc\vlc")

set RTMPT=rtmpt://213.250.3.162/

REM Public Service Anouncements
set Caption1=Stream is starting so wait, wait and wait some more...
set Caption2=TIP_2: Make sure your running VLC version 2.0.0

:TOP
CLS
ECHO          =======================
ECHO          http://forum.wiziwig.eu
ECHO          =======================
ECHO.
ECHO          HOW TO USE
ECHO          =======================
ECHO          1. Type channel name in lowercase and hit Enter.
ECHO          2. Now just wait, if it dont start try again till it connects.
ECHO          3. For faster input of last channel use the up key.
ECHO.
ECHO          =======================
ECHO.
ECHO          ENTER CHANNEL NAME...
ECHO.
ECHO          EXAMPLE: espnclassic
ECHO.
ECHO          =======================
set Playpath=
set /p "Playpath=          Channel Name>"
GOTO ONE

:ONE
cls
echo %Caption1%
echo.
echo %Caption2%
echo.
echo.
call futudump -r "%RTMPT%" -a "" -y "%Playpath%" --live --verbose --timeout 1 | %vlc% --play-and-exit --qt-minimal-view --width=720 --height=480 -
goto TOP

:EXIT
ping localhost -n 3 >nul
exit /b

It looks like you need to rename rtmpdump to futudump ?

Josan420 06-29-2012 07:50 AM

Re: How to dump-problem


 
Quote:

Originally Posted by karlo2105 (Post 48350)
I found it those rtmp streams come from same source like this which only works for 20 seconds in VLC before dropping.

Code:

http://io.planet9.si/player/siolplayer.swf?liveid=hrt2&pid=orto.si
I tried older versions of VLC 1.1.11 it's the same thing.
I found they use some sort of tickets :
http://213.250.3.162/get.fstr?oid=hr...ygwjb9yp q5v7

Could you please KSV make some script for this provider?

Thanks very much.

even i have found this stream which stop after 15-20 sec in vlc:( .
Code:

http://aajtakhdlive-f.akamaihd.net/aajtakhdlive2_1_2@35432?v=2.4.5&fp=WIN%2011,3,300,257&r=YGIAW&g=FBCBMIZSQHQY
i want to watch this stream in my vlc but it stop after after some sec.
Code:

http://live.indiatimes.com/
please KSV help me


All times are GMT -6. The time now is 01:40 PM.