Re: Customized rtmpdump binaries with patch fileQuote:
Code:
http://pastebin.com/nsrK1uXH |
Re: Customized rtmpdump binaries with patch fileQuote:
"patch unexpectedly ends in middle of line" but seemed to apply otherwise. |
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
http://pastebin.com/Bgznqcrc |
Re: Customized rtmpdump binaries with patch fileQuote:
I tried getting a debug log but for some reason my method using rtmpexplorer to stop rtmpsrv real quick and run rtmpdump manually fails as it runs rtmpdump too fast thus invalidating said token. Is there some way to code rtmpsrv to always do -z or something to rtmpdump? I know rtmpsrv sometimes has a -i option but I can't seem to get RTMPExplorer(X) nor RTMPDumpHelper to pass said option to rtmpsrv though it appears your patch must not have -i anyway. Every now and then it will not start recording, but I noticed that before on the your 2011-07-11 version. It's like sometimes you had to restart the stream about 3 times before it starts recording, but most times it works on first try. |
Re: Customized rtmpdump binaries with patch fileQuote:
try the following one. it automatically adds -z switch to rtmpdump command. if stream doesn't work with this one i will remove the BWrespose. it's not worth spending any more time. it doesn't affect downloading anyway. Code:
http://pastebin.com/7va19cpt Code:
rtmpsrv 2>Debug.txt |
Re: Customized rtmpdump binaries with patch fileQuote:
http://lists.mplayerhq.hu/pipermail/...ber/002183.htm Quote:
|
Re: Customized rtmpdump binaries with patch fileCould anyone please compile it for mac? thanks!!
|
Re: Customized rtmpdump binaries with patch fileQuote:
Some folks over at XBMC seem to want librtmp for Apple TV 1 which is simply MacOS anyway. I am currently working on getting a cross-compiler going for MacOS and will just make the exectuables and librtmp for anybody who wants them. |
Re: Customized rtmpdump binaries with patch fileQuote:
After some testing. Unfortunately,latest release still overwrites live stream :( Every time it's saved with the same filename. I use RTMPDumpHelper+RTMPSuck Code:
WARNING: Trying different position for client digest! |
Re: Customized rtmpdump binaries with patch filei have fixed another rtmpdump bug in which flv header was set with wrong data type (audio/video marker) which is yet another regression due to those array types. though file may play normally in most players rtmpdump was looking for the wrong type of keyframes while resuming.
another enhancement included is that upon resuming it was looking for keyframes with timestamp 0 only but now it searches other non zero timestamps too (timestamps are adjusted accordingly for this resume drift). so it's able to resume in those cases also where our required keyframe has nonzero timestamp. Test case for both bugs: Code:
rtmpdump -r "rtmpt://h2a.rtp.pt/vodrtp" -y "nas2.share/videos/auto/planetamusica/planetamusica_1_20120317" -o planetamusica_1_201203171.flv your problem seems more like server configuration issue because the same response is accepted by other servers without any problem. anyway i have disabled it in my patches for compatibility reasons. @alexanderd it seems like you are using old binaries not the updated ones posted in first post. |
All times are GMT -6. The time now is 12:23 PM. |