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)

freez 09-12-2014 11:42 PM

Re: Customized rtmpdump binaries with patch file


 
thanx @KSV works ok , @denobis ur patched rtmpdump.exe is hard to solve its issue!!! keep asking for .dll missing files like it wont stop giving error message & requesting such always for a lot of missing .DLL files & thats a real headache & wont play coz it really need a fix by approaching a dozen of missing.dll file , i am using windows 7 64 bit, so what prog. u really used to patch it & why this error misiing too much files missing from my pc is asking for????!!

jhb50 09-13-2014 08:40 AM

Re: Customized rtmpdump binaries with patch file


 
@freez I am using denobis patched rtmpdump.exe on w7-64 and it works flawlessly. You must have some other problem.
You asked previously for KSV patch. Why are you compiling when you have working exe for w7 from both KSV and Denobis? You need to post more info about your error before anyone can help you fix your problem.

H3om 09-14-2014 03:39 AM

Re: Customized rtmpdump binaries with patch file


 
Hi @all

I have a problem with the create the files rtmpdump / librtmp with patch.diff under Windows7-64.

The patch.diff i have taken from last realease from KSV and this copied to rtmpdump binaries directory. After that i give over MinGW the commd "patch-p0 <patch.diff" and the new files are generated in the directory. With the command "make SYS=mingw" compile the new files. But the files created rtmpdump.exe and librtmp.dll have a different size than the KSV. Once I used rtmpdump.exe, an error message appears stating that the librtmp-1.dll was not found. This message is not in the rtmpdump release.

Why do not I get the same files as KSV? May be missing something in the source code?

I would be glad if someone could help me for the problem.:)

thx
H3om

lto 09-14-2014 04:45 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by lto (Post 66661)
I was able to fix the problem I described in private message.
I am on Windows I was able to attach debugger and reproduced crash multiple times in same place:

Code:

        ...
                      if (server->f_cur && server->rc.m_mediaChannel && !paused)
                        {
>                          server->rc.m_pauseStamp = server->rc.m_channelTimestamp[server->rc.m_mediaChannel];
                          if (RTMP_ToggleStream(&server->rc))

{

I checked if server is 0 but it didn't help, so I just called inside this if:

Code:

goto cleanup;
and it works, no more crashes with rtmpdumphelper

I think in some cases this server structure is messed up and crash happens

Just an info to people who asked how to fix this problem.

If you want to have stable rtmpdump + rtmpdumphelper build, without crashes when "camera switches to private mode" - above solution still works, so please include that in your patches.

denobis 09-14-2014 01:33 PM

Re: Customized rtmpdump binaries with patch file


 
For those who use simpletv you can update your librtmp here

http://www.mediafire.com/download/1w...etvlibrtmp.zip


The zip includes the librtmp.dll compiled with -K and two other dll's (libeay and ssleay). You must substitute all these three dll's.

To enter a channel which needs -K use tcommand=

sample

rtmp://$OPT:rtmp-raw=rtmp://173.193.205.94/live playpath=foxsportcomp?id=72043 swfUrl=http://www.ucaster.eu/static/scripts/fplayer.swf pageUrl=http://www.ucaster.eu/embedded/foxsportcomp/1/620/382 tcommand=vujkoMiLazarBarakovOdMonospitovo;TRUE conn=S:OK

inquisitor 09-18-2014 10:35 AM

Re: Customized rtmpdump binaries with patch file


 
Some questions about this version of rtmpdump:
https://github.com/K-S-V/Scripts/releases/tag/v2.4

I assume they are false positives, but Virustotal.com shows detections for the zip file:
https://www.virustotal.com/en/file/d...is/1411053822/

Bkav: "HW32.Paked.231B"
Symantec: "WS.Reputation.1"


When I unzip the archive and check the individual files:

rtmpdump.exe shows one detection:
https://www.virustotal.com/en/file/1...is/1410775962/

Bkav: "HW32.Paked.B04C"

============================

rtmpgw.exe shows one detection:
https://www.virustotal.com/en/file/2...is/1410775979/

Bkav: "HW32.Paked.5784"

============================

rtmpsrv.exe shows one detection:
https://www.virustotal.com/en/file/7...is/1410548402/

Bkav: "HW32.Paked.8B26"

============================

rtmpsrv-vlc.exe shows one detection:
https://www.virustotal.com/en/file/8...is/1410548401/

Bkav: "HW32.Paked.A811"

============================

rtmpsuck.exe shows two detections:
https://www.virustotal.com/en/file/8...is/1410548404/

Bkav: "HW32.Paked.231B"
Qihoo-360: "Malware.QVM11.Gen"

============================

Should I worry about these detections; are they just false positives?

chap 09-18-2014 10:50 AM

Re: Customized rtmpdump binaries with patch file


 
Quote:

Originally Posted by inquisitor (Post 70709)
Some questions about this version of rtmpdump:
https://github.com/K-S-V/Scripts/releases/tag/v2.4
Should I worry about these detections; are they just false positives?

this man does not do bad

KSV 09-19-2014 01:09 AM

Re: Customized rtmpdump binaries with patch file


 
@inquisitor
Executables are compressed with upx (sort of zip for executables) and some lousy av software's may flag anything compressed as malicious.

@lto
can you provide some background of the problem and if possible the patch file for the same.

freez 09-19-2014 05:06 AM

Re: Customized rtmpdump binaries with patch file


 
@KSV my BOSS:) ,plez could u help updating rtmpdump binaries with patch for the new clone here ,coz ur patch & .exe & librtmp is the only one works on my system without a problem , have a look here http://stream-recorder.com/forum/ksv...rt-t18808.html

thank u for ur time

jhb50 09-24-2014 05:48 PM

Re: Customized rtmpdump binaries with patch file


 
@KSV
I hope you are still planning to incorporate the -K patch in your rtmpdump when you get time. In its absence RedPenguin plans to add it to his version, but I continue to hope that we can keep yours as the "mother patch" instead of having these various forks.


All times are GMT -6. The time now is 03:00 AM.