Description

Featured Projects

iStream Player:
We present iStream Player, a versatile video player framework featuring fully extendable and independent micro-modules similar to Lego blocks. Constructing a video player in iStream Player is as simple as assembling Lego pieces. Our case studies demonstrate that it is effortless to create a diverse range of players by making only minor changes, such as extending or replacing only one or two micro-modules. As a result, iStream Player significantly reduces the time and effort required to develop and validate new solutions, providing researchers and developers in the video streaming field with a shared platform to explore and to share their innovative ideas.

https://github.com/NetMedia-Sys-Lab/istream-player

Temporal Adaptation in DASH: Conventional bandwidth-based HTTP Adaptive Streaming (HAS) is not robust to bandwidth fluctuation at small time scales, which can consequently lead to stalls, bandwidth waste, and unstable quality. We propose temporal adaptation to refine the quality level within video segments on the fly, according to the actual bandwidth conditions experienced while downloading each segment. We have developed a series of HAS extensions for HEVC and AV1 that facilitates decodability of partial frames and paves the way for changing the paradigm from discrete to continuous bitrate ladders for HAS. Our extensions can work with any adaptation algorithm or HAS player to significantly improve robustness and efficiency in dynamic network environments and for low-latency streams, as well as to dramatically reduce content storage and encoding infrastructure requirements.

Video Transcoding:
On one hand, since the introduction of UHD (ultra-high definition) videos, e.g., 4K and 8K videos, it is becoming more resource and time intensive to transcode videos. On the other hand, the increasing demand for video streaming implies more videos need to be transcoded. These two facts motivate the need for techniques to speedup coding and transcoding time. We propose distributed video transcoding schemes that leverages distributed computing platforms (e.g., Apache Spark) and Docker Container technologies for real-time transcoding of videos. The design is transcoder agnostic, meaning it can adopt any transcoder implementation (e.g., FFMPEG) without any modification. We also propose CRF-based real-time adaptation protocol to realize true live streaming of high quality videos, from transcoding to decoding.