[Ffmpeg-devel] ffserver, problem with jpeg format?

Nicolas Remond nicolasremond
Wed Jan 4 16:34:39 CET 2006


Hello,

I want to have just a simple jpeg image of my webcam ... 
Then, my problem, is that the browser is nerver stopping to download .... but 
the result appears correctly?

I suspect the Mime-type not to be correct, the mime type send by the server is 
x-mjpeg ... and plus, the length is unspecified ??

[nicolas at uranus ffmpeg]$ wget http://localhost:8080/video0.jpg
--15:58:43-- ?http://localhost:8080/video0.jpg
? ? ? ? ? ?=> `video0.jpg'
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [video/x-mjpeg] ? ? ? ? ? ? ? ? ? 
[ ? ? ? ? ? ? ? ? ? ? ? ? <=> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?] 
119,961 ? ? ? ?7.83K/s


Any help is more than welcome !
Thank you in advance.

Nicolas




Here is my fferver config file :
# Single JPEG
<Stream video0.jpg>
?feed feed.ffm
?Format jpeg
?VideoFrameRate 2
?VideoIntraOnly
?VideoSize 176x144
?NoAudio
?Strict -1
?ACL allow 0.0.0.0 255.255.255.255
</Stream>





More information about the ffmpeg-devel mailing list