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

Customized rtmpdump binaries with patch file

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

KSV 06-11-2013 02:38 AM

Re: Customized rtmpdump binaries with patch file


 
Changes:
Code:

1. updated support for webvideocore.net servers
They have changed the security system a little bit. now every little detail of rtmp connection is checked to make sure only flash client can connect to their servers. most of the changes can be emulated via already existing switches but one detail required new patch.

Detected command:
Code:

rtmpdump -r "rtmp://vod4.webvideocore.net/live/" -a "live/" -f "WIN 11,6,602,180" -W "http://play.webvideocore.net/player3.swf" -p "http://www.wideopen.dk/info/_Video_on_Demand_191l2.aspx" --live -y "f_67ab4383a8c32007a78e1545e626e991.flv" -o "2013-05-29_09-56-50_f_67ab4383a8c32007a78e1545e626e991.flv"
you need to remove the -v (--live) switch and add following switches to command line to download it with latest binaries.
Code:

--tcUrl "rtmp://vod4.webvideocore.net/live/" -R --buffer 2000

KSV 06-11-2013 02:44 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by paxo (Post 62458)
Latest KSV-rtmpdump causes an "Access denied" error in some US based servers. The latest version sends two bytes less in the connect packet than the previous one (sizes 495 vs 497.)

can you verify this again with latest binaries? size difference is only due to missing last slash in app and tcUrl parameter.

paxo 06-16-2013 04:05 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 62494)
can you verify this again with latest binaries? size difference is only due to missing last slash in app and tcUrl parameter.

Thanks for the clarification but, yes, the bug exists in the latest binaries posted.

KSV 06-17-2013 03:26 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by paxo (Post 62545)
Thanks for the clarification but, yes, the bug exists in the latest binaries posted.

i have uploaded new binaries. it should fix the regression. parse_url function isn't that great in some situations. it's better to supply app and playpath as explicit parameters.

paxo 06-17-2013 07:23 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 62556)
i have uploaded new binaries. it should fix the regression. parse_url function isn't that great in some situations. it's better to supply app and playpath as explicit parameters.

Yep, the new version works as expected. I do note however your suggestion to use explicit app and playpath in the future. Thanks again!

PS: This forum has stability issues. Please consider having a specific RSS feed or something with the changelog and the link to updated binaries.

Luiz Prestez 06-17-2013 01:58 PM

Re: Customized rtmpdump binaries with patch file


 
KSV, you can help me to capture a video rtmpt the url of the video is
Code:

http://v3.webcasters.com.br/visualizador.aspx?CodTransmissao=141063
and address rtmpt this is
Code:

rtmpt://200.177.228.68:80/CursoForum_CursoForum_OD_Wowza?ticket=000000816647&id=38880699&crc=320094200&codTransmissao=mp4:92606_21.mp4
you can use any email and any name, the video is free.

The rtmpdump gave me the result:

Code:

C:\Documents and Settings\Administrador>rtmpdump -v -r "rtmpt://200.177.228.68:80/CursoForum_CursoForum_OD_Wowza?ticket=000000816647&id=38880699&crc=320094200&codTransmissao=mp4:92606_21.mp4" -W "http:
//v3.webcasters.com.br/flashplayer/jwplayer6/jwplayer.flash.swf" -o teste30
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server requested close


RedPenguin 06-17-2013 09:54 PM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by paxo (Post 62458)
Latest KSV-rtmpdump causes an "Access denied" error in some US based servers. The latest version sends two bytes less in the connect packet than the previous one (sizes 495 vs 497.)

Debug of the previous working version (compiled in February if I remember correctly):

Thank you so very much paxo for posting this. I was having this exact same issue and was wondering what was going on. I was attempting to watch The Late Show in the Free Cable plugin using my compiled librtmp.so.0 for the RasPi and it kept erroring out unless I used the default one, which is no good being KSV fixes so many sites.

