Re: Customized rtmpdump binaries with patch fileQuote:
I know how make a patch though. |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileCode:
--- src/rtmpdump-ksv/librtmp/rtmp.c 2014-09-02 13:28:09.918373926 +0300 |
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! |
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.
|
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); Code:
else if (r->Link.tcomm.av_len) -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 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 |
Re: Customized rtmpdump binaries with patch filemips.tv is gaolVanusPobeleVoKosata
|
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" |
Re: Customized rtmpdump binaries with patch fileQuote:
|
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? |
Re: Customized rtmpdump binaries with patch fileThe base code is the 2.4 with all KSV patches and some minor modifications. For testing i purged all the old code, but here the version with -K option and old compatibility included
https://www.mediafire.com/folder/nto9t7bx8pkje/rtmpdump |
Re: Customized rtmpdump binaries with patch file@ denobis @ksv Can you guys agree on how to go forward? It would be a shame to have 2 different moded rtmpdumps.
If someone can show denobis how to make a patch, then he can make and post updates to the latest KSV, as he has done here, along with a new patch. KSV can then review the patch and incorporate it as is or with any new KSV changes in his next version. That would at least keep it together until there is some disagreement regarding a mod. |
Re: Customized rtmpdump binaries with patch fileI use the sources from git://git.ffmpeg.org/rtmpdump and the ksv patches. Now i can make a new diff with the changes here related. But for now, the relevant mod is the simplification of the channels mentioned through the new option. Not too much code so KSV could implement it and make a new patch.diff. You're right, better to have only one main mod.
|
Re: Customized rtmpdump binaries with patch filecan you plz find the params to play this stream, through wireshark i found out that it is invoking "soLagaDaSeStoriAga" command after connect
http://www.streamer247.com/ptvsports.php rtmpdump -r "rtmp://46.28.48.116/live" -a "live" -f "WIN 11,5,502,135" -W "http://www.janjua.tv/resources/scripts/eplayer.swf" -p "http://www.janjua.tv/embedplayer/s247ptvpakei/2/600/400" -C "S:OK" -C "N:1" -v "yes" -y "s247ptvpakei?id=19910" -z | "C:\Program Files\VideoLAN\VLC\vlc.exe" - |
Re: Customized rtmpdump binaries with patch fileUse the revised rtmpdump and new -K parameter as posted above.
|
Re: Customized rtmpdump binaries with patch fileI am unable to display page 26 of this thread. Everything up to 25 works fine, and I can see the page 26 posts while adding a reply like this. I suspect others have the same problem since there have been no new posts in the past week.
|
Re: Customized rtmpdump binaries with patch fileQuote:
Try clearing your browser cache. |
Re: Customized rtmpdump binaries with patch filei have updated the binaries incorporating some site changes. regarding adding a custom switch for some sites i think updating the librtmp directly is more suitable especially for novice users who don't know how to find and use the custom commands. also many sites using custom commands need more complex authentication than just sending a command before play. so i am leaving it the way it is for the time being.
|
Re: Customized rtmpdump binaries with patch fileHi,
i have a issue with play Live-Streams of streamnetwork.tv in VLC or XBMC. :confused: Some streams on the page use the rtmp-protocol which I have read with RTMPDumpHelper v1.21: Code:
rtmpdump -r "rtmp://pc3oot.us.to:1935/live/" -a "live/" -f "WIN 15,0,0,152" -W "http://www.streamnetwork.tv/page/jwp.swf" -p "http://www.streamnetwork.tv/page/rtmp.php?c=sportnews&auth=2312004c8a66c6599bb1fd1881f64e3a" --live -y "sportnews" -o "2014-09-11_08-22-05_sportnews.flv" Quote:
I would be glad if someone would have a solution for the problem. thx |
Re: Customized rtmpdump binaries with patch fileTry my compiled rtmpdump with -K "UIUIUINASOWAS;TRUE"
|
Re: Customized rtmpdump binaries with patch fileQuote:
Edit: I tried it again and now actually running the Stream ... Thanks :) Can you tell me where did you get the information? I have searched for several days and found nothing. |
Re: Customized rtmpdump binaries with patch file1 Attachment(s)
See attach http://stream-recorder.com/forum/att...9&d=1410467169
Only works with my compiled rtmpdump, or you need to get a new compiled one |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch file@KSV thanx for updating files , but why not Patch.diff is updated??!! it is zero byte & blank? so we cannot apply new patch!!!
|
Re: Customized rtmpdump binaries with patch file@KSV hello and thanks for updating files. I'm agree with freez no Pach.diff update! I'm linux user and i need pach to compile thanks. (Sorry for my bad english)
|
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileHi @denobis
Quote:
I would also like to know how it is possible prarmeter specify the-K in a m3u8 file, so it XBMC interpreted correctly.? I use the plugin Simple IPTV PVR addon to play the stream. thx |
Re: Customized rtmpdump binaries with patch fileSimply:
1- read the swf http://www.streamnetwork.tv/page/jwp.swf -needed cookies awesomeAsFuck=AzzlackzSindDoof; azzlack_ddos_intercepter=? 2- zip-decompress the swf -gzuncompress(substr(swf,8)); 3- regex the key -NetConnection.Connect.Closed UIUIUINASOWASAutoqualityLabel |
Re: Customized rtmpdump binaries with patch file... So the first step I understand yet. This information I can read with wireshark successfully. But from step two I'm stuck because I do not have the knowledge in PHP to build a script. If there is no easier option, I have to just live with it.
Can you tell me how I add the new option -K "command, bool" so also there run the streams in XBMC? Unfortunately XBMC does not understand this option. Your compiled rtmpdump + VLC player works perfect. |
Re: Customized rtmpdump binaries with patch fileTo get the command there is no other option. You can make the decompress with flasm.exe and search inside. For xbmc maybe you need the librtmp dll.
|
Re: Customized rtmpdump binaries with patch fileQuote:
Which software do I need to create the librtmp.dll? Can you give me a link where the individual steps are described? Is it possible to use librtmp.dll from post # 251? |
Re: Customized rtmpdump binaries with patch fileYou need to compile the c-sources of rtmpdump with the patches. Here in the forum there is a guideline to do it, but the librtmp from #251 works for you
|
Re: Customized rtmpdump binaries with patch file@denobis
I have the librtmp.dll downloaded from # 251 and copied to this path: Code:
C:\Program Files (x86)\XBMC\system\players\dvdplayer\librtmp.dll Code:
[...] |
Re: Customized rtmpdump binaries with patch fileMaybe you need to update the libeay32.dll
copy http://www.mediafire.com/download/l1...v/libeay32.dll to xbmc\system |
Re: Customized rtmpdump binaries with patch fileOops!,
For the xbmc xml rtmpdump options -K equals to tcommand |
Re: Customized rtmpdump binaries with patch filei have updated the package to contain proper Patch.diif file and also the fix for pc3oot was updated.
@denobis you can send the patch for -K switch if you want to get it merged. i will take a look into it over the next weekend. |
Re: Customized rtmpdump binaries with patch filethanks for all @KSV ;)
|
Re: Customized rtmpdump binaries with patch fileHi KSV, thanks for considering it.
This is my patch.diff (between original git and all the patches, yours and mine) http://www.mediafire.com/download/3j...ey1/patch.diff |
Re: Customized rtmpdump binaries with patch filecan anyone post one xbmc with pre-compiled build of your patch for xbmc android?
|
Re: Customized rtmpdump binaries with patch fileAwesome! Why can't the rest of the world work this well together!
|
All times are GMT -6. The time now is 08:03 PM. |