Re: Customized rtmpdump binaries with patch fileWould you mind to try this version?
https://mega.nz/#!Jq533QhA!M_Ra8lcEk...JXkis98N h3qc I have no idea how this problem with pageUrl affects you. Does this problem exist for chaturbate or some other service? |
Re: Customized rtmpdump binaries with patch fileHi supersonic80,
so its not a big problem about that pageurl bug so all is working so far.Just did wonder why this value/s was changed there to 8 you know.No reason for that to change it because the dirty patch was added right below that code (cpsQuality).Anyway,maybe it was just a random unwanted typing bug at this line in the source etc. greetz |
Re: Customized rtmpdump binaries with patch fileHi guys,
Cannot compile rtmpdump with KSV path on my raspberry pi. for make command it shows the following: Code:
pi@raspserv:/usr/src/rtmpdump-ksv $ sudo make but i tried another sources and problem is present there too. Could someone help me? Thanks |
Re: Customized rtmpdump binaries with patch fileQuote:
I've just checked on Raspberry Pi v1 with the latest Raspbian and everything was perfect. Code:
# setup raspberry before use |
Re: Customized rtmpdump binaries with patch fileQuote:
|
Re: Customized rtmpdump binaries with patch fileIs it possible to make this patch compatible with RTMPDumpHelper?
|
Re: Customized rtmpdump binaries with patch filefirst you must know what do you want before looking for a solution.
what problem do you have with rtmpdumphelper? helper works with rtmpsuck, not with rtmpdump. |
Re: Customized rtmpdump binaries with patch filesupersonic80,
Are you still alive and well ? HELP !! I can't make your updated rtmpdump working on latest Ubuntu following your guidance from Github. Can you please post new guidance on how to install your rtmpdump? Here is my script and there is only working rtmpdump missing. Your rtmpdump works in windows. HTML Code:
#!/bin/bash Tried this one as well: HTML Code:
sudo apt update HTML Code:
sudo apt-get install build-essential git libssl1.0-dev |
Re: Customized rtmpdump binaries with patch fileHave no much interest in dealing with this. Imho, it looks like support for libssl1.0 was obsolete in your Ubuntu release. Either downgrade to Ubuntu 16.04 or try to use Docker (I pm'ed you a Docker files).
Quote:
|
Re: Customized rtmpdump binaries with patch fileJust download the libssl 1 package from google...
Since you don't have libssl 1 I'm guessing you're running ubuntu 19.10 / 20.04 or a flavor of it. When you downloaded the libssl1.0.0_ package go to the folder where you downloaded it and go into the terminal and type: sudo dpkg -i libssl1.0.0_. |
Re: Customized rtmpdump binaries with patch fileYes, I run Ubuntu Studio 20.04.
I installed libssl1.0-dev following this: https://github.com/rvm/rvm/issues/47...ment-624796884 1) sudo nano /etc/apt/sources.list 2) append this line to the end of file: HTML Code:
deb http://security.ubuntu.com/ubuntu bionic-security main 3) sudo apt update && apt-cache policy libssl1.0-dev 4) sudo apt-get install libssl1.0-dev After that, KSV rtmpdump installation procedure did't work which did on older Ubuntus and I installed other rtmpdump in this way: cp ./rtmpdump /usr/bin cp ./librtmp.so.1 /usr/lib/x86_64-linux-gnu/ ln -s /usr/lib/x86_64-linux-gnu/librtmp.so.1 /usr/lib/x86_64-linux-gnu/librtmp.so This did work, and now when I restart my PC pop-up message shows up: HTML Code:
System program problem detected Apart from seeing that pop-up message every day when I start my PC I haven't noticed any other problem when using PC. Having said all that, who wants to install custom rtmpdump in this way can do so at it's own risk. I have rtmpsuck and rtmpsrv working from old package that was on system before and new rtmpdump working, and linux as-is. |
Re: Customized rtmpdump binaries with patch fileHTML Code:
#!/bin/bash HTML Code:
+ model=realhousewifexxx |
Re: Customized rtmpdump binaries with patch filehttp://security.ubuntu.com/ubuntu/po...4.15_amd64.deb Worked for me.
If you still can't compile the modified rtmpdump and librtmp.so.1 you can create a live usb of linux 18.04 and compile it there. After that make a backup of /usr/bin/rtmpdump and /usr/lib/x86_64-linux-gnu/librtmp.so.1 and replace the ones on your ubuntu 20.04. After that just dpkg install the libssl from above and it should work without returning any errors (hopefully). It worked for me. |
Re: Customized rtmpdump binaries with patch fileThanks,
I'll try that as well. I actually have a few disks and do installs when I am in a good mood, usually every other day. That error message I get is maybe because author wrote: sudo apt-get install libssl1.0-dev, apt-get instead of: apt, so something ain't on record. Whatever, number of people working on Linux is thousends times of those working in Microsoft so I'm not surprised with every day's new mess with Linux. Just have a look at number of distros, imagine it all worked right... wrong. https://distrowatch.com/table.php |
All times are GMT -6. The time now is 02:31 PM. |