Last month I was invited to speak at ProgrammableWeb’s APIConUK conference in London to share practices from our experience at Kaltura around building scalable, sustainable and future-proof APIs in a talk dubbed “How and Why To Dogfood Your API“. As the name of the talk suggests, the core concept I was discussing is building platforms with API-first approach […]

Below is the slideshare of the presentation (@GDG Tel Aviv Presentation – Aug 19 2013) I just gave at the GDG Tel Aviv. Many thanks to the GDG organizers for inviting me to give a talk and for the fantastic audience that had so many interesting discussion points 🙂 Always fun to present at my […]
This is just so awesome that I had to cross-post it! 🙂 Creating Engaging and Very Funny Content Using Robots Video.
That took some time to figure out… I’ve tried at least 6 different articles from the top Google results, none worked and most were outdated. Anyways, no commitment here either, it worked for me, but I’m no Debian expert.. so use at your own risk. First – Add the new multimedia packages – vi /etc/apt/sources.list […]
Often (or not) you might come across the need to download a video from a site you don’t own (e.g. someone uploaded an interview of you), but they use an RTMP server to stream their video. This neat tool will go to the URL of the page hosting the video player, load the page in […]
Need a quick, easy and free way of cleaning up a video’s audio from background noise ? Follow the steps below to remove background audio from videos. First get and install the tools: FFMPEG. SoX – Sound eXchange. Then clean your noise! Split the audio and video streams into 2 seperate files: The VIDEO stream: ffmpeg […]
An app I wrote needed the following features: Application has to run in the browser as a SWF. Application will run in filesystem mode (file://). Application will not have server side (except for YouTube). Application will have to login to YouTube using ClientLogin instead of AuthSub to avoid redirects. Application will have to upload a manipulated […]