View Source Membrane SDL plugin
This package provides an SDL-based video player.
It is part of Membrane Multimedia Framework.
installation
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
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
Testing
To run manual tests, type mix test --include manual
copyright-and-license
Copyright and License
Copyright 2019, Software Mansion
Licensed under the Apache License, Version 2.0