<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear users, <br><br>I'm trying to convert the webpages I developed using the videolan web plugin to html5 video tag.<br>My installation is the following:<br><br>axis m1011 ------ rtsp h264 stream --- > vlc (encapsulate in http ts tream without transcoding) ------ http ts stream ------> web page with several instances of plugin.<br><br>For some reason, it doesn't work.. <br>I tried with chrome, safari and firefox but in the html5 tag, nothing happens.<br>Here's a sample of this webpage:<br><br><br><embed type="application/x-vlc-plugin"<br><span class="Apple-tab-span" style="white-space: pre; ">       </span>name="vlcVideo"<br><span class="Apple-tab-span" style="white-space: pre; ">      </span>id="vlc0"<br>       autoplay="yes" loop="no" hidden="no"<br>       target="<a href="rtsp://192.168.1.143/axis-media/media.amp">rtsp://192.168.1.143/axis-media/media.amp</a>" <br><span class="Apple-tab-span" style="white-space: pre; ">  </span>width="400"<br><span class="Apple-tab-span" style="white-space: pre; ">  </span>height="300"> <br></embed> <br>(doesn't work)  <br><br><br><embed type="application/x-vlc-plugin"<br><span class="Apple-tab-span" style="white-space: pre; "> </span>name="vlcVideo"<br><span class="Apple-tab-span" style="white-space: pre; ">      </span>id="vlc0"<br>        autoplay="yes" loop="no" hidden="no"<br>        target="<a href="http://hal:10000/">http://hal:10000</a>" <br><span class="Apple-tab-span" style="white-space: pre; ">       </span>width="400"<br><span class="Apple-tab-span" style="white-space: pre; ">  </span>height="300"> <br></embed><br>(work, after reencapsulation)<br><br><br><video controls width=320><br>   <source src="<a href="http://hal:10000/">http://hal:10000</a>" type='video/mp4'/><br></video><br>(doesn't work...)<br><br><img src="<a href="http://192.168.1.143/axis-cgi/mjpg/video.cgi">http://192.168.1.143/axis-cgi/mjpg/video.cgi</a>"/><br><br><br>Could someone please help me with this ?<br><br>Thanks in advance !!!</body></html>