Tagged Questions
3
votes
3answers
6k views
Mjpeg VLC and HTTP Streaming
I'm generating a MJpeg Stream and trying to stream it to VLC and play it there.
The code:
public void SendMultiPartData(String contentType, Func<byte[]> getData)
{
...
0
votes
1answer
185 views
Where is the documentation for the Mjpeg codec used in mencoder, VLC and FFMpeg?
Mencoder has a lovely option for converting a mjpeg file into an avi file with an 'MJPG' codec that plays in VLC.
The command line to do this is:
mencoder filename.mjpeg -oac copy -ovc copy -o ...
0
votes
2answers
1k views
Transcoding MJPEG to FLV or MP4
I want to transcode MJPEG stream that comes from IP camera (http://xx.yy.zz.tt:8080/video.cgi) to FLV or MP4 stream under Linux OS so that users can play the file using a web based Flash player such ...