Re: How to broadcast a live stream programme using Cortado ?
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
> Hi, anyone know how to broadcast a live stream programme using Cortado? There are two parts: - broadcast a live stream - set up Cortado to view it Cortado can play a normalstream without having to make it Cortado specific. There are examples of what to add to one's HTML in Cortado's README. I think http://theora.org/cortado.jar is always the most recent release. As for live streaming, you may want to look at the help output of ffmpeg2theora, which gives you a sample command line to capture video, encode it, and stream it over the web, which is a good starting point. Then you can combine the two steps by adding the URL to that stream to your Cortado using web page.