Re: Client/server (non-p2p) video

In our case, the capturing does happen in a web browser. We currently use a Flash applet embedded in a larger JavaScript based page to do the streaming. Not requiring the end users (either broadcasting or receiving) to install any software is hugely important, and why we're using Flash now.

-- Kevin

On Mar 31, 2013, at 7:10 PM, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote:

> If your capture does not happen in a Web browser, I would not even use any WebRTC technology for this, but instead go with an existing open source streaming server such as icecast or flumotion or VLC streaming server or GStreamer streaming server or ffserver. All of these can serve video that the <video> element can receive. I believe most of these will now support VP8 streaming and also recording for later viewing.
> 
> Silvia.

Received on Monday, 1 April 2013 00:38:56 UTC