View Full Version : Media Player for mjpeg which can hide everything but the video image in quarter scree
lagu2653
2nd March 2008, 13:24
Is there a media player which can play motion jpeg network streams (from an Axis 206 network camera http://www.axis.com/products/cam_206/) and where it's possible to hide the entire frame around the video image? All I want to see is the video image. Kind of like fullscreen mode except for I don't want it to cover the entire screen, only a quarter of it.
Leak
2nd March 2008, 14:25
Is there a media player which can play motion jpeg network streams (from an Axis 206 network camera http://www.axis.com/products/cam_206/) and where it's possible to hide the entire frame around the video image? All I want to see is the video image. Kind of like fullscreen mode except for I don't want it to cover the entire screen, only a quarter of it.
Media Player Classic should do the trick if you've got DirectShow filters installed that can play that stream - just hit "1" and everything but the window's resize border will disappear, leaving only the video surface... then just drag it's borders to adjust it to your liking.
np: The Orb - The Truth Is... (The Dream)
lagu2653
2nd March 2008, 15:23
How do you open a network stream with it? in VLC I do: File > Open Network Stream > HTTP > and enter the URL http://85.37.179.106/mjpg/video.mjpg
Leak
2nd March 2008, 16:44
How do you open a network stream with it?
File > Open File...
Just type an URL, like it says at the top of the dialog... :)
EDIT: Of course, you'll still need a DirectShow source or splitter that can handle the freaking mess (http://en.wikipedia.org/wiki/Motion_JPEG#M-JPEG_over_HTTP) that is produced by webcams... :(
np: The Orb - Codes (The Dream)
lagu2653
2nd March 2008, 17:17
Why isn't the MJPG file format listed in View > Options > Formats.
Leak
2nd March 2008, 17:47
Why isn't the MJPG file format listed in View > Options > Formats.
Because *drum roll* it's not a file format.
What that HTTP URL with the mjpg ending does is send you an endless stream of JPG files, one after the other - which is something that browsers happily support (mainly thanks to Netscape's fishcam back in the day), but which doesn't lend itself to writing to disk, or opening in a media player:
http://85.37.179.106/mjpg/video.mjpg
GET /mjpg/video.mjpg HTTP/1.1
Host: 85.37.179.106
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
[...]
HTTP/1.x 200 OK
Cache-Control: no-cache
Pragma: no-cache
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Connection: close
Content-Type: multipart/x-mixed-replace; boundary=--myboundary
So unless you find some kind of DirectShow filter that's able to handle that kind of crap directly you're basically restricted to opening a chromeless browser window that fills a quarter of your screen... VLC of course is free to support it since it comes with all it's own sources, filters, splitters and codecs and thus doesn't depend on any kind of your system's infrastructure (except for the graphics and audio drivers, of course) for handling whatever sources you throw at it...
np: The Orb - High Noon (The Dream)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.