jeroenterheerdt / ring-hassio

A Home Assistant add-on for live streaming from Ring devices.
MIT License
131 stars 94 forks source link

file not found #20

Open roflmao opened 3 years ago

roflmao commented 3 years ago

Ive built my own container based on your Dockerfile to run without HassIO. (modified to make options.json give the correct values in run.sh)

When running the server:

output directory: public/
Started server, listening on port 3000.
socket 0 opened
requested uri: /public/stream.m3u8
mapped filename: public/stream.m3u8
file not found: public/stream.m3u8
socket 0 closed

curl:

$ curl -i 'http://192.168.67.11:3000/public/stream.m3u8'
HTTP/1.1 404 Not Found
Content-Type: text/plain
Date: Wed, 22 Jul 2020 08:49:08 GMT
Connection: keep-alive
Transfer-Encoding: chunked

file not found: %s

Is there any way to increase logging?

jeroenterheerdt commented 3 years ago

if you are going to build your own container, just use the original ring solution: https://github.com/dgreif/ring