How can I mux two or more streams to server. my problem is that I hv three camera and I want to stream those live video to browser. please give give solution with command . -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100625/dd3c68e9/attachment.htm
Are they from one computer? You can take a look at 'Virtual Audio Cables' to do that. It's Shareware, but it does what you want pretty nicely. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20100625/3fed9abf/attachment.htm
ogg.k.ogg.k at googlemail.com
2010-Jun-25 08:42 UTC
[theora] mux two or more than two streams
> How can I mux two or more streams to server. > my problem is that I hv three camera and I want to stream those live video > to browser. > please give give solution with command .One may mux two or more streams using the oggz-merge tool, found in liboggz (might be named oggz-tools in your distro). To forward it to a web server, have a look at ffmpeg2theora's help output, it gives a sample command line to do this using oggfwd and icecast (IIRC). Don't forget to tell your web server to send the right MIME type for ogg streams (eg, video/ogg I think) as Firefox doesn't look at what the data is.