hasomaso 06-18-2013 08:31 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by Luiz Prestez (Post 62567)
KSV, you can help me to capture a video rtmpt the url of the video is "http://v3.webcasters.com.br/visualizador.aspx?CodTransmissao=141063" and address rtmpt this is "rtmpt://200.177.228.68:80/CursoForum_CursoForum_OD_Wowza?ticket=000000816647 &id=38880699&crc=320094200&codTransmissao=mp4:9260 6_21.mp4", you can use any email and any name, the video is free.

The rtmpdump gave me the result:


C:\Documents and Settings\Administrador>rtmpdump -v -r "rtmpt://200.177.228.68:80/CursoForum_CursoForum_OD_Wowza?ticket=000000816647 &id=38880699&crc=320094200&codTransmissao=mp4:9260 6_21.mp4" -W "http:
//v3.webcasters.com.br/flashplayer/jwplayer6/jwplayer.flash.swf" -o teste30
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server requested close


the stream using a token, add in your parameter this and test again

Code:

-T "36QXq4W@GSBV^teR"

InterdimensionalCow 06-25-2013 05:17 AM

Re: Customized rtmpdump binaries with patch file


 
Would anyone be able to determine if Livestream.com support requires an update? It may be my connection, but when attempting to download, even the newest RTMPDump from the topic post ended downloads prematurely. I was attempting to download a pre-recorded stream/video from the site, having formatted my code similarly the code I found here here. My apologies for not being very versed, but since --resume/-e was giving me an error about not finding a keyframe, I was afraid there might be a skip in the recording between the attempts (although not exactly practical to watch the entire video to see).

Code:

64874.194 kB / 1678.36 sec (51.9%)
ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 67423
65003.075 kB / 1680.56 sec (52.0%)
Download may be incomplete (downloaded about 52.00%), try resuming

What leads me to believe RTMPDump might need a support update is, when looking up the specific errors given, I found that people have solved it before by updating RTMPDump. It seems random where it stops recording, mainly dependent on download speed. My internet wasn't fairing well earlier, so it consistently stopped around 3%. When my internet picked back up, it would stop around 50%.

Edit:
Code:

73693.020 kB / 1912.44 sec (59.1%)
ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 66077
73693.810 kB / 1912.44 sec (59.1%)
Download may be incomplete (downloaded about 59.10%), try resuming


jhb50 07-06-2013 10:56 AM

Re: Customized rtmpdump binaries with patch file


 
Probably a bad format url but since you have not posted it ....

nullacht 07-07-2013 04:45 AM

Re: Customized rtmpdump binaries with patch file


 
Attention: I moved this thread to the top of the forum.

This thread should be used to discuss everything about KSV's customized rtmpdump binaries and/or patch files!

If you don't know how to download a specific stream from a website, then you should definitely open a new thread!

Qotscha 07-09-2013 06:25 PM

Re: Customized rtmpdump binaries with patch file


 
With MPC-HC now supporting standard input, rtmpsrv-mpc.exe (like rtmpsrv-vlc but using C:\Program Files (x86)\MPC-HC\mpc-hc.exe instead of C:\Program Files (x86)\VideoLAN\VLC\vlc.exe) could be nice :)

RedPenguin 07-17-2013 02:15 AM

Re: Customized rtmpdump binaries with patch file


 
Lately I have been having issues with rtmpdump and Filmon.

I am attempting to record picktv or 372.(high/low).stream

I am using a batch file that goes to the site and gets the info.

http://tvpc.com/Channel.php?ChannelID=26492 you can go to play the channel to test.

But I have ran a debug and am getting this:

http://pastebin.com/Jb6ham8C

I have tried increasing the buffer and seem to be getting no where.

I have messed with a trial of Replay Media Catcher and it can record for 20+ min so I don't believe it's a server isuse.

EDIT: It appears that simply adding -f "WIN 11,7,700,224" appears to fix it somewhat for some reason on my Win 8 laptop but it fails on my Win XP PC and my buddy's Win 7. I can't seem to find what's causing the Win 8 PC to work.

