GStreamer
open source multimedia framework
Home
Features
News
Annual Conference
Planet (Blogs)
Download
Applications
Developers
Documentation
Mailing Lists
File a Bug
Bug Lists
Artwork
Follow @gstreamer on Twitter

GStreamer Google Summer of Code: DASH WebM

Interested Mentors:

  • Thiago Santos

Description:

Dynamic Adaptive Streaming over HTTP (DASH) is an adaptive bitrate streaming technique that enables high quality streaming of media content over the Internet delivered from conventional HTTP web servers. It works by breaking the content into a sequence of small HTTP-based file segments, each segment containing a short interval of playback time of a content that is potentially many hours in duration, such as a movie or the live broadcast of a sports event. The content is made available at a variety of different bit rates, i.e., alternative segments encoded at different bit rates covering aligned short intervals of play back time are made available. As the content is played back by an MPEG-DASH client, the client automatically selects from the alternatives the next segment to download and play back based on current network conditions. The client selects the segment with the highest bit rate possible that can be downloaded in time for play back without causing stalls or re-buffering events in the playback.

Implement a plugin to support WebM DASH streaming based on the existing MP4 DASH plugin.

Provide proper Opus/VP8/VP9 support in Matroska/WebM.

Required Skills:

  • GStreamer Basics
  • Understanding media formats
  • Knowledge of HTTP Requests

Student Notes:

Related links:


Report a problem on this page.