updated README

This commit is contained in:
Lukas Schulz 2021-08-10 08:53:53 +02:00
parent ccae789488
commit d37b237278

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# Videojs-html-player
A simple website with a videojs-webplayer, using the thumbnail provided.
Also, if no stream is playing, only the thumbnail is shown, so there are no ugly errors when trying to play an unavailable stream (this could also easily be replaced by a Rrecording of the stream).
Currently the logic is working only with js, but videojs is also only working with js :shrug: