- All Implemented Interfaces:
- Controls, Demultiplexer, Duration, MediaHandler, PlugIn
public class MultipartMixedReplaceParser
extends AbstractDemultiplexer
Parser for multipart/x-mixed-replace - used in some cases for streaming jpegs.
TODO: check out the jipcam project, which has Mjpeg parsing info.
This project also has some ip camera info: http://www.codeproject.com/cs/media/cameraviewer.asp?print=true
Some camera links from that project:
Not responding: http://chipmunk.uvm.edu/cgi-bin/webcam/nph-update.cgi?dummy=garb
Works: http://webcam-1.duesseldorf.it-on.net/cgi-bin/nph-update.cgi
Works: http://webcam-2.duesseldorf.it-on.net/cgi-bin/nph-update.cgi
Works: http://towercam.uu.edu/axis-cgi/mjpg/video.cgi
Works: http://136.165.99.86/axis-cgi/mjpg/video.cgi
Works: http://217.114.115.192/axis-cgi/mjpg/video.cgi
Works: http://129.78.249.81/axis-cgi/mjpg/video.cgi
Others:
Works: http://camera.baywatch.tv/axis-cgi/mjpg/video.cgi?camera=1&resolution=352x240&compression=50
Works: http://www.surfshooterhawaii.com//cgi-bin/axispush555.cgi?dummy=garb
More camera links:
http://www.axis.com/solutions/video/gallery.htm
TODO: support end-of-message, with 2 dashes after separator, see http://wp.netscape.com/assist/net_sites/pushpull.html
- Author:
- Ken Larson