<div dir="ltr">I saw the backtrace saying things about lua, I'll try and update. <div>Maybe I could give a shot to a vanilla, is there any difference in lua version between vanilla and extended ?</div><div><br></div><div>I can open the streams with VLC, with 2.0.8 it doesn't work fine but with 2.1 and 2.2 I had no issue. You can try this one for instance (I have many), these are weather or tourism cam:</div>rtmp://<a href="http://5.196.77.94:1935/live/rouen.stream">5.196.77.94:1935/live/rouen.stream</a><br>or <br>rtmp://<a href="http://5.196.77.94:1935/live/plougonvelin.stream">5.196.77.94:1935/live/plougonvelin.stream</a><br><br>Thanks again !</div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-05 2:53 GMT+01:00 Antoine Villeret <span dir="ltr"><<a href="mailto:antoine.villeret@gmail.com" target="_blank">antoine.villeret@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">according to the backtrace, you have liblua 5.1, I have 5.2, maybe an upgrade could be worth a try ?<div>also I'm using pd-vanilla, but i don't think this is the root of the issue</div><div><br></div><div>btw could you open the stream with vlc and this configuration ?</div><div>is it an internet stream I can play from Bruxelles ?</div><div><br></div><div>+</div><span class="HOEnZb"><font color="#888888"><div>a</div></font></span><div class="gmail_extra"><span class=""><br clear="all"><div><div>--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">2015-03-05 1:19 GMT+01:00 Etienne Landon <span dir="ltr"><<a href="mailto:landon.etienne@gmail.com" target="_blank">landon.etienne@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thank you all for your answers,<div><br></div><div><span style="font-size:12.8000001907349px">Le français ne pose pas trop de problème :)  and Labomedia is one of my first source when facing such issues (thanks for that !). </span><span style="font-size:12.8000001907349px">Still, I'd really prefer a "inner Gem" solution</span><br></div><div><span style="font-size:12.8000001907349px">Antoine, I just tried with 14.10 and </span><span style="font-size:12.8000001907349px">libvlc-dev version 2.2.0pre2</span><span style="font-size:12.8000001907349px"> but same thing, it crashes gem. So this must be something with my install procedure, I've gathered a list of command to compile Gem with a maximum of plugins. I'm going to try again with only the components I really need. </span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Jack I tried removing the plugin from my fresh gem compil and no luck. I just removed the symlink, is it enough ? I'll try a "--without-ImageMagick" configuration.</span></div><div><span style="font-size:12.8000001907349px">And sorry, I forgot the "device" in my mail, I had it in my patches.</span></div><span><font color="#888888"><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Etienne</span></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-04 22:16 GMT+01:00 Jack <span dir="ltr"><<a href="mailto:jack@rybn.org" target="_blank">jack@rybn.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hello,<br>
<br>
Try to remove the Image Magick plug-in in your Gem folder.<br>
There was (on my system), a conflict between VLC and ImageMagick.<br>
For info, le right message is : [driver vlc, device screen://( and not<br>
[driver vlc, screen://(.<br>
++<br>
<br>
Jack<br>
<br>
<br>
<br>
Le 04/03/2015 20:29, Etienne Landon a écrit :<br>
<span>> Hi list,<br>
><br>
> I want to get web camera streams into Gem, with different<br>
> streaming formats (mainly http and rtmp). VLC plugin seems like the<br>
> perfect way to handle that, but I can't get it to work with Gem. I<br>
> know pdgst could be a solution but vlc has the advantage that I<br>
> could handle any stream type the same way (where gst needs a<br>
> different pipe).<br>
><br>
> On Mint17 and Ubuntu 14.04 Gem crashes with segfault as soon as I<br>
> try to open anything with VLC (like |driver vlc, screen://(  ) Both<br>
> use vlc 2.1.4, I also tried 2.1.6 (vlc stable-daily ppa), same<br>
> behaviour. Having seen this thread<br>
</span>> <<a href="http://sourceforge.net/p/pd-gem/bugs/211/" target="_blank">http://sourceforge.net/p/pd-gem/bugs/211/</a>>, I tried the symlink<br>
<span>> removal without success, so made a gdb backtrace (attached with<br>
> this message, usefull information are in the last lines) Config for<br>
> this backtrace is : Freshly installed, updated Ubuntu 14.04.1 VLC<br>
> 2.1.4 pd-extended 0.43.4 Gem 0.93.git 374f713 freshly compiled<br>
><br>
><br>
> I had success regarding VLC and Gem on Ubuntu 13.10, which uses<br>
> vlc 2.0.8. But with that vlc version, my stream is really long to<br>
> start and stops after one minute or so. VLC behaviour between 2.0.8<br>
> and 2.1.4 regarding rtmp looks very different, in vlc 2.1.x<br>
> changelog they say "New RTMP input module, using libavformat!",<br>
> which might explain that (seems that it was ffmpeg before).<br>
><br>
> Has anyone successfully compiled vlc plugin for gem with recent<br>
> vlc version ? Or any idea what other solution I could try ?<br>
><br>
><br>
</span><span>> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list UNSUBSCRIBE and<br>
> account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
><br>
<br>
</span>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1<br>
<br>
iQEcBAEBAgAGBQJU93Y9AAoJEOuluecjw8GUs+4IAI5X7UJNxth1dPQCjoGJmHxT<br>
38YtvwzJqnwd7kf38cPC7pf6GfmyGmT9WIrOCHAGChiRxLR7xRVIBP+3as8+uBkt<br>
QqNu9M6Ph7/z4br2yWCRubXSOSCJcUBwYzU7gy5M1Xo5/ZBOTvM0sqelMP/J0NOa<br>
8Dtl9cFJeqtpGMKTGfDwF+AQEEcJSn7AQq87dW98SFRQr6eMsci4iuu8A8rCh/FE<br>
LErVCiFgJeAuZfAoY7G1F0G4G3TXNBIgmPSEYtMsHAIh6l1X6w1WBsonpwCTT2vd<br>
3KyZ7TKsyg3TeszInyaITbvthmHtIAEaiWwhmnXamRWDRaK88iWsyOar9ZnAvKo=<br>
=G9+O<br>
-----END PGP SIGNATURE-----<br>
<div><div><br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>