PDA

View Full Version : How to dump-problem


chap
06-25-2012, 01:37 AM
Problem:confused:
http://futuboxhd.com/player/player.swf?netstreambasepath=http://futuboxhd.com/&autostart=true&streamer=rtmp://213.250.3.162/&provider=rtmp&file=espnclassic
Thanks

evol
06-25-2012, 02:58 AM
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
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/player.swf?netstreambasepath=http://substancia.ru/&autostart=true&streamer=rtmp://213.250.3.162/&provider=rtmp&file=mcmpop&stretching=exactfit&controlbar=over&stretching=exactfit&controlbar=over

KSV
06-26-2012, 09:47 AM
@chap

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

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

http://www.mediafire.com/file/o37k0a44aw7d1xn/rtmpdump.exe

Edit:
also try with --timeout 1

chap
06-26-2012, 11:34 AM
KSV:cool:
Thanks
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
you have librtmp.dll

i will update the package later.

KSV
06-27-2012, 07:25 AM
package updated in repository. hopefully it would work better now.

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

karlo2105
06-27-2012, 07:31 AM
The real issue is that's working only for one try. When you try again you get this.

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
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
I found it those rtmp streams come from same source like this which only works for 20 seconds in VLC before dropping.

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=hrt2&sid=00f6s12x573h4pyv80p6ygwjb9ypq5v7

Could you please KSV make some script for this provider?

Thanks very much.

evol
06-28-2012, 04:17 AM
package updated in repository. hopefully it would work better now.

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

Hi KSV can we use this update like your example for chap ?
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
I found it those rtmp streams come from same source like this which only works for 20 seconds in VLC before dropping.

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.

Hi KSV can we use this update like your example for chap ?
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
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.

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

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
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
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
Hi ive just intercepted a batch script from the inter webs for these channels


@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
I found it those rtmp streams come from same source like this which only works for 20 seconds in VLC before dropping.

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=hrt2&sid=00f6s12x573h4pyv80p6ygwjb9ypq5v7

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:( .
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.
http://live.indiatimes.com/
please KSV help me