Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenOB from PC to PC #31

Open
fui86 opened this issue Oct 26, 2016 · 3 comments
Open

OpenOB from PC to PC #31

fui86 opened this issue Oct 26, 2016 · 3 comments

Comments

@fui86
Copy link

fui86 commented Oct 26, 2016

Hi,
i've to make a test between two pc with Linux Ubuntu or Windows and Linux one.
Can you help me to realize this configuration?
I've a lot of problem with installation of Gstremer0.10 .
Let me know if you can help me.

Thank you.

@richietheg
Copy link

I know this is a year late, but I've encountered the same issue. Basically gstreamer0.10's -bad and -ugly plugins aren't in the latest version of Ubuntu's apt repository. Unfortunately, as OpenOB seems to be dead at the moment, we may have to wait for the relevant bits to be updated to gstreamer1.0.

In the meantime, the following will install gstreamer0.10 from an older repository:

Create/Edit the file /etc/apt/preferences to add the following:

Package: gstreamer0.10-plugins*
Pin: release n=trusty
Pin-Priority: 990

Copy the file /etc/apt/sources.list to /etc/apt/sources.list.d/trusty.list:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.d/trusty.list

In /etc/apt/sources.list.d/trustly.list, change all references to 'xenial' (assuming Ubuntu 16.04) to 'trusty'

Update and install:

sudo apt update

sudo apt install gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly

@krono-i2
Copy link

krono-i2 commented May 2, 2020

News from OpenOB.
Are there alive alternatives to this project?

@JamesHarrison
Copy link
Owner

This isn't the best place for discussions but it is still being maintained in the sense of fixing any breaking bugs and ensuring ongoing compatibility with modern operating systems. It still works, just not getting new features (though one of its features is of course not having many features).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants