Gerbrand Oudenaarden - Engage! wrote (ao):
> i've done some test recently to embed live Ogg Theora streams (generated
> in VLC or Theora Streaming Studio) in webpages.
Can you provide a few more details about your setup?
I would like to show a live stream from a webcam in a browser, but can't
find a good starting point no matter how hard I shake Google.
I've played with flumotion but that was too heavy on the poor
SheevaPlug.
I've experimented with gstreamer and vlc, and can create and view
streams with these clients, but how to make them suitable for
webbrowsers?
I hope your information gets me rolling again.
Sander
--
Humilis IT Services and Solutions
http://www.humilis.net
<h1>html5 video tag - for firefox, opera</h1> <video src="http://icecast02.engagetv.com:8000/stream.ogg" width="512" height="288" autoplay controls></video> <br/>
<h1>cortado applet - for chrome, safari, internet explorer</h1>
<applet name="cortado"
code="com.fluendo.player.Cortado.class"
archive="http://www.theora.org/cortado.jar"
width="512"
height="288"
>
<param name="url" value="http://icecast02.engagetv.com:8000/stream.ogg"/>
</applet>
Best,Gerbrand
--
You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
To post to this group, send email to webm-d...@webmproject.org.
To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.