LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Youtube video problem, on Ubuntu Linux using Firefox. (https://www.linuxquestions.org/questions/linux-software-2/youtube-video-problem-on-ubuntu-linux-using-firefox-764800/)

prochatz 10-27-2009 10:28 AM

Youtube video problem, on Ubuntu Linux using Firefox.
 
Hello there. I'm a new (Ubuntu) Linux user. I was getting started with my new OS and I noticed that I can partially watch youtube videos. It's a kind of strange problem as I can watch only a few videos. I downloaded the latest adobe flash player and java plugins for Firefox but nothing. I'm pretty sure that this is not an ISP or connection or Internet problem because I can watch these videos via windows OS. Any help?

EricTRA 10-27-2009 10:36 AM

Hello and Welcome to LinuxQuestions,

I've encountered the problem also some time ago. Just download it manually when Firefox presents you with that option (or from the site), extract the package so you get the .so file, and copy that to the mozilla/plugins directory. Don't quite remember where it is on Ubuntu, so do a search in a console. Open terminal and type:
Code:

find / -type d -name 'plugins'
Restart Firefox and set to go.

Kind regards,

Eric

prochatz 10-28-2009 11:51 AM

I downloaded Adobe's flash-plugin-10.0.32.18-release.i386.rpm . I extracted it in my desktop and copied the libflashplayer.so to usr/lib/mozilla/plugins. But nothing... I'm still watching only a few videos.

Thanx for the answer.

EricTRA 10-28-2009 11:53 AM

RPM for Unbuntu? You needed to download the source, tar.gz or so it's called and extract that one. Not sure if it makes any difference but I'd try that first.

Kind regards,

Eric

prochatz 10-28-2009 12:36 PM

Nothing more, nothing less. Same situation.

CrashedAgain 10-28-2009 02:52 PM

I have the same problem.
Example:
this site works: http://www.youtube.com/watch?v=q8oDibIICNY&feature=fvw
This site does not: http://www.youtube.com/watch?v=LcTb87iS5-0

The control bar below the video does not appear with the site which does not work.

EricTRA 10-28-2009 02:59 PM

Just checked both of them and both work for me on Slackware 13, using Firefox 3.5.4. Don't have an Ubuntu at hand to check right now. I did the same on my Slackware last week to get videos working under Firefox as stated in my previous post. Downloaded the source, extracted and copied to /usr/lib/mozilla/plugins. Restarted Firefox and haven't had problem with any videos since.

Kind regards,

Eric

CrashedAgain 10-28-2009 03:21 PM

I have downloaded install_flash_player_10_linux.tar.gz, extracted libflashplayer.so and copied it to /usr/lib/mozilla/plugins/ replacing flashplugin-alternative.so but still does not work.
How do I test what version of flashplayer is actually running?

EricTRA 10-28-2009 03:27 PM

Hello,

In your address bar type
Code:

about:plugins
That will show you all the plugins used in Firefox.

Kind regards,

Eric

CrashedAgain 10-28-2009 03:33 PM

I appear to have two active shockwave/flash plugins????This is a text copy of the results of "about:plugins", hope it prints out legibly
Code:

Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 10.0 r32

MIME Type        Description        Suffixes        Enabled
application/x-shockwave-flash        Shockwave Flash        swf        Yes
application/futuresplash        FutureSplash Player        spl        Yes
Shockwave Flash

    File name: libswfdecmozilla.so
    Shockwave Flash 9.0 r999

MIME Type        Description        Suffixes        Enabled
application/x-shockwave-flash        Adobe Flash movie        swf        Yes
application/futuresplash        FutureSplash movie        spl        Yes

Should I delete libswfdecmozilla.so??

EricTRA 10-28-2009 03:36 PM

I only have this one:
Code:

Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 10.0 r32

MIME Type        Description        Suffixes        Enabled
application/x-shockwave-flash        Shockwave Flash        swf        Yes
application/futuresplash        FutureSplash Player        spl        Yes

Not sure but maybe the two you have are conflicting and thus some content not showing? I'd try moving the other one out of the plugins directory, restart Firefox and try the movies you put in previous post. If it works, great, if it doesn't you can always copy the second one back to its original location.

Kind regards,

Eric

prochatz 10-28-2009 03:44 PM

Hello.

I'm facing the same problem with CrashedAgain (I can only watch the first Youtube video).

Through Firefox I get these informations:
Code:

Shockwave Flash

    File name: libswfdecmozilla.so
    Shockwave Flash 9.0 r999

MIME Type        Description        Suffixes        Enabled
application/x-shockwave-flash        Adobe Flash movie        swf        Yes
application/futuresplash        FutureSplash movie        spl        Yes
Shockwave Flash

    File name: libflashplayer.so
    Shockwave Flash 10.0 r32

MIME Type        Description        Suffixes        Enabled
application/x-shockwave-flash        Shockwave Flash        swf        Yes
application/futuresplash        FutureSplash Player        spl        Yes


EricTRA 10-28-2009 03:46 PM

@prochatz: Probably you were typing when I posted :). Try what's posted in my last post, see if it works.

Kind regards,

Eric

prochatz 10-28-2009 05:20 PM

PROBLEM SOLVED! :cool:

I followed "EricTRA"'s instructions:

Step1: I opened Firefox and typed "about: plugins" to see what kind of plugins are already installed.

Step2: I found two plugins i) libflashplayer.so and ii) libswfdecmozilla.so

Step3: I searched through File System to find out where libswfdecmozilla.so file is.

Step4: I removed (rm) libswfdecmozilla.so from /usr/lib/swfdec-mozilla

Conclusion: Apparently there must have been a conflict between the two plugins. When I removed libswfdecmozilla.so from /usr/lib/swfdec-mozilla I could see both videos "CrashedAgain" posted.

Thanx a lot!

CrashedAgain 10-28-2009 05:44 PM

Worked for me too.

Strangely, just disabling libswfdecmozilla.so didn't work, neither did just editing the link in /usr/share/ubufox/plugins/ to point to the new libflashplayer.so.


All times are GMT -5. The time now is 03:35 AM.