KSV 07-17-2013 03:19 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by RedPenguin (Post 62863)
I have tried increasing the buffer and seem to be getting no where.

I have messed with a trial of Replay Media Catcher and it can record for 20+ min so I don't believe it's a server issue.

try with --buffer 3000. i was able to record about 8 minutes of video without any problem. so i don't think it's a problem with rtmpdump.

Quote:

Originally Posted by Qotscha (Post 62798)
With MPC-HC now supporting standard input, rtmpsrv-mpc.exe (like rtmpsrv-vlc but using C:\Program Files (x86)\MPC-HC\mpc-hc.exe instead of C:\Program Files (x86)\VideoLAN\VLC\vlc.exe) could be nice :)

Actually you can define VLC environment variable to specify any player with whatever options you want and same will be used by rtmpsrv-vlc.

Windows:
Code:

set VLC="C:\Program Files (x86)\MPC-HC\mpc-hc.exe" -
rtmpsrv-vlc.exe


RedPenguin 07-17-2013 06:58 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 62864)
try with --buffer 3000. i was able to record about 8 minutes of video without any problem. so i don't think it's a problem with rtmpdump.

I put that in and for some reason every time it hits 121 secs, it disconnects and restarts.

EDIT: Maybe the ID system of their's is funky, cause I literally just left the script alone not touching anything and ran it again and now it works. Maybe I accidentally trigged some throttling from them or something, who knows.

gallina94 07-18-2013 08:37 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 61390)
Compiling with Patch for other systems:

assuming you have all tools (gcc, binutils etc.) and dependencies (OpenSSL, Zlib) installed correctly for your distribution.

1. clone the repository
Code:

git clone git://git.ffmpeg.org/rtmpdump
2. copy patch from package to rtmpdump directory and apply it
Code:

patch -p0 -i Patch.diff
3. then just compile and install normally
Code:

make
sudo make install prefix=/usr

Mac users should add SYS=darwin while compiling. you can also add XLDFLAGS="-s -static" to statically link and strip the resulting binary.

Hi, i was able to compile on UBUNTU 12.04 but as soon as i launche rtmpdump i get
Segmentation fault (core dumped)

any idea?

KSV 07-18-2013 10:34 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by gallina94 (Post 62884)
Hi, i was able to compile on UBUNTU 12.04 but as soon as i launche rtmpdump i get
Segmentation fault (core dumped)

any idea?

Your rtmpdump is loading the wrong version of librtmp.so. try with ldd rtmpdump to determine the correct location of librtmp being loaded by rtmpdump and replace it with newly compiled version.

by default make install command installs the binaries in /usr/local path. you can change it by supplying the prefix switch.
Code:

sudo make install prefix=/usr
you can also compile static binary to avoid dependency on librtmp.

gallina94 07-18-2013 11:02 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 62887)
Your rtmpdump is loading the wrong version of librtmp.so. try with ldd rtmpdump to determine the correct location of librtmp being loaded by rtmpdump and replace it with newly compiled version.

by default make install command installs the binaries in /usr/local path. you can change it by supplying the prefix switch.
Code:

sudo make install prefix=/usr
you can also compile static binary to avoid dependency on librtmp.

You are the man!!!! Worked.
Thank you

RedPenguin 07-18-2013 02:27 PM

Re: Customized rtmpdump binaries with patch file


 
KSV, just to let you know, I was able to track down some fellow Filmon folks and they said even directly accessing the stream from their own website is experiencing similar behavior.

So that pretty much rules out rtmpdump in anyway.

It just one minute could let you record for 1hr, then other times disconnect you every few minutes.

Qotscha 07-20-2013 09:07 PM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by KSV (Post 62864)
Actually you can define VLC environment variable to specify any player with whatever options you want and same will be used by rtmpsrv-vlc.

Windows:
Code:

set VLC="C:\Program Files (x86)\MPC-HC\mpc-hc.exe" -
rtmpsrv-vlc.exe


That's a convenient solution, thanks!

