Blog

How to re-record an existing video?

Particularly if you want to have profile videos that your users want to be able to change over and over again, you might want to launch the rerecorder instead of the player:

Read More »

Ziggeo and Heroku

We have officially launched our Heroku add-on. Please try it out and let us know what you think!

Read More »

Face outline added

You want to help your customers recording their faces in a uniform matter? No problem! We have added a face outline feature that allows you to overlay our recorder with the shape of a face: That’s it.

Read More »

Ziggeo Releases New User-Friendly Dashboard

Ziggeo has just released a new and improved dashboard that makes sharing, searching, moderating and rating videos that much easier. With the dashboard, you’ll be able to easily: Invite people via email to your video dashboard Set fine-grained permissions to make only certain parts of your dashboard visible to others Tag videos so they are […]

Read More »

Ziggeo is Going Public (kind of)

 YouTube Launch: Ziggeo is going public – at least on YouTube. That is, you can now make any of your videos public by just clicking a button on your dashboard. Videos will then be automatically uploaded to your YouTube account. Looking Fabu: Want to make sure folks are looking their best on video? These new, nifty features help them […]

Read More »

How to automatically close a popup recorder?

If you want to launch the video recorder in a fullscreen popup and automatically close the popup once the video has been recorded, you can go about it as follows:

Read More »

Status Page

We have added an independent status page to our system so you can always see how our servers are doing. It allows you to see how every single component is operating at a certain point in time.

Read More »

Building iOS native apps

The easiest way to include video recording in iOS native apps is using our open-source SDK. To add a video player to your app, use the following basic code: And similarly to get a video recorder:

Read More »

Building Android native apps

The easiest way to include video recording in Android native apps is using our open-source SDK. To add a video player to your app, use the following basic code: And similarly to get a video recorder:

Read More »

Pulling videos from Ziggeo’s servers

Pulling videos from our servers is simple. The following PHP script is an example on how to do it: You could call it as follows:

Read More »