Some times it can be rendered in chrome (not tested in other browsers), and sometimes not.
Trying to identify the problem, I've opened the stream with VLC, and get this:
- Code: Select All Code
martin@MacBook-Pro:~$ /Applications/VLC.app/Contents/MacOS/VLC "http://mini.casa:10090/video0.mjpg"
VLC media player 2.1.5 Rincewind (revision 2.1.4-59-g5f258d5)
[0x100202600] main interface error: no suitable interface module
[0x10040f1c0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
2015-03-10 00:20:27.055 VLC[7661:636640] setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
[mjpeg @ 0x1008ad600] Found EOI before any SOF, ignoring
[mjpeg @ 0x1008ad600] invalid id 255
[mjpeg @ 0x1008ff200] decoding for stream 0 failed
[mjpeg @ 0x1008ff200] Could not find codec parameters for stream 0 (Video: mjpeg): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mjpeg @ 0x10409da00] invalid id 255
[mjpeg @ 0x104090600] decoding for stream 0 failed
[mjpeg @ 0x104090600] Could not find codec parameters for stream 0 (Video: mjpeg): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mjpeg @ 0x101808200] invalid id 255
[mjpeg @ 0x1008ff200] decoding for stream 0 failed
[mjpeg @ 0x1008ff200] Could not find codec parameters for stream 0 (Video: mjpeg): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
shader program 1: WARNING: Output of vertex shader 'TexCoord1' not read by fragment shader
WARNING: Output of vertex shader 'TexCoord2' not read by fragment shader
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] mjpeg: unsupported coding type (c8)
[mjpeg @ 0x1020b1800] mjpeg: unsupported coding type (c8)
[mjpeg @ 0x1020b1800] [IMGUTILS @ 0x11010a9e0] Picture size 47359x49407 is invalid
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] invalid id 0
[mjpeg @ 0x1020b1800] invalid id 0
[mjpeg @ 0x1020b1800] [IMGUTILS @ 0x11010a9e0] Picture size 55551x53503 is invalid
[mjpeg @ 0x1020b1800] invalid id 255
[mjpeg @ 0x1020b1800] [IMGUTILS @ 0x11010a9e0] Picture size 39167x41215 is invalid
I've googled this error and they are common in ffmpeg... but I can't find any logical solution.
Are these "errors" related to my issue (mjpeg video not playing sometimes in chrome, refresh and it appears)???
Regards,
Martin