david_kh91 07-21-2013 07:48 PM

Re: Customized rtmpdump binaries with patch file


 
WOW thanks alooooooooot KSV its working great here :D

but i have problem when recording many streams together only one will have audio the others will have no sound :( ( it could be rtmpdump problem ? or rtmpdump helper ? ) it show WARNING: ignoring too small audio packet :/

RedPenguin 07-21-2013 09:00 PM

Re: Customized rtmpdump binaries with patch file


 
Thank you KSV for your assistance a few days ago.

I figured out exactly what the issue was this time.

There was one mistake in the recordFi**on script I was using to invoke rtmpdump, it wasn't sending "low" or "high" to their HTTP ID system via the wget.

But the main issue was I needed to only request "low" not "high" streams, as I assume because I don't have a premium account their "2 min" viewing limit for "high" for free users was booting me about every 120secs or so.

I fixed the two issues above and I have yet to get a disconnect. :)

yetanotherday 08-06-2013 07:52 PM

Re: Customized rtmpdump binaries with patch file


 
hey ksv i have fresh ubuntu install , i need to get rtmpdump work with chaturbate the tool dump from other sites without any problem .. does ur version support chaturbate.com and why i cant get work by default ?? i have this version >>
Quote:

RTMPDump v2.4 8e30642~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
the command i used to build is :
Quote:

cd ~/ && \
git clone git://git.ffmpeg.org/rtmpdump && \
cd rtmpdump && \
version="$(git log -1 --abbrev-commit | grep commit | cut -d' ' -f2)" && \
make VERSION="v2.4\ $version~git" && \
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump \
--pkgversion "2.4-$version~git" --backup=no --default && sudo ldconfig
hope u help me this time .

flocked 08-19-2013 06:41 PM

Re: Customized rtmpdump binaries with patch file


 
I have the same problem with chaturbate on Mac.

I patched the file successfully and compiled it with:
Code:

make SYS=darwin
sudo make SYS=darwin install prefix=/usr

But If I now try to capture a show, I get the following message:
Code:

Connecting ...
INFO: Connected...
INFO: Model status is error

I'm using a chaturbate code that works all the time under windows:
Code:

rtmpdump -r "rtmp://edge9-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/NAME/" -C S:MYNAME -C S:NAME -C S:2.634 -C S:pbkdf2PASSWORD --live -y "anything_here" -o "NAME.flv"
Could anybody please help me? I tried to find the error for hours and hours…

jojesh 08-21-2013 05:33 AM

Re: Customized rtmpdump binaries with patch file


 
i am using the latest patch

still this stream is not working with rtmpdump but i can see in browser...when used with rtmpdump it will download for few seconds then getting disconnected

Quote:

-r "rtmp://89.248.163.3/play" -a "play?Auth=dxG2aOW9uvO4rz9dPGZWBbULXisY8uD3O0Fl9aU eEjkhxkJNqjOfVPV3iSm5Ur/" -f "LNX 11,2,202,297" -W "http://www.flashcast.tv/jwplayer/jwplayer.flash.swf" -p "http://www.flashcast.tv" -y "sury435" -o "2013-08-21_08-23-06_sury435.flv"
i generated this using latest rtmpsrv


the link to site

http://1tvlive.in/surya-tv/

what could be wrong.....please help

marktr 08-23-2013 05:36 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

I'm using a chaturbate code that works all the time under windows:
Code:

rtmpdump -r "rtmp://edge9-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/NAME/" -C S:MYNAME -C S:NAME -C S:2.634 -C S:pbkdf2PASSWORD --live -y "anything_here" -o "NAME.flv"
Could anybody please help me? I tried to find the error for hours and hours…
You don't describe how you're escaping the $ characters in your password hash. This bites linux/mac users frequently as most advice and examples are geared at windows users.

Check that you're escaping $ with \$. Also, you might want to put 2.640, 2p640 instead of 2.634, 2p634. If that still doesn't solve your problem, check the CB specific thread on these forums.

