-
Notifications
You must be signed in to change notification settings - Fork 412
Description
PS C:\Users\coco> docker run -it -p 1935:1935 -p 8080:80 --rm alfg/nginx-rtmp:cuda
" "VLC/3.0.19 LibVLC/3.0.19"
2024/11/21 01:36:56 [info] 13#13: *1 client 172.17.0.1 closed keepalive connection
2024/11/21 01:36:56 [error] 13#13: *2 open() "/opt/data/hls/ex.m3u8" failed (2: No
such file or directory), client: 172.17.0.1, server: , request: "GET /live/ex.m3u8
HTTP/1.0", host: "192.168.31.194:8080"
172.17.0.1 - - [21/Nov/2024:01:36:56 +0000] "GET /live/ex.m3u8 HTTP/1.0" 404 153 "-
" "VLC/3.0.19 LibVLC/3.0.19"
2024/11/21 01:37:02 [notice] 14#14: signal 28 (SIGWINCH) received
2024/11/21 01:37:02 [notice] 13#13: signal 28 (SIGWINCH) received
2024/11/21 01:37:02 [notice] 12#12: signal 28 (SIGWINCH) received
2024/11/21 01:37:02 [info] 14#14: epoll_wait() failed (4: Interrupted system call)
2024/11/21 01:37:02 [info] 13#13: epoll_wait() failed (4: Interrupted system call)
This does not occur when using the alfg/nginx-rtmp:latest version.