Hallo

>     Can you simply concatenate the video streams as "realtime"?
[...]
>     Is there anyone know how to stream mplex? Or, how
> can I make the "single-pass"? I can't find any answer
> from the mail. Thanks in advance, Cindy 
Single pass is the default for a long time.

I think stream is not possible. But my understanding of stream might be
wrong.
Mplexing video and audio as you encode them without the temporair audio
and video file should be possible with fifo files like that:
mkfifo audio
mkfifo video
lav2wav file.eli | mp2enc -o audio &
lav2yuv file.eli | mpeg2enc -o video &
mplex -f 8 audio video -o test.mpg

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to