You are not logged in.

#1 2011-08-23 20:30:27

655321
Member
From: Costa Rica
Registered: 2009-12-08
Posts: 412
Website

Arch installation flash free?

As you may or may not know, new macbooks are shipped without flash, I have always hated depending on some propietary techonology to just browse the web and I have tried to figured ways to live without flash but still keep the funtionality (I have tried both gnash and lightspark but they dont work for me).

So my question is, is it possible to have an Arch system without adobe flash but still keep the funtionality (for example, use html5 on youtube)?

ps: Sorry is this is the wrong section, hope I got it right big_smile


Linux user #498977
With microsoft you get windows and gates, with linux you get the whole house!
My Blog about ArchLinux and other stuff

Offline

#2 2011-08-23 20:35:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Arch installation flash free?

Some YT movies are converted to html5, some are not. I don't remember if downloading is legal - when watching a downloaded video you're not seeing the commercials overlay.
It really depends on how do you browse the web, what sites.

Last edited by karol (2011-08-23 20:54:50)

Offline

#3 2011-08-23 20:53:36

jac
Member
From: /home/jac
Registered: 2009-05-19
Posts: 431
Website

Re: Arch installation flash free?

For videos which are not yet available over HTML5, you can usually get a non-.flv file out of them using youtube-dl.

I personally don't encounter many sites that make you use flash. Unless I'm just missing huge chunks of the web by not having it installed haha

Offline

#4 2011-08-23 21:31:21

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Re: Arch installation flash free?

Try get_flash_videos.  It works across a large range of sites that stream Flash videos.  If you are using Pentadactyl, you can bind a script to a key to automatically try to play a video from the URL you're currently at in your local media player.

~/.pentadactylrc:

map -modes=n,v <C-o> y:!gfv-play<Space>-b<space>"<S-Insert>"<CR>

~/bin/gfv-play:

#!/bin/bash
gfv () {
    get_flash_videos -q -y -r 720p --subtitles -p --player 'mplayer -really-quiet %s; rm %s' "$*"
}
if [[ "$1" == '-b' ]]; then
    shift
    gfv "$*" &
fi
gfv "$*"

Offline

#5 2011-08-23 21:47:53

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Arch installation flash free?

There are some things that I still need flash for, and so I do have it installed, but for most videos, youtube-dl and mplayer is a vastly superior option to flash.


I laugh, yet the joke is on me

Offline

#6 2011-08-23 22:03:00

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,729
Website

Re: Arch installation flash free?

+1 for youtube-dl

Offline

#7 2011-08-24 12:11:51

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: Arch installation flash free?

If you encounter anything that youtube-dl can't do, you might want to check out jdownloader.

Offline

#8 2011-08-25 02:16:19

458italia
Member
Registered: 2011-02-04
Posts: 20

Re: Arch installation flash free?

Why not try to use minitube with the mplayer or vlc backend for phonon? It works reasonably well, and you can either get results from keywords or load a channel and watch videos that way. The program does break every once in a while when the youtube devs decide to change something about their API or their url stream definitions, but then again what program doesn't break?

Just my two cents...

Offline

#9 2011-08-25 15:34:00

aparthia
Member
Registered: 2010-09-04
Posts: 46

Re: Arch installation flash free?

Personally I have made it work with VLC. If you copy the youtube URL you can press ctrl-V in VLC and it will enter the URL automatically for you, press enter and it will start streaming in the highest quality available.

Offline

Board footer

Powered by FluxBB