The time now is Fri 27 Apr 2018, 01:14
All times are UTC - 4 |
Author |
Message |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Wed 29 Aug 2012, 10:54 Post subject:
vlc_nogui-1.1.9 (1.6mb) Subject description: vlc without Qt, etc, now supports lua + youtube |
|
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: | 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: |
 |
Description |
needed only if compiling
|

Download |
Filename |
vlc_nogui_DEV-1.1.9-i486-akita.pet |
Filesize |
145.81 KB |
Downloaded |
539 Time(s) |
Description |
|

Download |
Filename |
vlc_nogui_DOC-1.1.9-i486-akita.pet |
Filesize |
22.63 KB |
Downloaded |
503 Time(s) |
Description |
needed by schroedinger
|

Download |
Filename |
orc-0.4.16-i486.pet |
Filesize |
154.21 KB |
Downloaded |
514 Time(s) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
Last edited by sc0ttman on Mon 24 Sep 2012, 06:19; edited 1 time in total
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Mon 24 Sep 2012, 05:49 Post subject:
vlc_nogui with lua support |
|
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: | 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
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.
Description |
the help files
|

Download |
Filename |
vlc_nogui_lua_DOC-1.1.9-i486.pet |
Filesize |
22.62 KB |
Downloaded |
467 Time(s) |
Description |
for compiling
|

Download |
Filename |
vlc_nogui_lua_DEV-1.1.9-i486.pet |
Filesize |
145.78 KB |
Downloaded |
463 Time(s) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
Last edited by sc0ttman on Mon 01 Oct 2012, 15:16; edited 1 time in total
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Mon 01 Oct 2012, 15:06 Post subject:
|
|
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.
Description |
|

Download |
Filename |
vlc_youtube_fix.pet |
Filesize |
2.8 KB |
Downloaded |
501 Time(s) |
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 815 Location: Toronto
|
Posted: Sat 06 Oct 2012, 14:07 Post subject:
|
|
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: | 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?
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2572 Location: UK
|
Posted: Sat 06 Oct 2012, 16:01 Post subject:
|
|
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 ...
Quote: | 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..
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
Back to top
|
|
 |
_SWE
Joined: 07 Mar 2013 Posts: 9
|
Posted: Sat 09 Mar 2013, 19:34 Post subject:
|
|
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: | # 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.
|
Back to top
|
|
 |
Beagle123
Joined: 13 Sep 2013 Posts: 7
|
Posted: Fri 13 Sep 2013, 10:02 Post subject:
|
|
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
|
Back to top
|
|
 |
mk2soldier
Joined: 25 Jun 2014 Posts: 1
|
Posted: Wed 25 Jun 2014, 09:50 Post subject:
|
|
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..
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|