Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Missing plugin when streaming

Sat May 09, 2015 9:49 am

I sometimes stream from [site link removed, suspected contravention of copyright rules] but with Rasbian I don't get any moving picture but I do get a fault message saying Missing plugin.
Can this be fixed?

Jörgen

I am just trying with Ice weasel

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sat May 09, 2015 10:49 am

Also with Iceweasel it needs Adobe.

Jörgen

User avatar
pluggy
Posts: 3635
Joined: Thu May 31, 2012 3:52 pm
Location: Barnoldswick, Lancashire,UK
Contact: Website

Re: Missing plugin when streaming

Sat May 09, 2015 12:01 pm

Looks like its a Flash site, so no, it isn't going to work since Adobe don't do Flash for the Arm processor. There are substitutes that work with varying degrees of success. Try googling flash on raspberry pi. its a minefield out there. Personally I view the Pi as a poor substitute for a desktop and do my surfing on an x86 machine with Linux.
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Missing plugin when streaming

Sat May 09, 2015 12:15 pm

pluggy wrote:Looks like its a Flash site, so no, it isn't going to work since Adobe don't do Flash for the Arm processor. There are substitutes that work with varying degrees of success. Try googling flash on raspberry pi. its a minefield out there. Personally I view the Pi as a poor substitute for a desktop and do my surfing on an x86 machine with Linux.

+1

Theres currently the Pepperflash plug in that can run on a Pi2, but it's not hardware accelerated and really slow. It works, though.
There are 10 types of people: those who understand binary and those who don't.

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sat May 09, 2015 5:50 pm

I have found installation guides for Debian.
Does that work with Raspbian?
What happends if I install somethin for Debian when I am using Raspbian?

J;rgen

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Missing plugin when streaming

Sat May 09, 2015 5:52 pm

Krassegrand wrote:I have found installation guides for Debian.
Does that work with Raspbian?
What happends if I install somethin for Debian when I am using Raspbian?

J;rgen
Then your install will either not work, or it will break your system and you would have to start over. This only works on the Pi2:
viewtopic.php?t=99202
There are 10 types of people: those who understand binary and those who don't.

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sat May 09, 2015 6:23 pm

This link
viewtopic.php?t=99202
says that I need to have Chromium installed!
How do I install Chromium on Raspberry? I have only found guides for Debian!
Is it not possible?

Jörgen

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Missing plugin when streaming

Sat May 09, 2015 6:30 pm

Krassegrand wrote:This link
viewtopic.php?t=99202
says that I need to have Chromium installed!
How do I install Chromium on Raspberry? I have only found guides for Debian!
Is it not possible?

Jörgen
You can not install anything on Raspberry

If you have Raspbian or Ubuntu OS installed then same as any other forum post about installing software:

Code: Select all

sudo apt-get update
sudo apt-get install [name of package]
Though be aware you will need to have a RPi2 Board, though you will install a newer Chromium Browser if you have installed a Ubuntu based Distro like:

https://ubuntu-mate.community/t/ubuntu- ... y-pi-2/517
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sat May 09, 2015 8:09 pm

fruitoftheloom wrote:If you have Raspbian or Ubuntu OS installed then same as any other forum post about installing software:
So I could use any guide for Ubuntu to install on Raspbian?
Then it would not be difficult to find a guide for Ubuntu and Adobe.

Jörgen

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Missing plugin when streaming

Sat May 09, 2015 8:25 pm

Krassegrand wrote:
fruitoftheloom wrote:If you have Raspbian or Ubuntu OS installed then same as any other forum post about installing software:
So I could use any guide for Ubuntu to install on Raspbian?
Then it would not be difficult to find a guide for Ubuntu and Adobe.

Jörgen
Is English not your first language :?:

APT package manager:

http://linux.die.net/man/8/apt
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Missing plugin when streaming

Sat May 09, 2015 8:35 pm

Krassegrand wrote:
fruitoftheloom wrote:If you have Raspbian or Ubuntu OS installed then same as any other forum post about installing software:
So I could use any guide for Ubuntu to install on Raspbian?
Then it would not be difficult to find a guide for Ubuntu and Adobe.

Jörgen

Ubuntu for Raapberry Pi or Raspbian, not just any Ubuntu install. Look at the link fruitoftheloom posted, apt is very useful.
There are 10 types of people: those who understand binary and those who don't.

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sun May 10, 2015 4:11 am

fruitoftheloom wrote:Is English not your first language :?:
No! It is my 3e!

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sun May 10, 2015 6:45 am

fruitoftheloom wrote: APT package manager:

http://linux.die.net/man/8/apt
I feel very unsafe when stumbling around in the terminal so I will ask one more question!
If I put this command in the terminal,

sudo apt-get update
sudo apt-get install pepperflash


will it install Pepperflash?

Jörgen

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Missing plugin when streaming

Sun May 10, 2015 7:48 am

Krassegrand wrote:
fruitoftheloom wrote: APT package manager:

http://linux.die.net/man/8/apt
I feel very unsafe when stumbling around in the terminal so I will ask one more question!
If I put this command in the terminal,

sudo apt-get update
sudo apt-get install pepperflash


will it install Pepperflash?

Jörgen
NO, my responses earlier was regards installing Chromium Browser :roll:
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Sun May 10, 2015 10:20 am

So the command (in Raspbian) should be

apt-get update
apt-get install chromium chromium-l10n


to get Chromium?

Jörgen

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: Missing plugin when streaming

Sun May 10, 2015 10:50 am

Yes.
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

Krassegrand
Posts: 105
Joined: Sat Apr 25, 2015 3:20 pm
Location: Halmstad Sweden

Re: Missing plugin when streaming

Mon May 11, 2015 12:24 pm

Chromium is running now!

The stream is still complaining about the flash player!

Is it time for the below command now

sudo apt-get update
sudo apt-get install pepperflash
?

Jörgen

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Missing plugin when streaming

Mon May 11, 2015 12:34 pm

Krassegrand wrote:Chromium is running now!

The stream is still complaining about the flash player!

Is it time for the below command now

sudo apt-get update
sudo apt-get install pepperflash
?

Jörgen
You need to follow the link I posted, it's not that easy and some of the steps are complicated.
There are 10 types of people: those who understand binary and those who don't.

Return to “Troubleshooting”