Uploading Videos via JS
You can use our JavaScript SDK to directly upload videos that are either obtained from a file input form field or from a custom generated BLOB: \[html language="javascript"\]…
Blog
41 posts in Tutorials.
You can use our JavaScript SDK to directly upload videos that are either obtained from a file input form field or from a custom generated BLOB: \[html language="javascript"\]…
Were you wondering how you could transfer all of your already recorded cool videos to your Ziggeo application? Did you think that it would take some time to do it? Well, if you…
If you have a lot of videos on your personal devices and want to transfer them to Ziggeo you could try doing it through the SDK. In specific, we have PHP SDK demo that shows you…
If you are up to date with our plugin, you are already familiar with its new options and its templates tab. For those that might not be, we will do a quick introduction. Since…
Want to embed videos in emails? It's not easy. But we've got a trick. Here goes: Step 1: Setup a Ziggeo page with a video player (see here) Step 2: Take a snapshot of the player…
How do you create custom pages in Wordpress? Here's the deal: if you're looking for a Wordpress plugin for video posts and video comments, check out our Wordpress plugin here. If…
We've just launched a Quick Start tutorial so you can get quickly up and running with Ziggeo. It'll show you how to easily: Embed a Video Recorder Embed a Video Player; and…
Did you know you need to activate WebRTC in order for Ziggeo to support it for your system? It's simple. All you need to do is log in to Ziggeo, and turn on WebRTC by adding…
If you are already building forms on FormAssembly, here is a quick way to add video submissions to it using Ziggeo: 1\. Manage your application settings on Ziggeo and check: "Let…
Pushing a cover shot along with a video file is simple. The following Python script is an example on how to do it: video = ziggeo.videos().create() stream =…