<pre class="lang-cs prettyprint"><code><span class="pln">Hi to everyone,<br>I'm using the following code to stream a jpeg file; </span></code><code><span class="com">this jpeg file changes continuosly because another application updates the file itself.</span></code>
<code><span class="pln">I have to stream this jpeg, the problem is that only the first time the jpeg arrive to VLC on receiver pc, but not when jpeg file is updated; VLC should be stream the jpeg updated. <br><br>cd </span><span class="str">"C:\program files\videolan\vlc"</span><span class="pln"> <br>
vlc </span><span class="pun">-</span><span class="pln">I dummy fake</span><span class="pun">:</span><span class="com">// --fake-file c:\1.jpg -vvv --sout #transcode{vcodec=mp4v,vb=1024,scale=1}:duplicate{dst=std{access=udp,mux=ts,dst=localhost:1234}}<br>
<br><br>Could you help me?<br><br>Thanks a lot.<br><br>Marco<br></span></code></pre>