Membrane SDL plugin

Hex.pmAPI DocsCircleCI

This package provides an SDL-based video player.

It is part of Membrane Multimedia Framework.

Installation

The package can be installed by adding membrane_sdl_plugin to your list of dependencies in mix.exs:

def deps do
[
{:membrane_sdl_plugin, "~> 0.15.0"}
]
end

The docs can be found at HexDocs.

Usage

Usage example can be found in examples/player.exs. This example demonstrates how to play a H264 video, downloaded in real-time from Membrane's static repository over HTTP.

To run it, simply execute the following command in your terminal:

$ elixir examples/player.exs

Testing

To run manual tests, type mix test --include manual

Copyright 2019, Software Mansion

Software Mansion

Licensed under the Apache License, Version 2.0