<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1"><tt>Hello all,</tt></font></p>
    <p><font size="+1"><tt><br>
        </tt></font></p>
    <p><font size="+1"><tt>I managed to use VLC to connect to an IP
          camera and stream to a http/html page;</tt></font></p>
    <p><font size="+1"><tt>In VLC:<br>
        </tt></font></p>
    <p><font size="+1"><tt>- media</tt></font></p>
    <p><font size="+1"><tt>- open network stream</tt></font></p>
    <p>-  stream:
<a class="moz-txt-link-freetext" href="rtsp://192.168.1.64:554/user=admin&password=xxxxxxxx&channel=1_stream=1.sdp?realstream">rtsp://192.168.1.64:554/user=admin&password=xxxxxxxx&channel=1_stream=1.sdp?realstream</a></p>
    <p>- destination 192.168.1.110:8080</p>
    <p>- transcoding: Video: H.264 + MP3 (MP4)</p>
    <p><br>
    </p>
    <p>then on the linux box I have an html video 'tag' like:</p>
    <p>  <span><<span class="start-tag">video</span> <span
          class="attribute-name">id</span>="<a class="attribute-value">video</a>"
        <span class="attribute-name">src</span>="<a
          class="attribute-value">http://192.168.1.110:8080</a>" <span
          class="attribute-name">autoplay</span>="<a
          class="attribute-value">autoplay</a>" <span
          class="attribute-name">width</span>="<a
          class="attribute-value">640</a>" <span class="attribute-name">height</span>="<a
          class="attribute-value">480</a>"></span><span></span><span></<span
          class="end-tag">video</span>> <br>
      </span></p>
    <p><span>(although it doesn't really stream, it is stuck in a frame.</span><span></span>).</p>
    <p><br>
    </p>
    <p>Is there a way to accomplish the same thing using gstreamer (and
      also actually have a stream that's not stuck).</p>
    <p><br>
    </p>
    <p>thanks,</p>
    <p><br>
    </p>
    <p>Ron<br>
    </p>
  </body>
</html>