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 04:50 PM. |