video streaming - Transcoding MJPEG to FLV or MP4 -


I want to transcode MJPEG stream which comes from the IP camera () from the FLV or MP3 stream under Linux OS Users can play a web based flash player like using a file

I have searched VLC for that purpose but I can not understand the exact command line string. I also need the HTTP authentication feature because IP camera access is password-protected.

I am also interested in any non-VLC solution if someone (ffmpeg?)

Appears that VLC can authenticate to HTTP. And I believe that it can output to flv, usually i want to see it using GUI that it is using this parameter, then go from there.

 : sout = # transcode {vcodec = h264, vb = 0,   

You see: = {, = 1, acodec = MP3 , AB = 128, channel = 2, samplerate = 44100}: http {mux = ffmpeg {mux = flv}, dst =: 8080 /}

its Apart from URLs such as FFMPEG can work

Ref:


Comments