What is the quickest/easiest to find this for you and possibly give you a raw stream?<br><br><div class="gmail_quote">On Tue, Oct 4, 2011 at 10:15 PM, David Hoyt <span dir="ltr">&lt;<a href="mailto:dhoyt@hoytsoft.org">dhoyt@hoytsoft.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>What kind of line endings are being used in the multipart headers?<div><div></div><div class="h5"><br>android6011 &lt;<a href="mailto:android6011@gmail.com" target="_blank">android6011@gmail.com</a>&gt; wrote:<br>
<div>I actually have this camera and was playing with it and gstreamer last week. I hope what I am about to mention is not way over your head and helps give you a pointer as to where to start with this camera. As for starting with gstreamer, just keep reading through the mailing list and the docs on the main site</div>

<div><br></div>First thing is to narrow down the source of the video. I have yet to find an accessible audio stream but have not put to much time into looking. The video I found are<div><br></div><div><a href="http://user:pass@192.168.1.15/image/jpeg.cgi" target="_blank">http://user:pass@192.168.1.15/image/jpeg.cgi</a></div>

<div><a href="http://user:pass@192.168.1.15/video/mjpg.cgi" target="_blank">http://user:pass@192.168.1.15/video/mjpg.cgi</a>  </div><div><br></div><div>replace user,pass and the ip with yours.</div><div><br></div><div>the mjpg stream is what you are going to want to look at. Also the elements souphttpsrc, (most likely)multipartdemux,jpegdec and flvmux.</div>

<div><br></div><div>My problem has been that multipartdemux refuses to work because &quot;Boundary not found in the multipart header&quot; . I have looked at the stream and the boundary is:</div><div> </div><div>--video boundary--</div>

<div><br></div><div>but specifying it still does not work which is where I was getting hung up. </div><div><br></div><div>This pipeline does not work but just as a rough example<br><div><br></div><div><div>gst-launch souphttpsrc location=<a href="http://user:pass@192.168.1.15/video/mjpg.cgi" target="_blank">http://user:pass@192.168.1.15/video/mjpg.cgi</a> ! multipartdemux ! jpegdec ! flvmux ! filesink location=dcs.flv</div>

<div><br></div><div>Again, this pipeline does not work but I believe it to be a step in the right direction. </div><div><br></div><div><br></div><div><br></div><div>For those that may be able to help with the multipartdemux issue wget of the mjpg.cgi shows the following and this pipeline always fails with &quot; Boundary not found in the multipart header&quot; </div>

<div><br></div><div>gst-launch souphttpsrc location=<a href="http://admin:@192.168.1.15/video/mjpg.cgi" target="_blank">http://admin:@192.168.1.15/video/mjpg.cgi</a> ! multipartdemux boundary=&quot;--video boundary--&quot; ! jpegdec ! fakesink</div>

<div><br></div><div><br></div><div>wget <a href="http://user:pass@192.168.1.15/video/mjpg.cgi" target="_blank">http://user:pass@192.168.1.15/video/mjpg.cgi</a> mjpg.cgi contents:</div><div><br></div><div><div>Content-length: 45536</div>
<div>
Date: 10-04-2011 07:41:20 PM IO_00000000_PT_000_000</div><div>Content-type: image/jpeg</div></div><div><br></div><div>(jpeg data)</div><div><br></div><div>--video boundary--</div><div>Content-length: 45607</div><div>Date: 10-04-2011 07:41:20 PM IO_00000000_PT_000_000^_Ú¯^[� ,�%Û¯      5�խ</div>

<div>Content-type: image/jpeg</div><div><br></div><div>(jpeg data)</div><div><br></div><div>etc..</div><div><br></div><div>-Ryan</div><div><br></div><div class="gmail_quote">On Thu, Sep 29, 2011 at 1:01 PM, Rafael Guerra <span dir="ltr">&lt;<a href="mailto:rafael@lanline.com" target="_blank">rafael@lanline.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have loaded gstreamer on to FreeBSD and I am looking to collect the video<br>
from a video camera,<br>
DCS-930L (D-Link) for example, and save it to a file that I would like to<br>
play it back using an internet browser.<br>
I am mostly interested in collecting and saving the file to a standard video<br>
format (.FLV if possible)<br>
<br>
Being new to gstreamer I am looking for some guidance as to how to start<br>
and/or a sample program to start from.<br>
I am an experienced programmer in C and C++ but a novice to gstreamer.<br>
<br>
Rafael<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>
</div></div> </div></div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>