Re: Customized rtmpdump binaries with patch fileYes that's why I edited my post before to mean rtmpdump.
But yes I do mean the older rtmpdump usually downloads it with very little issue. Sometimes it does it on first try othertimes you gotta restart the stream maybe 3 times but it always downloads. |
Re: Customized rtmpdump binaries with patch fileQuote:
Quote:
|
Re: Customized rtmpdump binaries with patch fileQuote:
I know you can run rtmpdump manually but they change token each time. EDIT: Wait I think you can easily do it with RTMPExplorerX if you tell it run CMD instead of rtmpsrv, then you can manually run rtmpdump. |
Re: Customized rtmpdump binaries with patch filehttps://dl.dropboxusercontent.com/u/.../older-log.txt
https://dl.dropboxusercontent.com/u/.../newer-log.txt Ctrl-C was pressed after the first one downloaded for a few seconds and while the newer was hanging for about 15-20 or more seconds. Not sure if there was an easier way or not but I found if you quickly kill rtmpsrv from RTMPExplorer and run the command yourself you can easily add -z. |
Re: Customized rtmpdump binaries with patch fileonly odd thing i can find in your logs is that in case of newer rtmpdump server is sending onBWCheck twice. probably it didn't like our BWResponse. there is one commit made on 02/08/2011 which is just after the working rtmpdump date 11/7/2011. you can try after reverting the changes made by this commit.
Code:
commit 8880d1456b282ee79979adbe7b6a6eb8ad371081 |
Re: Customized rtmpdump binaries with patch fileReverted commit (then verified) and then compiled but still no go.
But yes I looked at both logs and they look nearly identical except of course the older one working. EDIT: Though I did see what happens if I revert the BW commit, put in only your AMF fixes and skip rest of patch, but then it just immediately goes to ERROR: Closing connection: NetStream.Play.StreamNotFound Debug Log for one without rest of patch https://dl.dropboxusercontent.com/u/5544258/test.log |
Re: Customized rtmpdump binaries with patch fileyour log shows NetStream.Failed not NetStream.Play.StreamNotFound error which generally means that auth token has expired. it would be easy to get the offending commit if you know how to use git bisect.
|
Re: Customized rtmpdump binaries with patch fileQuote:
But I will try and see what hapens with git bisect. EDIT: Looks like I found the issue. I didn't have extreme luck with git bisect but I did have luck checking out older versions of the code using git chekcout. It seems if I checkout anything older then Nov 9th it works perfectly but the minute I put on 19d36368f6c1ec6fa55df319173ca93048309f9a which is for PolarSSL 1.2.x compat, it breaks. Yet now, if I apply your latest patch file, it breaks again, it only works if I revert said commit and leave your patch off, yet obviously your patches are wanted. For some reason it only wants to work with PolarSSL 1.0.0 not 1.2.7 because obviously this revert causes it not to compile. I'm gonna see maybe I can use OpenSSL or something. |
Re: Customized rtmpdump binaries with patch fileso you are saying commit just before 19d36368f6c1ec6fa55df319173ca93048309f9a works while it doesn't work after you apply this specific commit. leave my patches out for the moment. that's pretty weird behaviour. that offending commit has only changes related to SSL which isn't even being used in this case.
|
Re: Customized rtmpdump binaries with patch fileQuote:
I created a new dir, did a "git clone git://git.ffmpeg.org/rtmpdump" then inside the rtmpdump dir did "git revert 19d36368f6c1ec6fa55df319173ca93048309f9a" then compiled and it works. |
All times are GMT -6. The time now is 08:04 AM. |