Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbo committed Apr 13, 2015
1 parent 2adfb2b commit 729229f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
File renamed without changes.
25 changes: 25 additions & 0 deletions StreamPlayerControl/ReadMe.md
@@ -0,0 +1,25 @@
The StreamPlayerControl is a FFmpeg-based stream player control, a simple and easy to use one, no additional dependencies and a minimalistic interface.

The repository has the following structure.

1. StreamPlayer is a FFmpeg façade, provides a simplified interface to a stream playback functionality.

2. WPF
1. StreamPlayerControl is a WPF version of the control.
2. StreamPlayerDemo is a very basic WPF application that shows how to use the control.

3. WinForms
1. StreamPlayerControl is a WinForms version of the control.
2. StreamPlayerDemo is a very basic WinForms application that shows how to use the control.

More details about the control and its implementation can be found on the following page:
http://www.codeproject.com/Articles/885869/Stream-Player-control

The FFmpeg façade sources, the same as the FFmpeg framework, are licensed under [The LGPL license] (http://www.gnu.org/licenses/lgpl-3.0.html).
This project is licensed under [The Code Project Open License] (http://www.codeproject.com/info/cpol10.aspx) (CPOL).
The main points subject to the terms of the CPOL are:

* Source Code and Executable Files can be used in commercial applications;
* Source Code and Executable Files can be redistributed; and
* Source Code can be modified to create derivative works.
* No claim of suitability, guarantee, or any warranty whatsoever is provided. The software is provided "as-is".
19 changes: 0 additions & 19 deletions StreamPlayerControl/ReadMe.txt

This file was deleted.

0 comments on commit 729229f

Please sign in to comment.