Author Archives: Christian Timmerer

Downloader and Buffer for the VLC DASH Plugin

I have rebased some old patches due to the fact that some of the patches from the “dataset patch-set” are already part of VLC. Furthermore I have added some more patches which will add a download thread and a buffer … Continue reading

Posted in DASH | Leave a comment

libdash – Simplifies the usage of DASH

libdash is a library that simplifies DASH with the intention to make the usage of DASH streams as simple as the usage of a file. The library handles the whole HTTP connection setup, the xml parsing and the bandwidth adaptation … Continue reading

Posted in DASH | Leave a comment

Update on isoffmain patches

The first patch “Patch 001: Parsing and management of the isoffmain profile” has been split into 17 patches and is now officially part of VLC and can be checked out through the git repo of vlc. The other ones are … Continue reading

Posted in DASH | Leave a comment

Defensive Startup Patch

I have seen that somebody has changed the logic in the basiccm manager. I don’t think that it is a good idea to use the best representation when no information about the client bandwidth is available. This patch would correct … Continue reading

Posted in DASH | Leave a comment

Added Compatibility with the Dataset to the VLC DASH Plugin

A new set of patches is now available which make the plugin fully compatible with the dataset from our website and a part of the actual standard. A zip package with the patches could be found here. The profile used … Continue reading

Posted in DASH | Leave a comment

Enable DASH in VLC

It could be that DASH is disabled in VLC due to the fact that it is currently in an experimental state. So if you want to make sure that is enabled, you should check the “Modules.am” file in the streamfilter … Continue reading

Posted in DASH | Leave a comment

ACM Multimedia 2011 Presentation

This is the presentation from the ACM Multimedia 2011. One of the most asked questions at the poster session and even at the discussion after the presentation was if we have compared our solution to the solutions that have been … Continue reading

Posted in DASH | Leave a comment

Poster from the ACM Multimedia 2011

The paper “A VLC Media Player Plugin enabling Dynamic Adaptive Streaming over HTTP” will be presented at the ACM Multimedia 2011 Open Source Competition in Scottsdale. Here you can find a preview of the poster that will be presented on … Continue reading

Posted in DASH | Leave a comment

DASH VLC Plugin Compatible MPDs

Here we offer a subset out of our DASH Dataset which is fully compatible with our DASH VLC Plugin. These MPDs maintain the same resolution and are based on the CM profile shown on this website. Other MPDs of our … Continue reading

Posted in DASH | Leave a comment

DASHEncoder

For our dataset we developed a new content generation tool – on top of GPAC’s MP4Box – for DASH video on demand content called DASHEncoder. Current features and restrictions: Generation of video only, audio only or audio+video DASH content h.264 … Continue reading

Posted in DASH | Leave a comment