Re: [PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-22 Thread Csaba Láng
I made a quick search, there is a plugin through NDI to Gstreamer, but not sure about the opposite. here is an other plugin but no description about if client or server: https://github.com/teltek/gst-plugin-ndi/releases Anyway, I think not myself is the only one who would be pleased to have a simp

Re: [PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-22 Thread IOhannes m zmölnig
On 11/22/18 2:19 PM, Csaba Láng wrote: > but does it mean that Gstreamer will appear as NDI input in any software > which works as an NDI client? i don't know of an NDI element for GStreamer (which doesn't mean that much, as i haven't followed the development here). i was merely making a general c

Re: [PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-22 Thread Csaba Láng
but does it mean that Gstreamer will appear as NDI input in any software which works as an NDI client? Popesz On Wed, Nov 14, 2018 at 6:21 PM Jack wrote: > I just tested it on Ubuntu 18.04 and the answer is : Yes, v4l2loopback > is working with Gstreamer 1.0 ! > > In a terminal : > $ sudo modpr

[PD] Gem, v4l2loopback and Gstreamer 1.0 (was Re: NDI for Gem)

2018-11-14 Thread Jack
I just tested it on Ubuntu 18.04 and the answer is : Yes, v4l2loopback is working with Gstreamer 1.0 ! In a terminal : $ sudo modprobe v4l2loopback $ gst-launch-1.0 videotestsrc ! v4l2sink device=/dev/video0 then, in Pd with Gem, using [pix_video] do the job. Superb ! ++ Jack Le 13/11/2018 à

Re: [PD] Gem+v4l2loopback

2015-04-24 Thread Mario Mey
El 23/04/15 a las 16:21, IOhannes m zmölnig escibió: After some tests (including using gst-launch0.10)... I realized that I was wrong. Blender and VLC can read from /dev/video1 without activating it on Pd. unfortunately i don't know what you mean exactly with "activating". Sorry my english. I me

Re: [PD] Gem+v4l2loopback

2015-04-23 Thread IOhannes m zmölnig
On 04/23/2015 09:02 PM, Mario Mey wrote: > El 23/04/15 a las 12:14, IOhannes m zmoelnig escibió: >> On 2015-04-23 15:51, Mario Mey wrote: >>> Well, I don't know if I was on 'video' group but I did the addition. I >>> checked the file you sent me and it works. However, for the moment, I >>> have 3

Re: [PD] Gem+v4l2loopback (was Re: pdp_vloopback ?)

2015-04-23 Thread Mario Mey
At the end, I'm telling a bug... El 23/04/15 a las 12:14, IOhannes m zmoelnig escibió: On 2015-04-23 15:51, Mario Mey wrote: Well, I don't know if I was on 'video' group but I did the addition. I checked the file you sent me and it works. However, for the moment, I have 3 questions: - If I do

Re: [PD] Gem+v4l2loopback (was Re: pdp_vloopback ?)

2015-04-23 Thread IOhannes m zmoelnig
On 2015-04-23 15:51, Mario Mey wrote: > Well, I don't know if I was on 'video' group but I did the addition. I > checked the file you sent me and it works. However, for the moment, I > have 3 questions: > > - If I don't activate the device in the right side of the patch, nor > Blender nor VLC can

Re: [PD] Gem+v4l2loopback (was Re: pdp_vloopback ?)

2015-04-22 Thread Antoine Villeret
Hi, the Iohannes' instructions are still relevant but there are few things you might pay attention to : - be sure you belong to "video" group, if you got an error like "[pix_record] : can't open /dev/video1" this could be the issue (if /dev/video1 exists of course) - set and start the capture *bef

[PD] Gem+v4l2loopback (was Re: pdp_vloopback ?)

2015-04-22 Thread Mario Mey
Hi, there. I'm reviving a mail from 2011... here it is the last of the thread: http://lists.puredata.info/pipermail/pd-list/2011-02/086741.html I was looking for help to use Gem with v4l2loopback. These mails are the only ones where I found the way to do it (no other place in internet). After in