Re: Customized rtmpdump binaries with patch fileQuote:
I tried to compile rtmpdump and didn't work, this is how: removed line 40 of rtmpdump.c ( #define off_t off64_t ) added -static after -lz on line 14 of Makefile ( LIBZ=-lz -static ) renamed Users/IEUser/Downloads to supersonic STEPS TAKEN: Code:
# Open cmd.exe and start ERRORS: Code:
J@PC /c/supersonic/openssl-1.0.2q |
Re: Customized rtmpdump binaries with patch file |
Re: Customized rtmpdump binaries with patch file |
Re: Customized rtmpdump binaries with patch fileQuote:
Code:
# Compile openssl Code:
# Compile rtmdump-ksv |
Re: Customized rtmpdump binaries with patch fileHere is new atempt after changes:
removed line 40 of rtmpdump.c ( #define off_t off64_t ) line 14 of Makefile ( LIBZ=-lz ) ( no change here, leave it as it is to get shared option, -static didn't work either) renamed Users/IEUser/Downloads to supersonic Code:
# Open cmd.exe and start Code:
J@PC ~ |
Re: Customized rtmpdump binaries with patch fileCode:
gcc -I. -I.. -I../include -D_WINDLL -DOPENSSL_USE_APPLINK -DOPENSSL_PIC -DOPENSSL_THREADS -D_MT -DDSO_WIN32 -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -fomit-frame-pointer -O3 -march=i486 -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_fips.o o_fips.c |
Re: Customized rtmpdump binaries with patch fileCompilation worked for you, but I didn't make it following guidance in your last post.
Here is your rtmpdump: https://mega.nz/#!RnZjxKLC!MPlWrKNzr...lskexHNIkmjR10 C:\>rtmpdump RTMPDump v2.4 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname I renamed it to supersonic.exe, and it does work: Code:
C:\>supersonic.exe -r "rtmp://edge54.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 32,0,0,101" -W "https://chaturbate.com/static/flash/CBV_2p690.swf" -p "https://chaturbate.com/elaanna/" -C S:AnonymousUser -C S:elaanna -C S:2.690 -C S:anonymous -C S:b46ea090be552f045ec0f1cfa189fc5911e7ecce7d5df0196b31cc87f6d23ff3 -C S:{"username":"__anonymous__6qJBebHQKth","org":"A","expire":1546419765,"sig":"fe80a4ffd67e94d785af8dcdc4ec4b12aa91f3183bbcb9ee7da1615af3bd7332","room":"elaanna"} --live -y "mp4:wowz://origin247.stream.highwebmedia.com/live-origin/elaanna-sd-8dbbf2ea894e94e53b8f166cd8a6ed7e95c1b9abe60189164fc9f3d8c1687790_trns_h264_480p" -o "test.flv" |
Re: Customized rtmpdump binaries with patch fileHi,
I tried this to compile it successfully to make a static build. Code:
LDFLAGS="-static -L/c/..... Code:
0040ED62 . 8B78 04 MOV EDI,DWORD PTR DS:[EAX+0x4] ; <-- none address in [eax+4] if slash missing |
Re: Customized rtmpdump binaries with patch fileTroller,
If you have a look at this link: Quote:
I tried 32bit option on win10 and it didn't work. 64bit option worked and I choose as few options as I possibly can to see if it work at all. It did work for 64bit option on win10, and now if somebody wants to look further into this suite and gets ffmpeg with latest libraries + librtmp it would be worth it to post here what options were choosen as setup time. This suite may be tricked as well to compile custom rtmpdump by redirecting link in script from default github link to custom link. |
Re: Customized rtmpdump binaries with patch fileHi again,
the error about pageurl I told before happens inside of strsplit function calling it with wrong paramters.In the patch.diff file you can read it here..at line 1251 Code:
+ if (strlen(pageUrl) > 7) Code:
My compiled version with MinGW Code:
#define __off_t __off64_t https://stackoverflow.com/questions/...e-name-off64-t Not sure about that suite j_cool so I didnt tried it yet and I am also using MinGW very rarly to compile something and in this case I am no expert or advanced user. greetz |
All times are GMT -6. The time now is 01:36 PM. |