Re: mux two or more than two streams
| Newsgroups | gmane.comp.multimedia.ogg.theora.general,gmane.comp.audio.icecast.general |
|---|---|
| Message-ID | <[email protected]> |
> 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.