Re: Customized rtmpdump binaries with patch fileIt 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. |
Re: Customized rtmpdump binaries with patch fileHello,
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 |
Re: Customized rtmpdump binaries with patch filefirst post is updated with new release. i have added 3dbuzz.com support and merged denobis patch for -K switch.
|
Re: Customized rtmpdump binaries with patch filethank you for all your efforts
|
Re: Customized rtmpdump binaries with patch fileQuote:
"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 |
Re: Customized rtmpdump binaries with patch fileI 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. |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch file@KSV Thanks for the update. Much appreciated!
|
Re: Customized rtmpdump binaries with patch fileHello 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 |
Re: Customized rtmpdump binaries with patch fileSo 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) |
All times are GMT -6. The time now is 03:00 AM. |