View Single Post
  #491  
Old 05-27-2020, 01:41 PM
cabulo cabulo is offline
Senior Member
 
Join Date: Jan 2017
Posts: 102
cabulo is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Yes, 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
save and exit nano

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
Do you want to report the problem now?
Report problem...
I always kindly click on "Report problem..." and I always get the same message again when I start my PC.
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.

Last edited by cabulo : 05-27-2020 at 03:44 PM.
Reply With Quote