Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#391
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileAny support/patch for swf verification type 2?
|
#392
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileI have tried with search and it looks like there are no search results.
My question would be : is rtmpdump going to work under windows10 ? Thank you. |
#393
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileTheres a github perl script about which fixes the link issues on some UK based On Demand things like ITV to fix it and grab the higher quality links instead of the rubbish ones that RTMPDump currently picks up.
Any chance you can fiddle about with this perl script code for ITV to make a peice of code for RTMP Dump which can download the proper quality instead of the rubbish ones? Hopefully fixing the ITV low quality for getting the high quality ones instead would help RTMPDump in the long run getting high quality versions from other dynamic sites as well without the quality tab thing on them. The templete script for the dynamic flv fixes kinda looks straight forwards to me. It looks like just plain swapping a quality number in the code with another one fixes the issue at least on ITV. Maybe the quality codings work for other UK dynamic quality On Demands too. https://github.com/GetiPlayerAutomat...tor/issues/493 At least theres now a code fix about for repairing RTMP Dump's low quality botch jobs on ITV anyway if not others with similar codings as well. |
#394
|
|||
|
|||
Re: Customized rtmpdump binaries with patch file |
#395
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileHello, when I apply your patch and build rtmpdump with this make statement:
Code:
make SYS=darwin CRYPTO=GNUTLS SHARED= XCFLAGS="-I${TARGET}/include" XLDFLAGS="-L/${TARGET}/lib -liconv" Code:
gcc -Wall -L//Users/roushi/Desktop/RTMPDump_Test/lib -liconv -o rtmpdump rtmpdump.o -Llibrtmp -lrtmp -lgnutls -lhogweed -lnettle -lgmp -lz Undefined symbols for architecture x86_64: "_AVcopy", referenced from: _main in rtmpdump.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [rtmpdump] Error 1 |
#396
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileMost probably it's picking up the wrong version of librtmp.a file to link with. make sure your lib directory (//Users/roushi/Desktop/RTMPDump_Test/lib) doesn't contain old version of librtmp.a.
Last edited by KSV : 12-05-2015 at 09:37 AM. |
#397
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileI dont know if I missed something. Been using a old version of rtmpdump. Updated it to the latest KSV build (Thank you KSV) but every time I run a batch file to recording is starts off by saying that it's "no disk in drive. Insert disk in S:" (Rufly translated from my language)
If I keep pressing "continue" it will start running after a couple of time. Anyone else had a simular problem? |
#398
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileCheck the drive letter it's complaining about and make sure it's readable.
|
#399
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileQuote:
Still ask me to put a disk into drive S: Regarding my S: drive it's a cardreader in front of my pc. So 95% of the time it's empty. Don't really understand why it's asking for it. Never had that problem with the earlier version of KSV rtmpdump I used. But thank you for the tip anyway. Gonna keep trying and see if I can find a fix for it. |
#400
|
|||
|
|||
Re: Customized rtmpdump binaries with patch fileThank you very much!!
|
Tags: binaries, binary, patch, patches, rtmpdump, rtmpsrv, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|