Ziggeo Launches Streaming WebRTC

Want faster uploading for videos? Ziggeo has launched streaming WebRTC. That means videos can start uploading as soon as you start recording. Here’s some background: our current WebRTC system records videos locally and then uploads final videos to servers (transcoding occurs during that process as well). We now have the option to upload videos as soon as recording begins. It’s ideal for long videos or when no re-recording is necessary. Please upgrade to revision 26 and initialize your v2 application as follows: [code language="javascript"] var application = new ZiggeoApi.V2.Application({ token: YOUR_TOKEN, webrtc_streaming: true }); [/code]
PREV NEXT