Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #281  
Old 09-12-2014, 11:42 PM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Default

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????!!
Reply With Quote
  #282  
Old 09-13-2014, 08:40 AM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

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.
Reply With Quote
  #283  
Old 09-14-2014, 03:39 AM
H3om H3om is offline
Junior Member
 
Join Date: Sep 2014
Posts: 8
H3om is on a distinguished road
Unhappy

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
Reply With Quote
  #284  
Old 09-14-2014, 04:45 AM
lto lto is offline
Junior Member
 
Join Date: Mar 2014
Posts: 9
lto is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by lto View Post
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.
Reply With Quote
  #285  
Old 09-14-2014, 01:33 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

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

Last edited by denobis : 09-14-2014 at 02:41 PM.
Reply With Quote
  #286  
Old 09-18-2014, 10:35 AM
inquisitor inquisitor is offline
Junior Member
 
Join Date: Aug 2014
Posts: 8
inquisitor is on a distinguished road
Default

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?
Reply With Quote
  #287  
Old 09-18-2014, 10:50 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by inquisitor View Post
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
Reply With Quote
  #288  
Old 09-19-2014, 01:09 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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.
Reply With Quote
  #289  
Old 09-19-2014, 05:06 AM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Default

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
Reply With Quote
  #290  
Old 09-24-2014, 05:48 PM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

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.
Reply With Quote
Reply Post New Thread
Tags: , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:30 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons