An Open Source Media Framework extension for playing MPEG-DASH video on any device supporting Adobe Flash.
Dash.as is an MPEG-DASH player written in ActionScript that enables adaptive streaming video playback on any device supporting Adobe Flash. It solves the problem of delivering high-quality video over HTTP by dynamically adjusting bitrates to match network conditions, ensuring seamless playback. The project is an extension for the Open Source Media Framework (OSMF), providing a modular and lightweight solution for Flash-based video streaming.
Developers and organizations needing to deliver MPEG-DASH video content to legacy Flash-enabled devices, such as older browsers or embedded systems. It's also suitable for those already using the Open Source Media Framework who want to add DASH support.
Developers choose Dash.as because it's a performant, open-source MPEG-DASH player specifically designed for the Flash platform, filling a niche where native HTML5 DASH support may be unavailable. Its integration with OSMF offers a familiar and extensible architecture for building custom video players.
MPEG-DASH player written in ActionScript
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Automatically selects optimal video bitrate based on network conditions, ensuring smooth playback even with fluctuating bandwidth, as described in the MPEG-DASH explanation.
Integrates with the Open Source Media Framework, providing a familiar and extensible architecture for building custom Flash-based video players.
Supports live MPEG-DASH streams in addition to on-demand content, enabling real-time video delivery for events or broadcasts.
Designed from the ground-up to be lightweight with performance in mind, ensuring efficient playback on Flash-enabled devices.
Tied to Adobe Flash, which is deprecated and unsupported on iOS and many modern platforms, severely limiting its relevance and reach.
Requires installation of multiple tools like ffmpeg and MP4Box, along with server configuration files (crossdomain.xml, .htaccess), making initial deployment cumbersome.
Only supports H.264 video and HE-AAC audio as per Flash specifications, missing newer codecs like VP9 or AV1 that offer better efficiency.