Add licence info

This commit is contained in:
David Halls 2021-10-07 19:47:30 +01:00
parent 2ee59336e8
commit 3c6b035eaf
2 changed files with 31 additions and 3 deletions

19
LICENCE Normal file
View File

@ -0,0 +1,19 @@
Copyright (c) 2021 David Halls <https://github.com/davedoesdev/>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@ -2,13 +2,14 @@
== Description
Streamana is a Web page which streams your camera and microphone to YouTube Live.
It uses https://github.com/davedoesdev/webm-muxer.js[webm-muxer.js] and
Streamana is a Web page which streams your camera and microphone to YouTube Live
(or any other HLS receiver). It uses https://github.com/davedoesdev/webm-muxer.js[webm-muxer.js] and
https://github.com/davedoesdev/ffmpeg.js[ffmpeg.js].
== Demo
You can see it in action http://foo[here]. Use Chrome 95 or later.
You can see it in action https://rawgit-now.netlify.app/davedoesdev/streamana/main/demo.html[here].
Use Chrome 95 or later.
. Get your ingestion URL from https://studio.youtube.com[YouTube Studio].
.. Click _CREATE_ and then select _Go Live_ from the drop-down menu.
@ -70,3 +71,11 @@ and dispatches the following events:
event by refreshing the WebGL canvas from the camera.
* `exit` when streaming has stopped.
* `error` if an error occurs.
== Licence
Streamana is licensed under the terms of the link:LICENCE[MIT licence].
Note that https://github.com/davedoesdev/ffmpeg.js[ffmpeg.js] is licensed under LGPL.
Streamana runs it inside a Web Worker and communicates with it via message passing.
The end user can replace the version used by changing the URL in the user interface.