Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
06-28-2012, 08:51 PM
|
#1
|
|
Member
Registered: Apr 2004
Location: Mesa, AZ USA
Distribution: Slackware 13.37 kernel 2.6.38.5 gcc 4.5.2
Posts: 113
Rep:
|
What is the Linux community going to do about the Adobe flash plugin discontinuation.
I noticed on Adobe's flash player for Firefox plugin download page had an announcement that 11.2 is the last version of the plugin for Linux. So what is the Linux community planning on doing about this in the future? Adobe indicates that security upgrades will still be available for the 11.2 plugin but no newer versions.
|
|
|
|
06-28-2012, 09:20 PM
|
#2
|
|
Member
Registered: Mar 2012
Location: USA
Distribution: CrunchBang 11 (Waldorf) (laptop) | Debian 6.0.6 (Squeeze) (server)
Posts: 140
Rep:
|
That's ridiculous - a terrible move on the part of Adobe. Perhaps the Linux world should organize some kind of letter-writing campaign to ask Adobe to continue development post-11.2.
|
|
|
|
06-28-2012, 09:25 PM
|
#3
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,653
|
Honestly, I'm using Chrome anyway.
Quote:
|
That's ridiculous - a terrible move on the part of Adobe.
|
Maybe I'm reading too much into the roadmap, but it sounds to me like it was actually a terrible (read: evil) move on the part of Google.
Last edited by dugan; 06-28-2012 at 11:16 PM.
|
|
|
|
06-28-2012, 10:40 PM
|
#4
|
|
Member
Registered: Apr 2004
Location: Mesa, AZ USA
Distribution: Slackware 13.37 kernel 2.6.38.5 gcc 4.5.2
Posts: 113
Original Poster
Rep:
|
What does Chrome use as a player plugin? From the sounds of it, Adobe might be trying to get out of the flash player business and have video play back handled by the browser directly. But they are still developing the flash player plugin for the windows side which is currently at 11.3. Although the 11.x plugin on windows has been nothing but trouble and it looks like 11.2 on the Linux side is not much better. At least you can download the older 10.3 version on widows while on the Linux side they only have the currect version available. The only thing that you can get that is of the older stuff is something called Adobe projector what ever that is. Maybe it is time for an open source clone of the plugin and have it available for all of the platforms to aid with adoption of the plugin.
|
|
|
|
06-29-2012, 12:58 AM
|
#5
|
|
Member
Registered: May 2012
Posts: 426
Rep: 
|
Quote:
Originally Posted by Arcosanti
Maybe it is time for an open source clone of the plugin and have it available for all of the platforms to aid with adoption of the plugin.
|
Well we do have Lightspark - it's a work in progress but, there are plenty of ways to play flash content. Minitube is another app for browsing YouTube videos too and if you are really stuck but have mplayer and youtube-dl installed then a simple one liner will play a youtube video,
Code:
mplayer $(youtube-dl -g http://www.youtube.com/watch?v=2_qhqMlWGdM)
Just substitute my URL with your chosen youtube link.
|
|
|
|
06-29-2012, 11:42 AM
|
#6
|
|
Senior Member
Registered: Jul 2006
Location: London
Distribution: CentOS, Salix
Posts: 2,234
|
Quote:
Originally Posted by Arcosanti
I noticed on Adobe's flash player for Firefox plugin download page had an announcement that 11.2 is the last version of the plugin for Linux. So what is the Linux community planning on doing about this in the future?
|
Using Gnash: see the Wikipedia entry.
|
|
|
|
06-29-2012, 12:45 PM
|
#7
|
|
Member
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 503
Rep: 
|
Quote:
|
I noticed on Adobe's flash player for Firefox plugin download page had an announcement that 11.2 is the last version of the plugin for Linux. So what is the Linux community planning on doing about this in the future?
|
Celebrate! Flash should have been buried with a stake of holly through its heart a long time ago.
|
|
|
|
06-30-2012, 12:06 AM
|
#8
|
|
Member
Registered: Apr 2004
Location: Mesa, AZ USA
Distribution: Slackware 13.37 kernel 2.6.38.5 gcc 4.5.2
Posts: 113
Original Poster
Rep:
|
Looks like Lightspark and Gnash are a couple viable alternatives. NyteOwl, I know there are quite a few people on various platforms that would agree with you.
|
|
|
|
06-30-2012, 10:07 PM
|
#9
|
|
Member
Registered: May 2012
Posts: 426
Rep: 
|
Quote:
Originally Posted by NyteOwl
Celebrate! Flash should have been buried with a stake of holly through its heart a long time ago.
|
Yes agreed, it is the vampire of the multimedia world 
|
|
|
|
07-01-2012, 07:33 PM
|
#10
|
|
Member
Registered: Jun 2012
Distribution: Gentoo (Host), Arch (Guest), FreeBSD9, Android 2.3.6
Posts: 32
Rep: 
|
I am 50/50 on the discontinuous of flash for linux. I don't think much about it, it's just there on the webpage with other contents.
Most linux users say flash crashes or freezes but I rarely experience this with my browser. Maybe I'm one of the lucky ones  . I wonder if this will apply to android OS as well...
Quote:
Originally Posted by nixblog
Code:
mplayer $(youtube-dl -g http://www.youtube.com/watch?v=2_qhqMlWGdM)
Just substitute my URL with your chosen youtube link.
|
I tried it and it works great. Thanks for the code
Last edited by Terminal_Cowboy; 07-01-2012 at 07:52 PM.
|
|
|
|
07-02-2012, 07:43 AM
|
#11
|
|
Member
Registered: Mar 2006
Location: USA
Distribution: Ubuntu 12.04 & Debian Sid
Posts: 199
Rep:
|
Quote:
Originally Posted by Terminal_Cowboy
Most linux users say flash crashes or freezes but I rarely experience this with my browser. Maybe I'm one of the lucky ones  . I wonder if this will apply to android OS as well...
|
I have never had a problem with flash either. I think some people have just been unlucky.
They are discontinuing flash on Android as well.
|
|
|
|
07-04-2012, 01:32 AM
|
#12
|
|
Senior Member
Registered: Mar 2008
Location: India
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,320
Rep:
|
Yes, so where do I write to Adobe?
|
|
|
|
07-04-2012, 01:51 AM
|
#13
|
|
Member
Registered: Apr 2004
Location: Mesa, AZ USA
Distribution: Slackware 13.37 kernel 2.6.38.5 gcc 4.5.2
Posts: 113
Original Poster
Rep:
|
Quote:
Originally Posted by resetreset
Yes, so where do I write to Adobe?
|
I wouldn't bother. These corporations are like our politicians, they don't want to hear from you. Even if you did, you'd just get some stupid canned reply from them.
|
|
|
|
07-04-2012, 01:55 AM
|
#14
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
Or just use Chrome.
Seriously it is long past time for Flash to die a horribly painful death.
|
|
|
|
07-04-2012, 10:48 AM
|
#15
|
|
Senior Member
Registered: Mar 2008
Location: India
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,320
Rep:
|
May I ask why you say so, craig? What is it about Flash that you dislike?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:37 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|