Hi I need to stream ogg/theora over RTSP in order to use in opera browser HTML 5 video, but I cannot find any streaming server to do that. -- best regards, Daniel Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20100311/f4ec72d2/attachment.htm
On Thu, Mar 11, 2010 at 23:48, Daniel Silva <danielmartinssilva at gmail.com> wrote:> > Hi I need to stream ogg/theora over RTSP in order to use in opera browser > HTML 5 video, but I cannot find any streaming server to do that.I'm afraid you'll find that Opera does not support RTSP in <video>, only HTTP. As far as I'm aware the situation is the same in all other browsers. However, I'll note that I've had some success in using the GStreamer RTSP server described at http://blogs.gnome.org/uraeus/2008/10/13/gstreamer-rtsp-server/ but it really was a pain to set up. -- Philip J?genstedt (the Opera <video> guy)
On Fri, Mar 12, 2010 at 2:48 AM, Daniel Silva <danielmartinssilva at gmail.com> wrote:> > Hi I need to stream ogg/theora over RTSP in order to use in opera browser > HTML 5 video, but I cannot find any streaming server to do that.Why don't you use a HTTP streaming server, such as Icecast or Flumotion? Then it will all work in HTML5 video supporting browsers, including Opera. Cheers, Silvia.