<div dir="ltr">Hi Etienne, <div><br></div><div>you can also make a Gstreamer pipeline that writes to a v4l2loopback</div><div>since it's available in the 14.04 repos, I think it's easier than ffmpeg solution</div><div>But you'll have to make a different pipeline for each like with pdgst.</div><div><br></div><div>btw, I just tested VLC plugin and successfully display a video stream into Gem with libvlc-dev version 2.2.0pre2 on Ubuntu 14.10 64bit </div><div><br></div><div>+</div><div>a</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div></div>
<br><div class="gmail_quote">2015-03-04 20:48 GMT+01:00 Olivier Baudu <span dir="ltr"><<a href="mailto:olivier@labomedia.net" target="_blank">olivier@labomedia.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi...<br>
<br>
You can use ffmpeg + v4l2loopback to make a "virual" video device openable with gem...<br>
<br>
Here's an example of the command line :<br>
ffmpeg -i rtsp://<a href="http://10.0.0.69:1234//live1.sdp" target="_blank">10.0.0.69:1234//live1.<u></u>sdp</a> -pix_fmt yuv420p -an -r 25 -f v4l2 /dev/video69<br>
<br>
(http and rtmp work too)<br>
<br>
But ffmpeg must be built with the v4l2loopback backend.<br>
The static one here works : <a href="http://ffmpeg.gusari.org/static" target="_blank">http://ffmpeg.gusari.org/<u></u>static</a> (unreachable right now... :-/ )<br>
<br>
Here's some documentations, but it's in french, sorry :<br>
<a href="http://wiki.labomedia.org/index.php/Flux_TaBec" target="_blank">http://wiki.labomedia.org/<u></u>index.php/Flux_TaBec</a><br>
<br>
Goodluck...<br>
<br>
01ivier<br>
<br>
---<br>
"On ne peut pas vivre dans un monde où l'on croit que l'élégance exquise du plumage de la pintade est inutile. Ceci est tout à fait à part. J'ai eu envie de le dire, je l'ai dit." Jean Giono, Un roi sans divertissement.<br>
<br>
Le 04.03.2015 20:29, Etienne Landon a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi list,<br>
<br>
I want to get web camera streams into Gem, with different streaming<br>
formats (mainly http and rtmp). VLC plugin seems like the perfect way<br>
to handle that, but I can't get it to work with Gem.<br>
I 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 different<br>
pipe).<br>
<br>
On Mint17 and Ubuntu 14.04 Gem crashes with segfault as soon as I try<br>
to open anything with VLC (like |driver vlc, screen://(  )<br>
Both use vlc 2.1.4, I also tried 2.1.6 (vlc stable-daily ppa), same<br>
behaviour.<br></span>
Having seen this thread [1], I tried the symlink removal without<span class=""><br>
success, so made a gdb backtrace (attached with this message, usefull<br>
information are in the last lines)<br>
Config for this backtrace is :<br>
Freshly installed, updated Ubuntu 14.04.1<br>
VLC 2.1.4<br>
pd-extended 0.43.4<br>
Gem 0.93.git 374f713 freshly compiled<br>
<br>
I had success regarding VLC and Gem on Ubuntu 13.10, which uses vlc<br>
2.0.8. But with that vlc version, my stream is really long to start<br>
and stops after one minute or so. VLC behaviour between 2.0.8 and<br>
2.1.4 regarding rtmp looks very different, in vlc 2.1.x changelog they<br>
say "New RTMP input module, using libavformat!", which might explain<br>
that (seems that it was ffmpeg before).<br>
<br>
Has anyone successfully compiled vlc plugin for gem with recent vlc<br>
version ? Or any idea what other solution I could try ?<br>
<br></span>
Links:<br>
------<br>
[1] <a href="http://sourceforge.net/p/pd-gem/bugs/211/" target="_blank">http://sourceforge.net/p/pd-<u></u>gem/bugs/211/</a><br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -><br>
<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<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/<u></u>listinfo/pd-list</a><br>
</blockquote></div><br></div>