diff --git a/README.md b/README.md new file mode 100644 index 0000000..9427ea4 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +videostreamer provides a way to stream video from an input source to HTTP. It +remuxes a given video input into an MP4 container which it then streams +endlessly to any connecting clients. This provides the ability to stream an +input source that may have limited connections or not accessible via HTTP. + + +# Background +A friend has a camera that publishes an RTSP feed containing h264 video. It +permits a limited number of connections, and being RTSP is not easily +accessible on the web, such as in a regular HTML5 `