Open GoogleCodeExporter opened 8 years ago
RESOLVED:
I had followed instructions here to re-package rtmpdump from git (comment #41):
http://code.google.com/p/bluecop-xbmc-repo/issues/detail?id=28
Those instructions package the files to install in /usr/local/lib/. I already
had Ubuntu package librtmp0 installed. Both provide librtmp.so.0. I copied
librtmp.so.0 from /usr/local/lib/ over the one installed by librtmp0 in
/usr/lib/x86_64-linux-gnu/. Plugin now works. Not sure if that's going to do
anything bad to the rest of my system. Will work on repackaging in a more
proper manner later.
Ubuntu package librtmp0 is a dependency for many things. I'm new to Ubuntu's
packaging system and not positive how to work that all out.
Original comment by conradah...@gmail.com
on 17 Dec 2011 at 1:54
Commented on issue 28, but if you want to override the default rtmp with a
package that updates, you can do the following (and then you don't have to
download and compile etc):
sudo add-apt-repository ppa:jon-hedgerows/get-iplayer
sudo apt install rtmpdump
Original comment by yoav.yer...@gmail.com
on 1 Jan 2012 at 12:07
Original issue reported on code.google.com by
conradah...@gmail.com
on 16 Dec 2011 at 5:03