Can't view videos after updates!

Asked by Michelle Walker

I cannot view any online video. This is a new problem over that past 2 two days that has gotten progressively worse. I am on YouTube a lot. I was able to view some videos today but not without problems until, finally, I can't view ANY online video as of right now. I have Unubtu 10.04 and this has started happening after I installed the latest updates. I can't view facebook videos, youtube videos, on line news videos...nothing. What's happening???

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu flashplugin-nonfree Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

uname -a; lsb_release -a; dpkg -l | grep flash; dpkg -l | grep gnash; dpkg -l | grep swf

Thanks

Revision history for this message
delance (olivier-delance) said :
#2

Can you see video on disk ?

Revision history for this message
Michelle Walker (milore55) said :
#3

Yes I can play my dvds. It's only on-line.

On Mon, Feb 14, 2011 at 12:56 PM, delance <
<email address hidden>> wrote:

> Your question #145296 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/145296
>
> delance posted a new comment:
> Can you see video on disk ?
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Michelle Walker (milore55) said :
#4

Please be specific...are you asking me to open a terminal and type this in
(and enter after I type each line?)

On Mon, Feb 14, 2011 at 5:32 AM, actionparsnip <
<email address hidden>> wrote:

> Your question #145296 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/145296
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> uname -a; lsb_release -a; dpkg -l | grep flash; dpkg -l | grep gnash;
> dpkg -l | grep swf
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/145296
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#5

@Michelle Walker

actionparsnip is indeed asking you to run that command in the Terminal. However:

(1) The command is only one line long. If you're reading this in your email and it seems like it's more than one line long, come to the web page for this question, where it is shown on one line (https://answers.launchpad.net/ubuntu/+source/firefox/+question/145296).

(2) You should copy the command, and paste it into a Terminal window. That way, the chance of error is enormously less than if you typed it out by hand. Copying and pasting is faster and easier, too.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Once you give the full output of the command we can advise. The command is ONE command, just copy the line as one and paste to the terminal, then copy the output and paste here as an update

Revision history for this message
Michelle Walker (milore55) said :
#7

I copied the outcome.

michelle@michelle-desktop:~$ uname -a; lsb_release -a; dpkg -l | grep flash;
dpkg -l | grep gnash; dpkg -l | grep swf
Linux michelle-desktop 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 21:21:01
UTC 2011 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid
ii flashplugin-installer
10.2.152.27ubuntu0.10.04.1 Adobe Flash Player plugin
installer
ii gnash
0.8.7-0ubuntu1 free SWF movie player
ii gnash-common
0.8.7-0ubuntu1 free SWF movie player -
common files/librari
ii libswfdec-0.8-0
0.8.4-1build1 SWF (Macromedia Flash)
decoder library
rc swfdec-gnome
2.28.0-1 Tools to play SWF files
(Macromedia Flash) o

On Mon, Feb 14, 2011 at 10:28 PM, Eliah Kagan <
<email address hidden>> wrote:

> Your question #145296 on firefox in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/firefox/+question/145296
>
> Status: Open => Needs information
>
> Eliah Kagan requested for more information:
> @Michelle Walker
>
> actionparsnip is indeed asking you to run that command in the Terminal.
> However:
>
> (1) The command is only one line long. If you're reading this in your
> email and it seems like it's more than one line long, come to the web
> page for this question, where it is shown on one line
> (https://answers.launchpad.net/ubuntu/+source/firefox/+question/145296).
>
> (2) You should copy the command, and paste it into a Terminal window.
> That way, the chance of error is enormously less than if you typed it
> out by hand. Copying and pasting is faster and easier, too.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/firefox/+question/145296
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#8

ok too many plugins there. You should only have ONE plugin or they fight and you get nothing.

run:

sudo apt-get --purge remove flashplugin-installer gnash gnash-common libswfdec-0.8-0; sudo dpkg -P swfdec-gnome; sudo apt-get --purge autoremove; sudo apt-get install flashplugin-nonfree

And you should be fine after you close ALL browsers and re-run one to reload plugins.

Revision history for this message
Michelle Walker (milore55) said :
#9

I don't understand your message entirely.

1. Am I right in saying there are 4 commands here? Or is this just one
command?
2. Do I close my browser and then enter the commands?
3. Please explain "And you should be fine after you close ALL browsers and
re-run one to
reload plugins"...are you saying that after I run the commands I re-open my
browser? And that action reloads the plugins?

Thanks

On Tue, Feb 15, 2011 at 6:44 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #145296 on flashplugin-nonfree in ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/flashplugin-nonfree/+question/145296
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> ok too many plugins there. You should only have ONE plugin or they fight
> and you get nothing.
>
> run:
>
> sudo apt-get --purge remove flashplugin-installer gnash gnash-common
> libswfdec-0.8-0; sudo dpkg -P swfdec-gnome; sudo apt-get --purge
> autoremove; sudo apt-get install flashplugin-nonfree
>
> And you should be fine after you close ALL browsers and re-run one to
> reload plugins.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/flashplugin-nonfree/+question/145296/+confirm?answer_id=7
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
>
> https://answers.launchpad.net/ubuntu/+source/flashplugin-nonfree/+question/145296
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Michelle Walker (milore55) said :
#10

It looks like the problem is solved. I can play on-line videos.

Revision history for this message
Michelle Walker (milore55) said :
#11

And thanks!

On Tue, Feb 15, 2011 at 8:58 PM, Michelle Walker <
<email address hidden>> wrote:

> Your question #145296 on flashplugin-nonfree in ubuntu changed:
>
> https://answers.launchpad.net/ubuntu/+source/flashplugin-nonfree/+question/145296
>
> Status: Open => Solved
>
> You confirmed that the question is solved:
> It looks like the problem is solved. I can play on-line videos.
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

1. It's all one command. If someone gives a big lump of commands like that it is ONE command, just split into many parts.
2. Either way is fine
3. You need to close the browsers as the old plugins would have been in RAM, reloading the browser reloads the plugins with the new config.