jonaruto 08-25-2013 04:53 PM

Re: Customized rtmpdump binaries with patch file


 
I am looking for an rtmpdump that doesn't record, but only connects (That it won't need -o).
I am trying to make a script that will check if the model is online, if it is online, it will start recording, else, it will retry in 15 seconds..
Can you help me please?

marktr 08-25-2013 09:22 PM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by jonaruto (Post 63294)
I am looking for an rtmpdump that doesn't record, but only connects (That it won't need -o).

rtmpdump provides this functionality out of the box; a new patch is not required. If you don't specify an output file (don't use -o) it will write to the stdout stream, and since you don't need this output you can redirect it to a null file. On windows you can use NUL and on unix-like systems you can use /dev/null.

rtmpdump's informational messages are fed to stderr. Depending on the tools at your disposal, you can consume this output in a stream-like fashion, or save a predefined amount of text to a file, to be processed later. If you need the latter, your command line would look like:

Code:

Windows: rtmpdump ... > NUL 2>data.txt

Unix: rtmpdump ... > /dev/null 2>data.txt

If you need more detailed diagnostics to go in your captured file, consult the rtmpdump man page for verbosity switches.

jonaruto 08-26-2013 02:15 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by marktr (Post 63295)
rtmpdump provides this functionality out of the box; a new patch is not required. If you don't specify an output file (don't use -o) it will write to the stdout stream, and since you don't need this output you can redirect it to a null file. On windows you can use NUL and on unix-like systems you can use /dev/null.

rtmpdump's informational messages are fed to stderr. Depending on the tools at your disposal, you can consume this output in a stream-like fashion, or save a predefined amount of text to a file, to be processed later. If you need the latter, your command line would look like:

Code:

Windows: rtmpdump ... > NUL 2>data.txt

Unix: rtmpdump ... > /dev/null 2>data.txt

If you need more detailed diagnostics to go in your captured file, consult the rtmpdump man page for verbosity switches.

Thanks, but I still can't get it to work.
This is my script:
Code:

@ECHO OFF

set timeout=15
set dir=Downloads
 
set /p user=Enter username:
echo Please wait...

:grab
set mydate=%DATE:/=-%@%TIME::=-%
set txt=%TMP%\out_%user%_[%mydate: =%].txt


rtmpdump -V -r rtmp://edge.stream.highwebmedia.com/live-edge/0 -p http://chaturbate.com/%user% -C S:ddalindaa -C S:%user% -C S:2.640 -C S:pbkdf2_sha256^$10000^$vq7lwDzUenwE^$Cyn5/Fnu0g5WsAUELQ/w2x3cXXnei5zQhB0NPpCC3yQ= > NUL 2>%txt%



for /f "delims=" %%a in ('findstr /n . %txt% ^| findstr "^73:"') do set var="%%a"
for /f "delims=" %%a in ('findstr /n . %txt% ^| findstr "^74:"') do set var2="%%a"
for /f "delims=" %%a in ('findstr /n . %txt% ^| findstr "^75:"') do set var3="%%a"

set key="%var2:~56%"
set key=%key:>=%
set key=%key:"=%
 
set status="%var:~56%"
set status=%status:>=%
set status=%status:"=%
 
set addr="%var3:~56%"
set addr=%addr:>=%
set addr=%addr:"=%

if not %status%==okay goto:offline
if %status%==okay goto:online

:offline
title %user% - Offline
color F8
echo Could not start recording, server returned status '%status%'.
goto:done

:online
title [D]%user% - Online [since %TIME%]
color 2F
echo Success! Server returned '%status%' - %addr%
echo Stream key:
echo %key%
 
set stamp=%DATE:/=-%@%TIME::=-%
set fname=%dir%\%key:~0,32%_[%stamp: =%].flv
 
rtmpdump -v -r rtmp://%addr%/live-origin/%key% -o "fname"
 
 
:done
title %user% - Offline
color F8
timeout 15
goto:grab

When I run it on online model, it start recording without output, at this line:
Code:

rtmpdump -V -r rtmp://edge.stream.highwebmedia.com/live-edge/0 -p http://chaturbate.com/%user% -C S:ddalindaa -C S:%user% -C S:2.640 -C S:pbkdf2_sha256^$10000^$vq7lwDzUenwE^$Cyn5/Fnu0g5WsAUELQ/w2x3cXXnei5zQhB0NPpCC3yQ= > NUL 2>%txt%
I want it to start recording at this line:
Code:

rtmpdump -v -r rtmp://%addr%/live-origin/%key% -o "fname"
How can I do it?

marktr 08-26-2013 06:47 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by jonaruto (Post 63298)
I want it to start recording at this line:
Code:

rtmpdump -v -r rtmp://%addr%/live-origin/%key% -o "fname"
How can I do it?

That won't work. See this post (and please read that thread before posting these questions; may save you lots of time and reduce noise on this thread).

You can start dumping with a variation of the original command line (remove > NUL 2> ... and add -o yourfilename.flv)

jonaruto 08-26-2013 07:22 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by marktr (Post 63299)
That won't work. See this post (and please read that thread before posting these questions; may save you lots of time and reduce noise on this thread).

You can start dumping with a variation of the original command line (remove > NUL 2> ... and add -o yourfilename.flv)

It worked 6 months ago, first it created a txt file, and if the model was online it would start recording.
Now it doesn't work anymore

gorilla.maguila 09-12-2013 10:37 AM

Re: Customized rtmpdump binaries with patch file


 
@KSV

Please add this:

Code:

else if (strstr(pageUrl, "yycast.com"))
{
 SendCommand(r, "trajkoProkopiev", TRUE);
 RTMP_SendCreateStream(r);
}


jhb50 09-13-2013 10:25 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by gorilla.maguila (Post 63388)
@KSV

Please add this:

Code:

else if (strstr(pageUrl, "yycast.com"))
{
 SendCommand(r, "trajkoProkopiev", TRUE);
 RTMP_SendCreateStream(r);
}


I confirm the requirement and second this request to be able to access yycast streams

KSV 09-14-2013 12:44 AM

Re: Customized rtmpdump binaries with patch file


 
First post has been updated with required changes.

streamfreak 09-15-2013 10:39 AM

Re: Customized rtmpdump binaries with patch file


 
Hey KSV, 4oD (Channel 4 catchup UK), has not been working on XBMC for a few months due to the change in encryption. If you have time, could you check it out as it is a very popular site. Also great admirer of your work.

jhb50 09-15-2013 01:39 PM

Re: Customized rtmpdump binaries with patch file


 
@KSV
Thanks for the yycast fix. Works great. I appreciate your fast response.

freez 09-16-2013 04:42 AM

Re: Customized rtmpdump binaries with patch file


 
@ksv thank u for updates

freez 10-18-2013 01:09 PM

Re: Customized rtmpdump binaries with patch file


 
thank u for updates my BOSS :D

hasomaso 10-18-2013 02:54 PM

Re: Customized rtmpdump binaries with patch file


 
thank u also for new release @KSV
works fine

i think www.axcast.com server is not supported with the new release
can you please take a look


Code:

rtmpdump -v -r "rtmp://www.axcast.com/axcast_video/19" -a "axcast_video/19" -f "WIN 11,9,900,117" -W "http://www.axcast.com/viewer.swf" -p "http://www.axcast.com/channel/view/rtd-djibouti-toos-rtd-tv-live-19/1/1" -C S:19 -C S:N/A -C S:Anonymous_6480 -C S:viewer -C S:Anonymous_6480 -C S:0 -C S:false -C S:13821242281325952618ac4000bf175502828 -y "stream" -o "output.flv"

hasomaso 10-19-2013 08:26 AM

Re: Customized rtmpdump binaries with patch file


 
thank u for axcast.com @KSV
but
i have tested with the new release and that bring me error message

Code:

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



All times are GMT -6. The time now is 02:05 PM.