Tagged Questions

5
votes
4answers
3k views

What is the specifications for Motion JPEG?

I've been googling like mad and can't find any file format specifications for mjpeg. What should the header look like? Do i just append a series of jpegs after the header? I know it's the usually ...
0
votes
0answers
194 views

loading & playing a mjpeg via flash with as3 - Socket errors

I would like to create a flash MJPEG player so unsupported browsers can view it. I have tried 2 routes here, one with a urlStream and other with Sockets. I am going with the sockets because it seems ...