arielmol / dviz

Automatically exported from code.google.com/p/dviz
0 stars 0 forks source link

Add MJPEG Viewer Item #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add ability to view an MJPEG HTTP stream

Original issue reported on code.google.com by josiahbryan@gmail.com on 24 Jan 2010 at 9:38

GoogleCodeExporter commented 8 years ago
Done. Integrated MjpegClient class from another googlecode project of mine,
'securitycamviewer'. Integrated MjpegClient into the QVideoProvider class so 
existing
classes that use QVideoProvider (background, video items, icon generators) can 
use
the MjpegClient with no changes in the code. From an end-user perspective, they 
can
just give a url starting with 'http://' (which triggers QVideoProvider to use
MjpegClient instead of QVideo) anywhere a video filename is accepted (but not 
in file
browse dialogs, just the file name fields in the config panels on the right in 
the
editor.)

Original comment by josiahbryan@gmail.com on 12 Feb 2010 at 3:27