Iohannes,

I guess the plugins are loaded. PD writes the next after launch:
[pix_video]: backend #0='v4l2'    : v4l2 analog
[pix_video]: backend #1='v4l'    : v4l analog
[pix_video]: backend #2='vlc'    : vlc

I force to load the vlc plugin as you mentioned, connecting message [driver
vlc( to pix_video, but nothing happens. After loading [device
file:///home/bunkier/Desktop/8z.mov(
PD says:
error: v4l2 : no v4l2 input device on bus
file:///home/bunkier/Desktop/8z.mov

error: Cannot open '': 2, No such file or directory
error: v4l: failed opening device: 'file://home/bunkier/Desktop/8z.mov'

You can check my simple patch in the attachment.
Does this plugin work with VLC playlists too? How would you loop it?

Thanks in advance for your help:
Popesz


On Thu, Jan 17, 2013 at 1:23 PM, IOhannes m zmoelnig <zmoel...@iem.at>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2013-01-17 10:29, Elektro Moon wrote:
> > Hi,
> >
> > I had freshly compiled Gem ver: 0.93.git. Trying to use the
> > videoVLC plugin. Writing any of the listed devices from the
> > readme.txt I got the message: error: v4l2 : no v4l2 input device on
> > bus screen:// or error: Cannot open '': 2, No such file or
> > directory error: v4l: failed opening device:
> > 'file:///home/bunkier/Desktop/04.mp4'. Example in the message box
> > looks like this: [device screen://(. The idea is to open with
> > pix_video a playlist created in VLC and loop it.
> >
>
> is the videoVLC plugin loaded?
> dod you try to force the driver to VLC, with something like
>  [driver VLC(
> ?
>
> fgamfsdr
> IOhannes
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.12 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAlD37VUACgkQkX2Xpv6ydvSjtgCg8xMK92ERueju3JZQM+wxhUAZ
> qQ4AoJADJNmCrL92p1ctfmHJ7+ySzFrT
> =cDSB
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> GEM-dev mailing list
> GEM-dev@iem.at
> http://lists.puredata.info/listinfo/gem-dev
>



-- 
* **            *
*
*
*Elektro Moon Vision
new media :: projectionism :: visual art*
*
 **elektromoon.co.nr*
* elektrom...@gmail.com  **
*
*
tel.: +48 606 609 850
        +48 880 442 420

*
#N canvas 963 389 588 296 10;
#X obj 86 103 pix_video;
#X obj 86 42 gemhead;
#X obj 86 130 pix_texture;
#X obj 86 158 rectangle 8 4.5;
#X msg 151 41 driver vlc;
#X obj 222 203 gemwin;
#X msg 227 171 create;
#X msg 310 183 destroy;
#X msg 227 41 device file:///home/bunkier/Desktop/playlistNEW.mp3;
#X obj 202 -6 loadbang;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 2 0 3 0;
#X connect 4 0 0 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 8 0 0 0;
#X connect 9 0 4 0;
#X connect 9 0 8 0;
_______________________________________________
GEM-dev mailing list
GEM-dev@iem.at
http://lists.puredata.info/listinfo/gem-dev

Reply via email to