vlc_nogui-1.1.9 (1.6mb)

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

vlc_nogui-1.1.9 (1.6mb)

#1 Post by sc0ttman »

VLC media player 1.1.9

This is vlc_nogui, a small, cutdown package of VLC.
It's a minor update, not the latest.

You can use the command line or the small frontend VLC-GTK.

Compiled against ffmpeg SVN-r25158-snapshot, in wary 51x.
Compiled on Wary51x.. Akita, to be precise.

Be warned: this might not work on all pups, and will break existing VLC installs!
Test on a fresh install if you want to try this package.

Code: Select all

configured with ./configure  '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--build=i486-pc-linux-gnu' '--disable-udev' '--disable-static' '--disable-dbus' '--disable-sse' '--disable-altivec' '--enable-optimize-memory' '--enable-run-as-root' '--disable-nls' '--disable-lua' '--disable-httpd' '--disable-libproxy' '--disable-smb' '--enable-faad' '--enable-flac' '--enable-svg' '--disable-pulse' '--disable-skins2' '--disable-qt4' '--disable-visual' '--disable-atmo' '--disable-bonjour' '--disable-libgcrypt' '--disable-gnutls' '--disable-remoteosd' '--enable-loader' '--with-tuning=i486' '--enable-dvdread' '--enable-dvdnav' '--enable-vlc' '--enable-schroedinger' '--enable-theora' '--enable-real' '--enable-realrtsp' '--enable-id3tag' '--disable-ncurses' '--enable-dc1394' '--enable-sqlite' '--enable-sdl' '--enable-xvideo' '--with-x' '--x-includes=/usr/X11R7/include' '--x-libraries=/usr/X11R7/lib' '--disable-mozilla' 'build_alias=i486-pc-linux-gnu' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11R7/lib/pkgconfig:
Attachments
vlc_nogui_DEV-1.1.9-i486-akita.pet
needed only if compiling
(145.81 KiB) Downloaded 833 times
vlc_nogui_DOC-1.1.9-i486-akita.pet
(22.63 KiB) Downloaded 794 times
orc-0.4.16-i486.pet
needed by schroedinger
(154.21 KiB) Downloaded 774 times
Last edited by sc0ttman on Mon 24 Sep 2012, 10:19, edited 1 time in total.
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

vlc_nogui with lua support

#2 Post by sc0ttman »

Here is vlc_nogui 1.1.9, with lua support. It is still only 1.7mb :)

Note, you dont need lua installed.
With this one you can watch youtube videos, simply by doing this:

Code: Select all

vlc http://www.youtube.com/watch?v=qt6fCPf2Ex8
or any other youtube URL, of course...

You can use this vlc_nogui pkg with VLC-GTK 2.5 and later, to easily play and record youtube videos :D

You might still need the deps above, and again this was built in wary 51x, same as first build above.

EDIT: 1st Oct, updated vlc_nogui_lua-1.1.9-i486.pet with youtube fix.
Attachments
vlc_nogui_lua_DOC-1.1.9-i486.pet
the help files
(22.62 KiB) Downloaded 766 times
vlc_nogui_lua_DEV-1.1.9-i486.pet
for compiling
(145.78 KiB) Downloaded 747 times
Last edited by sc0ttman on Mon 01 Oct 2012, 19:16, edited 1 time in total.
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#3 Post by sc0ttman »

As of late September 2012, youtube changed their website and it broke VLC,
youtube-dl (and thus gtk-youtube-viewer), and other programs...

Here is a fix for VLC, when trying to play youtube URLs.
Simply install the pet attached below.

It will replace the file /usr/lib/vlc/lua/playlist/youtube.luac

After installing the pet, you should be able to play youtube URLs in VLC again.

The above vlc_nogui_lua-1.1.9 .pet has been updated, and now includes the youtube fix.
Attachments
vlc_youtube_fix.pet
(2.8 KiB) Downloaded 772 times
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
Tman
Posts: 808
Joined: Sat 22 Jan 2011, 21:39
Location: Toronto

#4 Post by Tman »

Thanks Sc0ttman,

I just downloaded vlc_nogui_lua-1.1.9-i486.pet ... will be testing it in Solidpup with your latest VLC-GTK frontend soon.

I was looking at your configure options and just out of curiosity ... why do you put single quotes around the options?

Code: Select all

configured with ./configure  '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--build=i486-pc-linux-gnu' '--disable-udev' '--disable-static' '--disable-dbus' '--disable-sse' '--disable-altivec' '--enable-optimize-memory' '--enable-run-as-root' '--disable-nls' '--disable-lua' '--disable-httpd' '--disable-libproxy' '--disable-smb' '--enable-faad' '--enable-flac' '--enable-svg' '--disable-pulse' '--disable-skins2' '--disable-qt4' '--disable-visual' '--disable-atmo' '--disable-bonjour' '--disable-libgcrypt' '--disable-gnutls' '--disable-remoteosd' '--enable-loader' '--with-tuning=i486' '--enable-dvdread' '--enable-dvdnav' '--enable-vlc' '--enable-schroedinger' '--enable-theora' '--enable-real' '--enable-realrtsp' '--enable-id3tag' '--disable-ncurses' '--enable-dc1394' '--enable-sqlite' '--enable-sdl' '--enable-xvideo' '--with-x' '--x-includes=/usr/X11R7/include' '--x-libraries=/usr/X11R7/lib' '--disable-mozilla' 'build_alias=i486-pc-linux-gnu' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11R7/lib/pkgconfig:	
EDIT: it doesn't seem that this vlc_nogui pet is working in the latest Solidpup-511B. Does this VLC rely on a certain version of ffmpeg to be installed?

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#5 Post by sc0ttman »

Tman wrote:Thanks Sc0ttman,

I was looking at your configure options and just out of curiosity ... why do you put single quotes around the options?
No reason, that is how VLC reports its compile time options, when you run vlc -vvv ...
EDIT: it doesn't seem that this vlc_nogui pet is working in the latest Solidpup-511B. Does this VLC rely on a certain version of ffmpeg to be installed?
It should be used on wary 5.1.x ... Or any other pups with a similar age ffmpeg...
It will probably need to be re-compiled for other pups..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

_SWE
Posts: 9
Joined: Thu 07 Mar 2013, 14:19

#6 Post by _SWE »

Hi, will this "vlc youtube... " work in Slacko5.5?
I did try, but dont know it the bugfix above actually did happen ..or not. Or.. Did I do it wrong? :-)

Code: Select all

 # vlc http://www.youtube.com/watch?v=BdFJZKJMerA
VLC media player 1.1.9 The Luggage (revision exported)
[0x80c477c] main interface error: no suitable interface module
[0x804e3fc] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x804e3fc] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x80c5e0c] [rc] lua interface: Listening on host "*console".
VLC media player 1.1.9 The Luggage
Remote control interface initialized. Type `help' for help.
> [0x80dbc74] lua demux error: Couldn't extract youtube video URL, please check for updates to this script
Sorry, Im very new to linux, 2:nd week.. Hehe.

Beagle123
Posts: 7
Joined: Fri 13 Sep 2013, 13:59

#7 Post by Beagle123 »

Thanks for the work but i cant Download it :(
When i try to Download it the Forum just say that an Error occured...
Can you please Mirror it ? It would be Great :)

Greetz

mk2soldier
Posts: 1
Joined: Wed 25 Jun 2014, 13:48

#8 Post by mk2soldier »

Beagle123 wrote:Thanks for the work but i cant Download it :(
When i try to Download it the Forum just say that an Error occured...
Can you please Mirror it ? It would be Great :)

Greetz
Yes please..

Post Reply