Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileCode:
RTMP Proxy Server v2.4 GIT-2012-12-30 (Compiled by KSV) |
Re: Customized rtmpdump binaries with patch fileGreat, that's just what needed!
Did you use the same binaries that have been uploaded to mediafire? (http://www.mediafire.com/file/5eep3w...mpdump-2.4.zip) I used them with rtmpdumphelper. Maybe that's the cause of the problem? |
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
rtmpsuck MD5: 6A42BD5F06958EAE05BC7480BDD06199 Quote:
|
Re: Customized rtmpdump binaries with patch fileI've just downloaded both zips (rtmpdump-2.4.zip from mediafire, from first post and RTMPDumpHelper from Nir Sofer's site). Extracted them in new folder (both in one). BTW, rtmpsuck's MD5 equals to yours.
Then I start rtmpdumphelper from that folder (it starts the rtmpsuck) and open the same test page (http://live.samaa.tv/). RTMPSuck starts capturing the stream, but saves it as samaalive.flv, without timestamp :( I cannot understand it. Everybody, please, test that issue too. It can't be that i'm the only lucky who experiences the overwriting problem. |
Re: Customized rtmpdump binaries with patch file@KSV
Hi KSV, first thank you for your work. I was testing your patches and I think I found a bug: Steps to reproduce: - Try to dump one of the streams of Icasthd. Take into account that Icasthd works per sessions so you will need to get a valid one. icasthd.tv/?p=channeldetails&id=skysports1 For Example: http://pastebin.com/qEi703wk When dumping this kind of streams, from time to time I get a segfault. One of the times I was running with gdb and I got a backtrace: Code:
DEBUG: Parsed protocol: 0 Also happened with a compiled version in android with ffmpeg based player, backtrace in android shows: Code:
#00 pc 00018630 /system/lib/libc.so (memcpy+48) http://pastebin.com/EKxJvh23 It seems it's some problem handling redirects as sometimes ffmpeg outputs: Code:
04-23 18:55:33.949: A/ffmpeg(7739): Problem accessing the DNS. (addr: @4.102.63.22) What do you think? Regards |
Re: Customized rtmpdump binaries with patch fileexample
Code:
>rtmpdump -r "rtmp://178.18.23.112:1935/live" -a "live?f=skysports1&t=1366738882 |
Re: Customized rtmpdump binaries with patch fileQuote:
It doesn't crash every time. For me it crashes from time to time. Maybe once every 5 intents. Also don't use rtmp://edge.icasthd.com:1935/live instead force a redirect response rtmp://edge.icasthd.com:1935/redirect3 Example: http://pastebin.com/qEi703wk |
Re: Customized rtmpdump binaries with patch fileChecking if null pointer seems to solve the crash.
Code:
void EDITED: Doesn't Solve it. The culprit seems to be somewhere else |
Re: Customized rtmpdump binaries with patch fileI made some MacOS executables and librtmp test files using the x86 darwin compiler on Ubuntu 10.04 (older OS due to older code :))
I need ATV1 and MacOS users to try: http://forum.xbmc.org/showthread.php...592#pid1404592 |
All times are GMT -6. The time now is 05:46 PM. |