LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 05-28-2012, 09:45 PM   #1
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Cool Alternative to flash on OpenBSD


Hi Folks,

I just tested out these instructions on my OpenBSD 5.1 work station and I can watch youtube videos.

Alternative To Flash on OpenBSD
 
Old 05-28-2012, 10:59 PM   #2
nixblog
Member
 
Registered: May 2012
Posts: 426

Rep: Reputation: 53
What!, you're using Firefox on OpenBSD - you should be using OpenBSD's native xxxterm

Using xxxterm and gnash is pretty good also.
 
Old 05-29-2012, 06:43 AM   #3
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by nixblog View Post
What!, you're using Firefox on OpenBSD - you should be using OpenBSD's native xxxterm

Using xxxterm and gnash is pretty good also.
I also use Chromium. I previously gave gnash a try, but, the video and sound quality for me was less than desirable. Good to hear that gnash and xxxterm works for you.
 
Old 06-26-2012, 12:37 AM   #4
tanaselia
LQ Newbie
 
Registered: Mar 2005
Location: Romania
Distribution: OpenBSD
Posts: 19

Rep: Reputation: 0
Isn't YouTube delivering HTML5 when Flash is not available? Why installing an extra piece of software and also a Firefox extension to accomplish the exact same thing?
 
Old 06-28-2012, 09:27 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by tanaselia View Post
Isn't YouTube delivering HTML5 when Flash is not available? Why installing an extra piece of software and also a Firefox extension to accomplish the exact same thing?
I've had better luck with flash. I am pleased that HTML5 works for you.
 
Old 06-28-2012, 12:37 PM   #6
ocicat
Member
 
Registered: May 2007
Posts: 208

Rep: Reputation: 48
Quote:
Originally Posted by tanaselia View Post
Isn't YouTube delivering HTML5 when Flash is not available?
My understanding is that YouTube is converting everything to HTML5, but the process isn't finished; some videos will still be available in Flash format only for the time being.

Using -current on OpenBSD, I can view many YouTube videos on stock Firefox 13.0 with no extensions or other collateral applications installed. I see smooth delivery on a i386 system with 4GB RAM (which means that it only uses 3GB...). On another i386 system with only 1GB RAM, delivery is choppy. On this system, I download YouTube videos through youtube-dl & play them through mplayer. This works fine.

At one time, I did use gnash on OpenBSD, but gnash likes to chew up all available memory. Other applications are available too.

Yes, Flash on OpenBSD has been a sore spot for quite some time, but with HTML5, it is becoming less of an issue, & a number of alternatives exist which may work when Flash is still the only choice.
 
1 members found this post helpful.
Old 06-28-2012, 01:59 PM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by ocicat View Post
On this system, I download YouTube videos through youtube-dl & play them through mplayer. This works fine.
ocicat,

Many thanks for this helpful tip! I can confirm that your above-mentioned method also works very well on my FreeBSD 9.0 box, running a stock version of Firefox.
 
Old 06-28-2012, 05:00 PM   #8
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,131
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
You can watch youtube and other video as it streams if you have youtube-dl and mplayer installed.
Code:
#!/bin/sh

echo "Enter URL"
while read URL
do
mplayer -cookies -cookies-file /tmp/cookies.txt $(youtube-dl -g --cookies /tmp/cookie.txt "$URL")
done
Save that as something.sh, make it executable. Run it and paste the URL in.
 
1 members found this post helpful.
Old 07-01-2012, 01:20 PM   #9
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 512

Rep: Reputation: 139Reputation: 139
Nothing like using one of the least secure software platforms available on one of the most secure OSes available
 
2 members found this post helpful.
Old 07-01-2012, 04:04 PM   #10
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Talking

Quote:
Originally Posted by NyteOwl View Post
Nothing like using one of the least secure software platforms available on one of the most secure OSes available
Good to see you, man! Glad you approve, heh-heh.
 
Old 07-01-2012, 05:51 PM   #11
nixblog
Member
 
Registered: May 2012
Posts: 426

Rep: Reputation: 53
Quote:
Originally Posted by NyteOwl View Post
Nothing like using one of the least secure software platforms available on one of the most secure OSes available
LOL

Well OpenBSD is only secure at the time of install. What you do with it after that does indeed determine how prone it becomes to attack. I guess Theo pukes knowing people actually use flash with his OS
 
Old 07-02-2012, 01:43 PM   #12
ocicat
Member
 
Registered: May 2007
Posts: 208

Rep: Reputation: 48
Quote:
Originally Posted by nixblog View Post
Well OpenBSD is only secure at the time of install.
While this is a direct paraphrasing of the OpenBSD project's byline ("Only two remote holes in the default install, in a heck of a long time!"), it is also important to keep in mind that security is not simply a state or a question of using a particular product or feature. Security is the result of everything -- what software we use & how we use it.

OpenBSD provides tools & a source base which can be effectively used to maintain & attain a secure environment, but it cannot save the clueless from themselves.
 
Old 07-03-2012, 12:30 AM   #13
nixblog
Member
 
Registered: May 2012
Posts: 426

Rep: Reputation: 53
Yes, quite true ocicat.
 
Old 07-04-2012, 10:22 PM   #14
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Interesting security points. Let us get back on topic. If anyone else has any other flash solutions please feel free to add them.
 
Old 07-05-2012, 12:55 AM   #15
nixblog
Member
 
Registered: May 2012
Posts: 426

Rep: Reputation: 53
I know that Totem media player had a youtube plugin a while ago but stopped working at one point - not sure if this was sorted but I doubt it. The only other one I know of is Minitube.

Here endeth your options - probably...
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Alternative to Flash Chris.Bristol Linux - Software 1 09-08-2011 01:00 PM
LXer: Watching Flash video in OpenBSD just got a whole lot easier LXer Syndicated Linux News 0 04-27-2011 07:20 AM
OpenBSD 4.7. Install to USB-flash Lexus45 *BSD 2 06-18-2010 01:31 PM
OpenBSD flash viewing in the page girarde *BSD 0 06-13-2008 09:05 PM
Flash Alternative TGWDNGHN Linux - Software 1 06-02-2005 10:44 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 06:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration