Hi,<br><div class="gmail_quote"><br>I'm working on some sort of surveillance project for my thesis. As a first step I want to simulate an IP camera with GStreamer that outputs MJPEG. I'm trying to do this:<br><br>gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink port=3000<br>
<br>And then load this little HTML snippet into firefox:<br><br><html><br> <head><br> <title>Gstreamer testing</title><br> </head><br><body><br> <h1>Testing a dummy camera with GStreamer</h1><br>
<img src="<a href="http://localhost:3000" target="_blank">http://localhost:3000</a>" class="" alt="" /><br> <hr /><br></body><br></html><br><br><br>That won't do it, since it's only doing output to a TCP port, but it does not do it with proper HTTP headers and I believe that's why firefox won't understand this stream. Is there a plugin that can do that (encapsulate data, like MJPEG) into a proper HTTP stream?<br>
<br clear="all"><br>-- <br><font color="#888888">-- <br>
<div><b><font size="4">Noe Nieto<br>Estudiante de Psicología Holokinética</font></b></div>
<p><font size="4">Diplomados, noticias, libros, artículos, </font></p>
<font size="4">audios y videos gratuitos : </font><b><font color="#3333ff"><a href="http://percepcionunitaria.org/" target="_blank"><font size="4">percepcionunitaria.org</font></a></font></b><br>
</font></div><br><br clear="all"><br>-- <br>-- <br>
<div><b><font size="4">Noe Nieto<br>Estudiante de Psicología Holokinética</font></b></div>
<p><font size="4">Diplomados, noticias, libros, artículos, </font></p>
<font size="4">audios y videos gratuitos : </font><b><font color="#3333ff"><a href="http://percepcionunitaria.org/" target="_blank"><font size="4">percepcionunitaria.org</font></a></font></b><br>