I am using VLC in a project right now and had no luck to control it via netsend.<br><br>Also i needed some output plugins, which can&#39;t be changed after starting <br>the application, so i wrote a small pd object that can start vlc with the desired
<br>command line options. After opening it, you&#39;re able to send all available RC commands<br>to it. Starting VLC however only works on a local machine so far, no starting via network<br>on a remote computer.<br><br>If someone&#39;s interested, just contact me by mail and i&#39;ll send you the sourcecode (binary
<br>only available for windows right now). I have to mention that this thing is only tested by <br>myself up till now...<br><br>best<br><br>-robert<br><br><div><div><span id="q_11697e5f11bd0090_1" class="WQ9l9c">- Show quoted text -
</span></div><div class="Wj3C7c">On Dec 1, 2007 10:40 PM, wolfgang schwarzenbrunner &lt;
<a href="mailto:schwarz@gen-control.com" target="_blank">schwarz@gen-control.com</a>&gt; wrote:<br></div></div><div><div><span id="q_11697e5f11bd0090_3" class="WQ9l9c">- Show quoted text -</span></div><div class="Wj3C7c">
oki...<br>
<br>either start vlc from terminal with something like:<br><br>/Applications/vlc/VLC.app/Contents/MacOS/VLC --extraintf rc --rc-host<br>localhost:3000<br><br>or just start it as usual and apply the settings from &quot;vlc_settings.png&quot;.
<br><br>the patch itself is a little nothing. - i only testet some basic<br>features (play, stop, next playlist item... ) and don`t ask me how i<br>came up with that strange message syntax (&quot;send play play&quot;) - sometimes
<br>one argument is enough, sometimes not. if you don`t understand what i<br>mean - just try the patch and edit the messages.<br><br>if you start vlc from terminal you can get a nice list of arguments<br>after entering &quot;help&quot; when the terminal says that everything is ok and a
<br>remote connection is established...<br><br>best<br>wolfgang<br><br><br>Hans-Christoph Steiner schrieb:<br><div><div>&gt;<br>&gt; On Dec 1, 2007, at 3:54 PM, Patrice Colet wrote:<br>&gt;<br>&gt;&gt; wolfgang schwarzenbrunner a écrit :
<br>&gt;&gt;&gt; maybe this is already totally obsolete...<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; some months ago there where some postings about vlc/pd connection over<br>&gt;&gt;&gt; rc. well i tried it today using &quot;netclient&quot; instead of &quot;netsend&quot;.
<br>&gt;&gt;&gt; suddenly the connection works fine. if anybody is interested i can send<br>&gt;&gt;&gt; the patch and the vlc settings (both pretty trivial). ah ja... and this<br>&gt;&gt;&gt; is for intel mac/pd.extended (latest version i think).
<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; best<br>&gt;&gt;&gt; wolfgang<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; <a href="mailto:PD-list@iem.at" target="_blank">PD-list@iem.at
</a> mailing list
<br>&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>&gt;&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>&gt;&gt;<br>&gt;&gt; yes please do it!
<br>&gt;&gt;<br>&gt;<br>&gt; I second that!<br>&gt;<br>&gt; .hc<br>&gt;<br>&gt;<br>&gt; ----------------------------------------------------------------------------<br>&gt;<br>&gt;<br>&gt; News is what people want to keep hidden and everything else is
<br>&gt; publicity. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Bill Moyers<br>&gt;<br>&gt;<br>&gt;<br><br></div></div><br></div></div>#N canvas 38 432 754 413 12;<br>#X obj 53 198 netclient;<br>#X msg 32 70 connect localhost 3000;<br>#X msg 87 152 disconnect;
<br>#X floatatom 120 227 5 0 0 0 - - -;
<br>#X msg 285 186 send pause pause;<br>#X obj 452 67 metro 100;<br>#X obj 453 40 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0<br>1;<br>#X msg 322 296 send next next;<br>#X floatatom 521 42 5 0 0 0 - - -;<br>#X msg 324 326 send goto 0;
<br>#X msg 326 351 send goto 1;<br>#X msg 320 270 send stop stop;<br>#X msg 285 208 send voldown 1;<br>#X msg 285 230 send volup 1;<br>#X msg 294 154 send quit quit;<br>#X msg 303 103 send rewind rewind;<br>#X obj 34 34 bng 25 250 50 0 empty empty empty 0 -6 0 10 -4034 -1 -1
<br>;<br>#X text 425 339 for playlist items...;<br>#X connect 0 1 3 0;<br>#X connect 1 0 0 0;<br>#X connect 2 0 0 0;<br>#X connect 4 0 0 0;<br>#X connect 5 0 15 0;<br>#X connect 6 0 5 0;<br>#X connect 7 0 0 0;<br>#X connect 8 0 5 1;
<br>#X connect 9 0 0 0;<br>#X connect 10 0 0 0;<br>#X connect 11 0 0 0;<br>#X connect 12 0 0 0;<br>#X connect 13 0 0 0;<br>#X connect 14 0 0 0;<br>#X connect 15 0 0 0;<br>#X connect 16 0 1 0;<br><br>______________________________
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">_________________
<div class="Ih2E3d"><br><a href="mailto:PD-list@iem.at" target="_blank">PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list
</a><br></div></blockquote><br><br><div class="gmail_quote">On Dec 1, 2007 10:40 PM, wolfgang schwarzenbrunner &lt;<a href="mailto:schwarz@gen-control.com">schwarz@gen-control.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
oki...<br><br>either start vlc from terminal with something like:<br><br>/Applications/vlc/VLC.app/Contents/MacOS/VLC --extraintf rc --rc-host<br>localhost:3000<br><br>or just start it as usual and apply the settings from &quot;vlc_settings.png&quot;.
<br><br>the patch itself is a little nothing. - i only testet some basic<br>features (play, stop, next playlist item... ) and don`t ask me how i<br>came up with that strange message syntax (&quot;send play play&quot;) - sometimes
<br>one argument is enough, sometimes not. if you don`t understand what i<br>mean - just try the patch and edit the messages.<br><br>if you start vlc from terminal you can get a nice list of arguments<br>after entering &quot;help&quot; when the terminal says that everything is ok and a
<br>remote connection is established...<br><br>best<br>wolfgang<br><br><br>Hans-Christoph Steiner schrieb:<br><div><div></div><div class="Wj3C7c">&gt;<br>&gt; On Dec 1, 2007, at 3:54 PM, Patrice Colet wrote:<br>&gt;<br>&gt;&gt; wolfgang schwarzenbrunner a écrit :
<br>&gt;&gt;&gt; maybe this is already totally obsolete...<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; some months ago there where some postings about vlc/pd connection over<br>&gt;&gt;&gt; rc. well i tried it today using &quot;netclient&quot; instead of &quot;netsend&quot;.
<br>&gt;&gt;&gt; suddenly the connection works fine. if anybody is interested i can send<br>&gt;&gt;&gt; the patch and the vlc settings (both pretty trivial). ah ja... and this<br>&gt;&gt;&gt; is for intel mac/pd.extended (latest version i think).
<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; best<br>&gt;&gt;&gt; wolfgang<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; <a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list
<br>&gt;&gt;&gt; UNSUBSCRIBE and account-management -&gt;<br>&gt;&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>&gt;&gt;<br>&gt;&gt; yes please do it!
<br>&gt;&gt;<br>&gt;<br>&gt; I second that!<br>&gt;<br>&gt; .hc<br>&gt;<br>&gt;<br>&gt; ----------------------------------------------------------------------------<br>&gt;<br>&gt;<br>&gt; News is what people want to keep hidden and everything else is
<br>&gt; publicity. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;- Bill Moyers<br>&gt;<br>&gt;<br>&gt;<br><br></div></div><br>#N canvas 38 432 754 413 12;<br>#X obj 53 198 netclient;<br>#X msg 32 70 connect localhost 3000;<br>#X msg 87 152 disconnect;<br>#X floatatom 120 227 5 0 0 0 - - -;
<br>#X msg 285 186 send pause pause;<br>#X obj 452 67 metro 100;<br>#X obj 453 40 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0<br>1;<br>#X msg 322 296 send next next;<br>#X floatatom 521 42 5 0 0 0 - - -;<br>#X msg 324 326 send goto 0;
<br>#X msg 326 351 send goto 1;<br>#X msg 320 270 send stop stop;<br>#X msg 285 208 send voldown 1;<br>#X msg 285 230 send volup 1;<br>#X msg 294 154 send quit quit;<br>#X msg 303 103 send rewind rewind;<br>#X obj 34 34 bng 25 250 50 0 empty empty empty 0 -6 0 10 -4034 -1 -1
<br>;<br>#X text 425 339 for playlist items...;<br>#X connect 0 1 3 0;<br>#X connect 1 0 0 0;<br>#X connect 2 0 0 0;<br>#X connect 4 0 0 0;<br>#X connect 5 0 15 0;<br>#X connect 6 0 5 0;<br>#X connect 7 0 0 0;<br>#X connect 8 0 5 1;
<br>#X connect 9 0 0 0;<br>#X connect 10 0 0 0;<br>#X connect 11 0 0 0;<br>#X connect 12 0 0 0;<br>#X connect 13 0 0 0;<br>#X connect 14 0 0 0;<br>#X connect 15 0 0 0;<br>#X connect 16 0 1 0;<br><br>_______________________________________________
<br><a href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list
</a><br><br></blockquote></div><br>