How can I push a list of videos to your servers?
Pushing a folder full of videos to our servers can be achieved as follows. We also use the filenames as keys for the videos. The following Python script is an example on how to do…
Blog
41 posts in Tutorials.
Pushing a folder full of videos to our servers can be achieved as follows. We also use the filenames as keys for the videos. The following Python script is an example on how to do…
How do you make a real impression on potential API customers? Use our Bookmarklet system and customers will be stunned. Ziggeo has invented a new way to demonstrate to customers…
If you want folks to be able to upload custom videos, but restrict the allowed video formats to e.g. mp4 and avi, you can do so as follows:
If you want to enable people to leave a profile video, you need to cover two separate use cases: recording a profile video for the first time and re recording an existing profile…
You can create server side auth tokens as follows, using e.g. Ruby: @ziggeo = Ziggeo.new('APPLICATION TOKEN', 'PRIVATE KEY', 'ENCRYPTION KEY') @grants = { create: {session owned…
If you want to reuse a recording (or playback) widget in your page, you first need to provide a an embedding id: html Using this id, you can find your embedding and reset your…
Say you want a recorded video to be automatically deleted from our servers after 90 days. Simply add the following argument to your recorder embedding: html
For some application, you want to remove old videos automatically. To say that a recorded video should be removed after 90 days, use the following code: html
We added a data \ parameter to our recorder embedding so you can add custom meta date (JSON) to your videos. You can use that to store additional information like your database…
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: html