diff --git a/README.md b/README.md new file mode 100644 index 0000000..026b0c2 --- /dev/null +++ b/README.md @@ -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: