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
  #301  
Old 10-18-2014, 07:01 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


It is ironic that someone who is knowingly breaking the law by streaming copyrighted material for a fee from those who are making money by capturing and generating streams of copyrighted material now suggests that he will take action to stop those who provide tools to then view those streams. I assume he has also complained to the authors of rtmpdump and wireshark.

Reminds me of the homeowner who complained that the burglar had used the key he left under his doormat!

May I suggest that the more appropriate action would be to implement his streaming service using tools that properly secure those streams from his unauthorized use, rather than issue lame hypocritical threats and complain that his simple and visible 'key' is being used by others.
Reply With Quote
  #302  
Old 10-26-2014, 08:30 AM
samsamsam2 samsamsam2 is offline
Junior Member
 
Join Date: Jul 2014
Posts: 3
samsamsam2 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Hello,

K-S-V I have some problem with your patch for librtmp.
I developed some simple program for handling stream from ustream.tv:
https://gitorious.org/f4mdump

For connection to the server and read information about fragments the librtmp is used. It work when librtmp without patch is used, with patch wrong rtmp packet is read.

Can you help me with finding where the problem is?

Thank you,
SSS
Reply With Quote
  #303  
Old 10-27-2014, 01:42 PM
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


first post is updated with new release. i have added 3dbuzz.com support and merged denobis patch for -K switch.
Reply With Quote
  #304  
Old 10-27-2014, 01:55 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


thank you for all your efforts
Reply With Quote
  #305  
Old 10-27-2014, 09:18 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by KSV View Post
first post is updated with new release. i have added 3dbuzz.com support and merged denobis patch for -K switch.
Thank i tried to compile with the new patch on ma debian wheezy, but i have an error

"librtmp/librtmp.so: undefined reference to `stricmp'
collect2: error: ld returned 1 exit status
make: *** [rtmpdump] Erreur 1"

with the previous patch i did not have this error
Reply With Quote
  #306  
Old 10-27-2014, 11:43 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


I finally found it `stricmp' is specific to Microsoft's compilers/libraries
I replaced 'stricmp' line 962 by 'strcasecmp'
'strcasecmp' is the equivalent replacement for linux
I hope that it might help some.
Reply With Quote
  #307  
Old 10-28-2014, 12:50 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


Quote:
Originally Posted by biezom View Post
I finally found it `stricmp' is specific to Microsoft's compilers/libraries
I replaced 'stricmp' line 962 by 'strcasecmp'
'strcasecmp' is the equivalent replacement for linux
I hope that it might help some.
i have fixed the issue and updated the release.
Reply With Quote
  #308  
Old 10-31-2014, 06:17 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 Thanks for the update. Much appreciated!
Reply With Quote
  #309  
Old 11-05-2014, 02:55 PM
msdos msdos is offline
Junior Member
 
Join Date: Aug 2014
Posts: 3
msdos is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Hello I have updated the latest patch librtmp stays loaded with this server
rtmp://109.123.126.34/live playpath=canal89?id=76120 swfUrl=http://www.ucaster.eu/static/scripts/fplayer.swf live=1 pageUrl=http://www.ucaster.eu/embedded/canal89/1/650/400 Conn=S:OK

thanks
Reply With Quote
  #310  
Old 11-05-2014, 03:20 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


So it also stays loaded with the librtmp.dll file from the latest rtmpdump package.
Code:
rtmpdump -v -r "rtmp://109.123.126.34/live" -y "canal89?id=76120" -W "http://www.ucaster.eu/static/scripts/fplayer.swf" -p "http://www.ucaster.eu/embedded/canal89/1/650/400" -C S:OK | "VLC" -
Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sun Nov 02 15:25:28 2014
INFO:   videodevice             OEM Device [1]
INFO:   framerate               24.00
INFO:   width                   512.00
INFO:   height                  288.00
INFO:   videocodecid            avc1
INFO:   videodatarate           500.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             OEM Device [1]
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           1.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           32.00
9511.126 kB / 139.52 sec
greetz
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 06:12 PM.


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