Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#241
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
I know how make a patch though. |
#242
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filehello can share the source code to compile thanks
|
#243
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileCode:
--- src/rtmpdump-ksv/librtmp/rtmp.c 2014-09-02 13:28:09.918373926 +0300 +++ src/rtmpdump-ksv/librtmp/rtmp.c.new 2014-09-02 13:28:54.201460552 +0300 @@ -3162,7 +3162,7 @@ } else if (strstr(pageUrl, "ezcast.tv")) { - SendCommand(r, "jaSakamCarevataKerka", TRUE); + SendCommand(r, "iUsteJaSakamCarevataKerka", TRUE); RTMP_SendCreateStream(r); } else if (strstr(pageUrl, "liveflash.tv")) |
#244
|
|||
|
|||
Re: Customized rtmpdump binaries with patch file@KSV
Would it be possible for you to add the folllowing to your next compile along with that for zenex as provided by Red Penguin? I am a major user of your moded rtmpdump in my Serviio Web site plugins where I have a script for each source, so a better solution would be to have an rtmpdump parameter that accepts a "Create" string just like I use the "Conn" string when required. Any chance of adding that parameter support to your mods as well so we can stop bugging you? Without this mod I am DOA when playing news channels such as http://www.zahipedia.net/2009/07/02/...e-news-online/ + else if (strstr(pageUrl, "janjua.tv")) + { + SendCommand(r, "soLagaDaSeStoriAga", TRUE); + RTMP_SendCreateStream(r); + } Thank you for all your support! |
#245
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filei haven't looked into rtmpdump for quite sometime. if somebody could provide all the required fixes from last few pages in one post i can try to incorporate them in next binary release.
|
#246
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileHi,
for all the sites which send special commands there is no need recompile every time with the new parameters. In general, the sites supported with only this instructions Code:
SendCommand(r, "something", TRUE); SendGetStreamLength(r); RTMP_SendCreateStream(r); Code:
else if (r->Link.tcomm.av_len) { param_count = strsplit(r->Link.tcomm.av_val, FALSE, ';', ¶ms); SendCommand(r, params[0], params[1]); SendGetStreamLength(r); RTMP_SendCreateStream(r); } -K "vujkoMiLazarBarakovOdMonospitovo;TRUE" so the rtmpdump command would be Code:
rtmpdump -r "rtmp://212.7.209.16/live/tvccomp?id=72042" -a "live" -f "WIN 14,0,0,179" -p "http://www.ucaster.eu/embedded/tvccomp/1/620/382" -W "http://www.ucaster.eu/static/scripts/fplayer.swf" -K "vujkoMiLazarBarakovOdMonospitovo;TRUE" -y "tvccomp?id=72042" -m "5000" -o "tvcpuebla1.flv" -C S:OK TRUE // pc3oot.us.to "StreamPiraten" // ezcast.tv "iUsteJaSakamCarevataKerka" // liveflash.tv "kaskatija" // mips.tv "gaolVanus" // ucaster.eu "vujkoMiLazarBarakovOdMonospitovo" // yukons.net "trxuwaaLahRKnaechb" // yycast.com "trajkoProkopiev" // "streamify.tv") || strstr(pageUrl, "zenex.tv" "trajkoProkopiev" keGoVidishStambolSoseBardovci // janjua.tv "soLagaDaSeStoriAga" FALSE // strstr(host, "streamscene.cc") || strstr(pageUrl, "streamscene.cc") || strstr(host, "tsboard.tv") || strstr(pageUrl, "teamstream.in") || strstr(host, "hdstreams.tv") || strstr(pageUrl, "teamstream.to") || strstr(pageUrl, "istreams.to") || strstr(pageUrl, "axcast.com") || strstr(pageUrl, "dhmediahosting.com") "r" // axcast.com "requestData" // dhmediahosting.com "netStreamEnable" The advantages seem obvious cause you can change the command parameter and support new sites automatically. I've just compiled this version http://www.mediafire.com/download/xu...d/rtmpdump.exe |
#247
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filemips.tv is gaolVanusPobeleVoKosata
|
#248
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileTesting site
Code:
rtmpdump -r "rtmp://77.92.76.182/live" -a "live" -f "WIN 11,5,502,146" -W "http://www.janjua.tv/resources/scripts/eplayer.swf" -p "http://www.janjua.tv/embedplayer/disney2021/1/600/385" -C S:OK -y "disney2021?id=15838" -K "soLagaDaSeStoriAga;TRUE" -o "disney.flv" |
#249
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileCould you test mips.tv with the -K option?
|
#250
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileOutstanding! Confirmed mips and janjua work with -K
Have you left old code for compat purposes if -K is not specified? Also is the base code rtmpdump 2.4? |
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|