mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add directories for extensions + additional demos
This commit is contained in:
parent
db5cc21c33
commit
ce2f681bd3
3 changed files with 15 additions and 0 deletions
5
demo/README.md
Normal file
5
demo/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Demo application #
|
||||||
|
|
||||||
|
This folder contains a demo application that uses ExoPlayer to play a number
|
||||||
|
of test streams. It can be used as a starting point or reference project when
|
||||||
|
developing other applications that make use of the ExoPlayer library.
|
||||||
7
demo_misc/README.md
Normal file
7
demo_misc/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Miscellaneous demos #
|
||||||
|
|
||||||
|
This folder contains miscellaneous demo applications. For example applications
|
||||||
|
that demonstrate use of optional extensions, or more advanced features.
|
||||||
|
|
||||||
|
A general purpose ExoPlayer demo application can be found in the [demo](../demo)
|
||||||
|
folder.
|
||||||
3
extensions/README.md
Normal file
3
extensions/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Extensions #
|
||||||
|
|
||||||
|
This folder contains optional ExoPlayer extensions.
|
||||||
Loading…
Reference in a new issue