Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#21
|
|||
|
|||
Re: Customized rtmpdump binaries with patch file |
#22
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileI have compiled this release into librtmp's for various systems (iOS (Apple TV, iPhone, iPod Touch), RasPi, Linux 32&64) for anyone wanting this release in their XBMC.
I can easily put exectuables up also if anyone needs but I don't know of any practical reasons off the top of my head for devices like RasPi and iOS. http://www.mediafire.com/?x4cvp5hl4m9xr Last edited by RedPenguin : 04-11-2013 at 04:41 PM. |
#23
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileThank you Redpenguin.
I have a problem with your xbmc apk for android. (Sorry for my english because I´m Spanish). I installed your xbmc apk and when I click to run it crash. Say: La aplicación XBMC (proceso org.xbmc.xbmc) se ha interrumpido inesperadamente. Inténtelo de nuevo |
#24
|
|||
|
|||
RTMPDUMP returns wrong AMF calculationvery weird problem: I'm using unofficial KSV version. on one of my boxes it doesnt work properly: I investigated and found that the server asks for an answer which on other boxes is calculated well, but on this box no... checked python, and there it calculates well
so, on this thing: enc = AMF_EncodeNumber(enc, pend, exp(atan(sqrt(VerificationNumber))) + 1) the "bad" box returns ((VerificationNumber) + 1) any idea? I'm totally cluless btw, it's a linux box |
#25
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
http://forum.xbmc.org/showthread.php?tid=162307 is the support thread I maintain for my librtmp files and the APK if you wanna check it out. |
#26
|
|||
|
|||
Re: RTMPDUMP returns wrong AMF calculationQuote:
|
#27
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileAlso KSV or somebody else not sure if you have a cable TV subscription or not to test:
http://www.cnn.com/video and test their "Live TV" section. But I have noticed that the rtmpdump code must have changed sometime after 2011-07-11 because like I said before if I use KSV or normal versions since then it constantly results in "Invalid AMF Data" with rtmpsrv from RTMPDumpHelper. From what I can tell, they (edgecfs) are simply changing the connection data on every play request and using weird characters like the Spanish upside down exclamation point. Not sure why but the older rtmpdumps can simply flow with these odd connection data but the newer cannot and just error out, so I was wondering if this could be fixed via a patch. Here is a sample of what I mean: rtmpdump -r "rtmpe://cp99921.live.edgefcs.net:1935/live" -a "live?auth=daEdabcbS bfdrdlcNa.dudNbld5cebQaKan-brBoEc-hca-lxy_GFs&aifp=v001&slist=tvehln104_1_low@s8 9305" -f "WIN 11,7,700,169" -W "http://z.cdn.turner.com/xslo/cvp/plugins/akamai/ streaming/osmf1.6/2.11.3/AkamaiAdvancedStreamingPlugin.swf" -p "http://www.cnn.c om/video/#/video/cvptve/cvpstream2" --live -C Θ: -y "tvehln104_1_low@s89305?auth =daEdabcbSbfdrdlcNa.dudNbld5cebQaKan-brBoEc-hca-lxy_GFs&aifp=v001&slist=tvehln10 4_1_low@s89305" -o "tvehln104_1_low@s89305.flv" ERROR: Invalid AMF parameter: Θ: It's as if the command would easily work with zero issues if it was not for the strange ASCII characters. Though not sure if this would be something the actual RTMPDump would need to code. Last edited by RedPenguin : 04-16-2013 at 01:48 AM. |
#28
|
|||
|
|||
Re: Customized rtmpdump binaries with patch filehere is the log:
the "bad" box- Quote:
here is the "good" box- Quote:
rest of the log is the same for both boxes (until hang up) |
#29
|
|||
|
|||
Re: Customized rtmpdump binaries with patch file@bentzi
your problem seems like a bug in math library (libm.so). try upgrading glibc to newer version. it's also possible that your compiler optimization is breaking it. try compiling static binary with no optimizations. Code:
LDFLAGS="-static" OPT="-g -O0" does this happens also with rtmpsuck? also post the verbose log of successful and failed attempt. Code:
-z 2> Debug.txt |
#30
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
http://pastebin.com/VkbqL0vQ |
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|