Is there a way to change the mime type and boundary for an http streaming of an mjpeg stream in order to make the stream working with firefox?
I've found something like this on the web :
Code: Select all
:sout=#transcode{vcodec=MJPG,vb=400,width=320,height=240}:
duplicate{dst=std{access=http{mime=multipart/x-mixed-replace;
boundary=--7b3cc56e5f51db803f790dad720ed50a},mux=mpjpeg,dst=:1234/webcam.mjpg}}
Does anybody have an idea?
Thank you.