Closed gschian0 closed 3 years ago
Hi Gennaro,
I haven’t tested building Earshot on M1 / arm64, so it’s not that surprising it doesn’t work out of the box. Do you have the latest version of Docker Desktop that was just released for M1 and have you tried running under emulation?
https://docs.docker.com/docker-for-mac/apple-silicon/
On Wed, Apr 28, 2021 at 7:00 PM gschian0 @.***> wrote:
I'm not very versed with docker or nginx but would love to try running this locally to do some tests! macbook pro 13' 2020 m1 with current OS... here is what the terminal says... any help would be appreciated!
gennaroschiano@Gennaros-MacBook-Pro Earshot % docker-compose up --build nginx-rtmp Docker Compose is now in the Docker CLI, try docker compose up` Building nginx-rtmp [+] Building 1.4s (6/6) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => ERROR [internal] load metadata for docker.io/library/node:12. 1.3s => CANCELED [internal] load metadata for docker.io/library/alpin 1.3s => [auth] library/alpine:pull token for registry-1.docker.io 0.0s => [auth] library/node:pull token for registry-1.docker.io 0.0s
[internal] load metadata for docker.io/library/node:12.18.2-alpine3.12:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:613a7e4ab09792e7f779cdcf93d088823f33a21440822a17fa1331281cf51f67: not found ERROR: Service 'nginx-rtmp' failed to build`
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EnvelopSound/Earshot/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJWC3Q6FFAZGDBHOWKKIVDTLC4VFANCNFSM43YJF2WA .
-- "Buy the ticket, take the ride."
Hey Roddy, I just installed the newest version of docker for apple silicon before trying this command. I ran the container successfully on my other computer running Catalina but for some reason Obs will not connect to the stream which is another issue entirely 😜. I’ll look into if I have the latest version some more but I’m not hip to running “under emulation” can you hook me up with some bread crumbs to make it towards understanding what that is? Any other Ideas would be appreciated as well. I’d love to test this out cause I have some cool things in the works streaming equirectanular video as skyboxes into 3d WebGL scenes and would love to get some 3d audio involved.
Bless,
Gennaro Schiano 248-310-5944 @.*** VYBEZONE LLC. 360 VYBEZ www.schianosound.com
On Apr 28, 2021, at 10:48 PM, Roddy Lindsay @.***> wrote:
Hi Gennaro,
I haven’t tested building Earshot on M1 / arm64, so it’s not that surprising it doesn’t work out of the box. Do you have the latest version of Docker Desktop that was just released for M1 and have you tried running under emulation?
https://docs.docker.com/docker-for-mac/apple-silicon/
On Wed, Apr 28, 2021 at 7:00 PM gschian0 @.***> wrote:
I'm not very versed with docker or nginx but would love to try running this locally to do some tests! macbook pro 13' 2020 m1 with current OS... here is what the terminal says... any help would be appreciated!
gennaroschiano@Gennaros-MacBook-Pro Earshot % docker-compose up --build nginx-rtmp Docker Compose is now in the Docker CLI, try docker compose up` Building nginx-rtmp [+] Building 1.4s (6/6) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => ERROR [internal] load metadata for docker.io/library/node:12. 1.3s => CANCELED [internal] load metadata for docker.io/library/alpin 1.3s => [auth] library/alpine:pull token for registry-1.docker.io 0.0s => [auth] library/node:pull token for registry-1.docker.io 0.0s
[internal] load metadata for docker.io/library/node:12.18.2-alpine3.12:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:613a7e4ab09792e7f779cdcf93d088823f33a21440822a17fa1331281cf51f67: not found ERROR: Service 'nginx-rtmp' failed to build`
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/EnvelopSound/Earshot/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJWC3Q6FFAZGDBHOWKKIVDTLC4VFANCNFSM43YJF2WA .
-- "Buy the ticket, take the ride." — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hey Gennaro,
Tough for me to debug without current access to an M1 mac. That said, here are a few things to try:
--verbose
flag to see additional log messagesI've been holding out for the next gen M1X/M2 mac minis later this year, but maybe I should just get one sooner....
I’ll test this stuff out and keep you posted
Bless,
Gennaro
On Apr 29, 2021, at 11:14 AM, Roddy Lindsay @.***> wrote:
Hey Gennaro,
Tough for me to debug without current access to an M1 mac. That said, here are a few things to try:
Run docker-compose with the --verbose flag to see additional log messages try adding the platform in the docker-compose.yml file: https://onexlab-io.medium.com/apple-m1-chip-no-matching-manifest-for-linux-arm64-v8-docker-mysql-5142060a9309 try using a newer version of the node image. So in the Dockerfile, instead of node:12.18.2-alpine3.12, try node:alpine3.12 I've been holding out for the next gen M1X/M2 mac minis later this year, but maybe I should just get one sooner....
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
I'm still having an issue with the docker situation. I remember seeing a stream where you walked through setting up with Amazon cloud, do you have a link to a recording of that? This is the link to the site but I can't trace a recording. https://ix.sat.qc.ca/symposium-ix-expo.html
Thanks!
It's here https://vimeo.com/503288487
at 3:15:00
On Wed, May 5, 2021 at 4:55 PM gschian0 @.***> wrote:
I'm still having an issue with the docker situation. I remember seeing a stream where you walked through setting up with Amazon cloud, do you have a link to a recording of that? This is the link to the site but I can't trace a recording. https://ix.sat.qc.ca/symposium-ix-expo.html
Thanks!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EnvelopSound/Earshot/issues/20#issuecomment-833122481, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJWC3X7DCE3DCT3CBWIEZLTMHLHVANCNFSM43YJF2WA .
-- "Buy the ticket, take the ride."
I'm still curious about getting this to run with docker locally to test... is there something specific I need to add to the .env.example file or any config that isn't apparent in the readme I might be missing? I'm new to this container thing so any insight would be appreciated, still getting the same error when i run docker compose... I've never seen the .env file fully filled out... can you provide a dummy example if I need to fill it out further?
Hi @gschian0 , I was able to get an M1 mac mini this week and I fixed an issue with the node image that was causing problems. I was successfully able to build and run the image on my M1 after this change. Can you pull from master and attempt again?
Hey Roddy, I've finally got the container to build and the stream is connecting from obs! but Im' stuck on the "Loading stream1... (it may take up to a minute for the stream to warm up...)" in webtools... and the dash manifest is 404 not found when I type that into the browser. Exciting to make it this far however. ... just to note the screen hangs up with the message over 5 minutes before I give up. on the side panel I'm getting this readout
Server Uptime | 8 minutes |
---|---|
Num Clients | 1 |
FFmpeg Flags | -window_size 100 -max_muxing_queue_size 1000 |
here is a part of the terminal readout from nginx-rtmp
HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:00 +0000] "GET /webtools/favicon.png HTTP/1.1" 200 2401 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:00 +0000] "GET /webtools/manifest.json HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:04 +0000] "GET /stat HTTP/1.1" 200 1355 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:05 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:05 [notice] 18#18: signal 17 (SIGCHLD) received from 117 nginx-rtmp_1 | 2021/05/13 16:08:05 [notice] 18#18: unknown process 117 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:05 [info] 18#18: *13 exec: child 117 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:05 [info] 18#18: *13 exec: terminating child 117, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:08 +0000] "GET /stat HTTP/1.1" 200 1364 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:10 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:10 [notice] 18#18: signal 17 (SIGCHLD) received from 119 nginx-rtmp_1 | 2021/05/13 16:08:10 [notice] 18#18: unknown process 119 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:10 [info] 18#18: *13 exec: child 119 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:10 [info] 18#18: *13 exec: terminating child 119, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:12 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:13 +0000] "GET /webtools/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:13 +0000] "GET /nginxInfo HTTP/1.1" 200 62 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:13 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:13 [error] 18#18: *18 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:13 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:13 +0000] "GET /webtools/favicon.png HTTP/1.1" 200 2401 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:15 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:16 [notice] 18#18: signal 17 (SIGCHLD) received from 121 nginx-rtmp_1 | 2021/05/13 16:08:16 [notice] 18#18: unknown process 121 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:16 [info] 18#18: *13 exec: child 121 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:16 [info] 18#18: *13 exec: terminating child 121, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:17 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:21 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:21 [notice] 18#18: signal 17 (SIGCHLD) received from 123 nginx-rtmp_1 | 2021/05/13 16:08:21 [notice] 18#18: unknown process 123 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:21 [info] 18#18: *13 exec: child 123 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:21 [info] 18#18: *13 exec: terminating child 123, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:22 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:26 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:26 [notice] 18#18: signal 17 (SIGCHLD) received from 125 nginx-rtmp_1 | 2021/05/13 16:08:26 [notice] 18#18: unknown process 125 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:26 [info] 18#18: *13 exec: child 125 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:26 [info] 18#18: *13 exec: terminating child 125, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:27 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:31 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:31 [notice] 18#18: signal 17 (SIGCHLD) received from 127 nginx-rtmp_1 | 2021/05/13 16:08:31 [notice] 18#18: unknown process 127 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:31 [info] 18#18: *13 exec: child 127 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:31 [info] 18#18: *13 exec: terminating child 127, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:32 +0000] "GET /stat HTTP/1.1" 200 1380 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:36 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:37 [notice] 18#18: signal 17 (SIGCHLD) received from 129 nginx-rtmp_1 | 2021/05/13 16:08:37 [notice] 18#18: unknown process 129 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:37 [info] 18#18: *13 exec: child 129 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:37 [info] 18#18: *13 exec: terminating child 129, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:37 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:42 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:42 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:42 [notice] 18#18: signal 17 (SIGCHLD) received from 131 nginx-rtmp_1 | 2021/05/13 16:08:42 [notice] 18#18: unknown process 131 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:42 [info] 18#18: *13 exec: child 131 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:42 [info] 18#18: *13 exec: terminating child 131, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:47 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:47 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:47 [notice] 18#18: signal 17 (SIGCHLD) received from 133 nginx-rtmp_1 | 2021/05/13 16:08:47 [notice] 18#18: unknown process 133 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:47 [info] 18#18: *13 exec: child 133 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:47 [info] 18#18: *13 exec: terminating child 133, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:51 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:52 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:53 [notice] 18#18: signal 17 (SIGCHLD) received from 135 nginx-rtmp_1 | 2021/05/13 16:08:53 [notice] 18#18: unknown process 135 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:53 [info] 18#18: *13 exec: child 135 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:53 [info] 18#18: *13 exec: terminating child 135, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:55 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:08:58 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:58 [notice] 18#18: signal 17 (SIGCHLD) received from 137 nginx-rtmp_1 | 2021/05/13 16:08:58 [notice] 18#18: unknown process 137 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:08:58 [info] 18#18: *13 exec: child 137 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:08:58 [info] 18#18: *13 exec: terminating child 137, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:08:59 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:03 [error] 18#18: *18 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:03 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:03 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:03 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:03 [notice] 18#18: signal 17 (SIGCHLD) received from 139 nginx-rtmp_1 | 2021/05/13 16:09:03 [notice] 18#18: unknown process 139 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:03 [info] 18#18: *13 exec: child 139 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:03 [info] 18#18: *13 exec: terminating child 139, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:07 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:08 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:09 [notice] 18#18: signal 17 (SIGCHLD) received from 141 nginx-rtmp_1 | 2021/05/13 16:09:09 [notice] 18#18: unknown process 141 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:09 [info] 18#18: *13 exec: child 141 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:09 [info] 18#18: *13 exec: terminating child 141, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:11 [error] 18#18: *18 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:11 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:11 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:12 [error] 18#18: *18 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:12 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:14 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:14 [notice] 18#18: signal 17 (SIGCHLD) received from 143 nginx-rtmp_1 | 2021/05/13 16:09:14 [notice] 18#18: unknown process 143 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:14 [info] 18#18: *13 exec: child 143 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:14 [info] 18#18: *13 exec: terminating child 143, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:16 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:19 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:19 [notice] 18#18: signal 17 (SIGCHLD) received from 145 nginx-rtmp_1 | 2021/05/13 16:09:19 [notice] 18#18: unknown process 145 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:19 [info] 18#18: *13 exec: child 145 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:19 [info] 18#18: *13 exec: terminating child 145, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:20 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:24 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:24 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:25 [notice] 18#18: signal 17 (SIGCHLD) received from 147 nginx-rtmp_1 | 2021/05/13 16:09:25 [notice] 18#18: unknown process 147 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:25 [info] 18#18: *13 exec: child 147 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:25 [info] 18#18: *13 exec: terminating child 147, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:28 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:30 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:30 [notice] 18#18: signal 17 (SIGCHLD) received from 149 nginx-rtmp_1 | 2021/05/13 16:09:30 [notice] 18#18: unknown process 149 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:30 [info] 18#18: *13 exec: child 149 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:30 [info] 18#18: *13 exec: terminating child 149, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:32 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:35 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:35 [notice] 18#18: signal 17 (SIGCHLD) received from 151 nginx-rtmp_1 | 2021/05/13 16:09:35 [notice] 18#18: unknown process 151 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:35 [info] 18#18: *13 exec: child 151 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:35 [info] 18#18: *13 exec: terminating child 151, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:36 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:40 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:40 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:41 [notice] 18#18: signal 17 (SIGCHLD) received from 153 nginx-rtmp_1 | 2021/05/13 16:09:41 [notice] 18#18: unknown process 153 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:41 [info] 18#18: *13 exec: child 153 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:41 [info] 18#18: *13 exec: terminating child 153, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:44 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:46 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:46 [notice] 18#18: signal 17 (SIGCHLD) received from 155 nginx-rtmp_1 | 2021/05/13 16:09:46 [notice] 18#18: unknown process 155 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:46 [info] 18#18: *13 exec: child 155 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:46 [info] 18#18: *13 exec: terminating child 155, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:48 +0000] "GET /stat HTTP/1.1" 200 1385 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:51 [info] 18#18: *13 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:51 [notice] 18#18: signal 17 (SIGCHLD) received from 157 nginx-rtmp_1 | 2021/05/13 16:09:51 [notice] 18#18: unknown process 157 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:09:51 [info] 18#18: *13 exec: child 157 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:51 [info] 18#18: *13 exec: terminating child 157, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:52 +0000] "GET /stat HTTP/1.1" 200 1386 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:09:52 [info] 18#18: *13 deleteStream, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:52 [info] 18#18: *13 disconnect, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:52 [info] 18#18: *13 deleteStream, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:09:53 [error] 18#18: *18 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:53 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:09:56 +0000] "GET /stat HTTP/1.1" 200 570 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:04 +0000] "GET /stat HTTP/1.1" 200 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 client connected '172.18.0.1' nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 connect: app='live' args='' flashver='FMLE/3.0 (compatible; FMSc/1.0)' swf_url='rtmp://127.0.0.1:1935/live' tc_url='rtmp://127.0.0.1:1935/live' page_url='' acodecs=0 vcodecs=0 object_encoding=0, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 createStream, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 publish: name='stream1' args='' type=live silent=0, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 notify: publish '127.0.0.1:80/auth', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 127.0.0.1 - - [13/May/2021:16:10:15 +0000] "GET /auth?app=live&flashver=FMLE/3.0%20(compatible%3B%20FMSc/1.0)&swfurl=rtmp://127.0.0.1:1935/live&tcurl=rtmp://127.0.0.1:1935/live&pageurl=&addr=172.18.0.1&clientid=20&call=publish&name=stream1&type=live HTTP/1.0" 201 0 "-" "-" nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:15 [notice] 18#18: signal 17 (SIGCHLD) received from 159 nginx-rtmp_1 | 2021/05/13 16:10:15 [notice] 18#18: unknown process 159 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 exec: child 159 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:15 [info] 18#18: *20 exec: terminating child 159, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/static/css/2.c4ba60a8.chunk.css HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/static/css/main.b9f9624a.chunk.css HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/static/js/2.f0cdf63e.chunk.js HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/static/js/main.1b7e74cf.chunk.js HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/logo.png HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/favicon.png HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /nginxInfo HTTP/1.1" 200 62 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /stat HTTP/1.1" 200 1357 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/static/media/roboto-latin-400-normal.479970ff.woff2 HTTP/1.1" 304 0 "http://localhost/webtools/static/css/2.c4ba60a8.chunk.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:18 [error] 18#18: *24 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/favicon.png HTTP/1.1" 200 2401 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:18 +0000] "GET /webtools/manifest.json HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:20 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:20 +0000] "GET /webtools/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:20 +0000] "GET /stat HTTP/1.1" 200 1356 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:20 +0000] "GET /nginxInfo HTTP/1.1" 200 62 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:20 [error] 18#18: *24 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:20 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:20 +0000] "GET /webtools/favicon.png HTTP/1.1" 200 2401 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:21 [notice] 18#18: signal 17 (SIGCHLD) received from 161 nginx-rtmp_1 | 2021/05/13 16:10:21 [notice] 18#18: unknown process 161 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:21 [info] 18#18: *20 exec: child 161 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:21 [info] 18#18: *20 exec: terminating child 161, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:23 +0000] "GET /webtools/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:23 +0000] "GET /stat HTTP/1.1" 200 1356 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:23 +0000] "GET /nginxInfo HTTP/1.1" 200 62 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:23 [error] 18#18: *25 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:23 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:23 +0000] "GET /webtools/favicon.png HTTP/1.1" 200 2401 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:26 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:26 [notice] 18#18: signal 17 (SIGCHLD) received from 163 nginx-rtmp_1 | 2021/05/13 16:10:26 [notice] 18#18: unknown process 163 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:26 [info] 18#18: *20 exec: child 163 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:26 [info] 18#18: *20 exec: terminating child 163, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:27 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:31 +0000] "GET /stat HTTP/1.1" 200 1385 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:31 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:31 [notice] 18#18: signal 17 (SIGCHLD) received from 165 nginx-rtmp_1 | 2021/05/13 16:10:31 [notice] 18#18: unknown process 165 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:31 [info] 18#18: *20 exec: child 165 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:31 [info] 18#18: *20 exec: terminating child 165, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:35 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:36 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:37 [notice] 18#18: signal 17 (SIGCHLD) received from 167 nginx-rtmp_1 | 2021/05/13 16:10:37 [notice] 18#18: unknown process 167 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:37 [info] 18#18: *20 exec: child 167 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:37 [info] 18#18: *20 exec: terminating child 167, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:39 +0000] "GET /stat HTTP/1.1" 200 1381 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:42 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:42 [notice] 18#18: signal 17 (SIGCHLD) received from 169 nginx-rtmp_1 | 2021/05/13 16:10:42 [notice] 18#18: unknown process 169 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:42 [info] 18#18: *20 exec: child 169 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:42 [info] 18#18: *20 exec: terminating child 169, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:43 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:47 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:47 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:47 [notice] 18#18: signal 17 (SIGCHLD) received from 171 nginx-rtmp_1 | 2021/05/13 16:10:47 [notice] 18#18: unknown process 171 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:47 [info] 18#18: *20 exec: child 171 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:47 [info] 18#18: *20 exec: terminating child 171, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:51 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:52 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:53 [notice] 18#18: signal 17 (SIGCHLD) received from 173 nginx-rtmp_1 | 2021/05/13 16:10:53 [notice] 18#18: unknown process 173 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:53 [info] 18#18: *20 exec: child 173 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:53 [info] 18#18: *20 exec: terminating child 173, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:55 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:10:58 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:58 [notice] 18#18: signal 17 (SIGCHLD) received from 175 nginx-rtmp_1 | 2021/05/13 16:10:58 [notice] 18#18: unknown process 175 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:10:58 [info] 18#18: *20 exec: child 175 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:10:58 [info] 18#18: *20 exec: terminating child 175, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:10:59 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:03 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:03 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:03 [notice] 18#18: signal 17 (SIGCHLD) received from 177 nginx-rtmp_1 | 2021/05/13 16:11:03 [notice] 18#18: unknown process 177 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:03 [info] 18#18: *20 exec: child 177 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:03 [info] 18#18: *20 exec: terminating child 177, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:07 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:08 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:09 [notice] 18#18: signal 17 (SIGCHLD) received from 179 nginx-rtmp_1 | 2021/05/13 16:11:09 [notice] 18#18: unknown process 179 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:09 [info] 18#18: *20 exec: child 179 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:09 [info] 18#18: *20 exec: terminating child 179, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:11 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:13 [error] 18#18: *25 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:13 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:14 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:14 [notice] 18#18: signal 17 (SIGCHLD) received from 181 nginx-rtmp_1 | 2021/05/13 16:11:14 [notice] 18#18: unknown process 181 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:14 [info] 18#18: *20 exec: child 181 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:14 [info] 18#18: *20 exec: terminating child 181, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:15 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:19 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:19 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:19 [notice] 18#18: signal 17 (SIGCHLD) received from 183 nginx-rtmp_1 | 2021/05/13 16:11:19 [notice] 18#18: unknown process 183 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:19 [info] 18#18: *20 exec: child 183 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:19 [info] 18#18: *20 exec: terminating child 183, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:23 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:24 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:25 [notice] 18#18: signal 17 (SIGCHLD) received from 185 nginx-rtmp_1 | 2021/05/13 16:11:25 [notice] 18#18: unknown process 185 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:25 [info] 18#18: *20 exec: child 185 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:25 [info] 18#18: *20 exec: terminating child 185, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:27 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:30 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:30 [notice] 18#18: signal 17 (SIGCHLD) received from 187 nginx-rtmp_1 | 2021/05/13 16:11:30 [notice] 18#18: unknown process 187 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:30 [info] 18#18: *20 exec: child 187 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:30 [info] 18#18: *20 exec: terminating child 187, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:31 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:35 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:35 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:35 [notice] 18#18: signal 17 (SIGCHLD) received from 189 nginx-rtmp_1 | 2021/05/13 16:11:35 [notice] 18#18: unknown process 189 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:35 [info] 18#18: *20 exec: child 189 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:35 [info] 18#18: *20 exec: terminating child 189, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:39 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:40 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:41 [notice] 18#18: signal 17 (SIGCHLD) received from 191 nginx-rtmp_1 | 2021/05/13 16:11:41 [notice] 18#18: unknown process 191 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:41 [info] 18#18: *20 exec: child 191 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:41 [info] 18#18: *20 exec: terminating child 191, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:43 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:46 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:46 [notice] 18#18: signal 17 (SIGCHLD) received from 193 nginx-rtmp_1 | 2021/05/13 16:11:46 [notice] 18#18: unknown process 193 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:46 [info] 18#18: *20 exec: child 193 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:46 [info] 18#18: *20 exec: terminating child 193, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:47 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:51 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:51 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:51 [notice] 18#18: signal 17 (SIGCHLD) received from 195 nginx-rtmp_1 | 2021/05/13 16:11:51 [notice] 18#18: unknown process 195 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:51 [info] 18#18: *20 exec: child 195 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:51 [info] 18#18: *20 exec: terminating child 195, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:55 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:11:56 [info] 18#18: *20 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:56 [notice] 18#18: signal 17 (SIGCHLD) received from 197 nginx-rtmp_1 | 2021/05/13 16:11:56 [notice] 18#18: unknown process 197 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:11:56 [info] 18#18: *20 exec: child 197 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:11:56 [info] 18#18: *20 exec: terminating child 197, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:11:59 +0000] "GET /stat HTTP/1.1" 200 1386 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:12:00 [info] 18#18: *20 deleteStream, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:12:00 [info] 18#18: *20 disconnect, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:12:00 [info] 18#18: *20 deleteStream, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:12:03 [error] 18#18: *25 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:12:03 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:12:03 +0000] "GET /stat HTTP/1.1" 200 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:12:11 +0000] "GET /stat HTTP/1.1" 200 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:12:27 +0000] "GET /stat HTTP/1.1" 200 564 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:12:53 [error] 18#18: *25 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:12:53 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:12:59 +0000] "GET /stat HTTP/1.1" 200 564 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:14:03 +0000] "GET /stat HTTP/1.1" 200 564 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:15:07 +0000] "GET /stat HTTP/1.1" 200 564 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 client connected '172.18.0.1' nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 connect: app='live' args='' flashver='FMLE/3.0 (compatible; FMSc/1.0)' swf_url='rtmp://127.0.0.1:1935/live' tc_url='rtmp://127.0.0.1:1935/live' page_url='' acodecs=0 vcodecs=0 object_encoding=0, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 createStream, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 publish: name='stream1' args='' type=live silent=0, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 notify: publish '127.0.0.1:80/auth', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 127.0.0.1 - - [13/May/2021:16:16:02 +0000] "GET /auth?app=live&flashver=FMLE/3.0%20(compatible%3B%20FMSc/1.0)&swfurl=rtmp://127.0.0.1:1935/live&tcurl=rtmp://127.0.0.1:1935/live&pageurl=&addr=172.18.0.1&clientid=28&call=publish&name=stream1&type=live HTTP/1.0" 201 0 "-" "-" nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:02 [notice] 18#18: signal 17 (SIGCHLD) received from 199 nginx-rtmp_1 | 2021/05/13 16:16:02 [notice] 18#18: unknown process 199 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 exec: child 199 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:02 [info] 18#18: *28 exec: terminating child 199, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:04 [error] 18#18: *25 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:04 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:07 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:07 [notice] 18#18: signal 17 (SIGCHLD) received from 201 nginx-rtmp_1 | 2021/05/13 16:16:07 [notice] 18#18: unknown process 201 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:07 [info] 18#18: *28 exec: child 201 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:07 [info] 18#18: *28 exec: terminating child 201, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:11 +0000] "GET /stat HTTP/1.1" 200 1357 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:12 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:13 [notice] 18#18: signal 17 (SIGCHLD) received from 203 nginx-rtmp_1 | 2021/05/13 16:16:13 [notice] 18#18: unknown process 203 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:13 [info] 18#18: *28 exec: child 203 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:13 [info] 18#18: *28 exec: terminating child 203, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:16 +0000] "GET /stat HTTP/1.1" 200 1385 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:18 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:18 [notice] 18#18: signal 17 (SIGCHLD) received from 205 nginx-rtmp_1 | 2021/05/13 16:16:18 [notice] 18#18: unknown process 205 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:18 [info] 18#18: *28 exec: child 205 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:18 [info] 18#18: *28 exec: terminating child 205, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:21 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:23 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:23 [notice] 18#18: signal 17 (SIGCHLD) received from 207 nginx-rtmp_1 | 2021/05/13 16:16:23 [notice] 18#18: unknown process 207 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:23 [info] 18#18: *28 exec: child 207 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:23 [info] 18#18: *28 exec: terminating child 207, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:26 +0000] "GET /stat HTTP/1.1" 200 1385 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:28 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:29 [notice] 18#18: signal 17 (SIGCHLD) received from 209 nginx-rtmp_1 | 2021/05/13 16:16:29 [notice] 18#18: unknown process 209 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:29 [info] 18#18: *28 exec: child 209 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:29 [info] 18#18: *28 exec: terminating child 209, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:31 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:34 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:34 [notice] 18#18: signal 17 (SIGCHLD) received from 211 nginx-rtmp_1 | 2021/05/13 16:16:34 [notice] 18#18: unknown process 211 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:34 [info] 18#18: *28 exec: child 211 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:34 [info] 18#18: *28 exec: terminating child 211, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:36 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:39 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:39 [notice] 18#18: signal 17 (SIGCHLD) received from 213 nginx-rtmp_1 | 2021/05/13 16:16:39 [notice] 18#18: unknown process 213 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:39 [info] 18#18: *28 exec: child 213 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:39 [info] 18#18: *28 exec: terminating child 213, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:41 +0000] "GET /stat HTTP/1.1" 200 1384 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:44 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:44 [notice] 18#18: signal 17 (SIGCHLD) received from 215 nginx-rtmp_1 | 2021/05/13 16:16:44 [notice] 18#18: unknown process 215 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:44 [info] 18#18: *28 exec: child 215 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:44 [info] 18#18: *28 exec: terminating child 215, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:46 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:47 +0000] "GET /webtools/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/static/css/2.c4ba60a8.chunk.css HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/static/js/2.f0cdf63e.chunk.js HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/static/css/main.b9f9624a.chunk.css HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/static/js/main.1b7e74cf.chunk.js HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/logo.png HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /stat HTTP/1.1" 200 1382 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /nginxInfo HTTP/1.1" 200 62 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/favicon.png HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/static/media/roboto-latin-400-normal.479970ff.woff2 HTTP/1.1" 304 0 "http://localhost/webtools/static/css/2.c4ba60a8.chunk.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:48 [error] 18#18: *32 open() "/opt/data/dash/stream1.mpd" failed (2: No such file or directory), client: 172.18.0.1, server: , request: "GET /dash/stream1.mpd HTTP/1.1", host: "localhost", referrer: "http://localhost/webtools/" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /dash/stream1.mpd HTTP/1.1" 404 571 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:48 +0000] "GET /webtools/manifest.json HTTP/1.1" 304 0 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 2021/05/13 16:16:49 [info] 18#18: *28 exec: starting managed child 'ffmpeg', client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:50 [notice] 18#18: signal 17 (SIGCHLD) received from 217 nginx-rtmp_1 | 2021/05/13 16:16:50 [notice] 18#18: unknown process 217 exited with code 255 nginx-rtmp_1 | 2021/05/13 16:16:50 [info] 18#18: *28 exec: child 217 exited; ignoring, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 2021/05/13 16:16:50 [info] 18#18: *28 exec: terminating child 217, client: 172.18.0.1, server: 0.0.0.0:1935 nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:51 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1 | 172.18.0.1 - - [13/May/2021:16:16:52 +0000] "GET /stat HTTP/1.1" 200 1383 "http://localhost/webtools/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" nginx-rtmp_1
OK, I think the issue is that you did not inflate ffmpeg with git lfs, but I just pushed an update that will build ffmpeg from source which is best practice anyway. Can you try pulling from master again and rebuilding the image?
hey, going to test this now. I did enable git lfs for the repository... so I'm not sure about that being the issue. is there another step to inflate?
I'm up! the only issue i'm running into now that is holding me back from testing the audio is this when I open webtools.. od the dreaded Video.js:12 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu 408 @ Video.js:12
yeah, known issue unfortunately. try using Edge
On Thu, May 13, 2021 at 12:00 PM gschian0 @.***> wrote:
I'm up! the only issue i'm running into now that is holding me back from testing the audio is this when I open webtools.. od the dreaded Video.js:12 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu 408 @ Video.js:12
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/EnvelopSound/Earshot/issues/20#issuecomment-840766332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJWC3QRKMPAPETQYTIPZK3TNQOWNANCNFSM43YJF2WA .
-- "Buy the ticket, take the ride."
I usually just set this up for debugging to get started when I'm playing with webaudio stuff... I'm just not sure where to add it in so on any click it just restarts the context. window.addEventListener('click', () => audioContext.resume()) ... obviously some conditional to only trigger it once
got it working with edge... now to figure out decoding it into a three.js scene and mapping playback to a 360 camera. Thanks for following up with this, will keep in touch!
Can you recommend any good references that will help me get started with this task? I'm excited to put all this stuff together and start streaming!
feel free to put up a Pull Request to fix the audiocontext issue :)
You can definitely take a look at HOAST: https://github.com/thomasdeppisch/hoast360
I'm not very versed with docker or nginx but would love to try running this locally to do some tests! macbook pro 13' 2020 m1 with current OS... here is what the terminal says... any help would be appreciated!
gennaroschiano@Gennaros-MacBook-Pro Earshot % docker-compose up --build nginx-rtmp Docker Compose is now in the Docker CLI, try
docker compose up`Building nginx-rtmp [+] Building 1.4s (6/6) FINISHED
=> [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 37B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => ERROR [internal] load metadata for docker.io/library/node:12. 1.3s => CANCELED [internal] load metadata for docker.io/library/alpin 1.3s => [auth] library/alpine:pull token for registry-1.docker.io 0.0s => [auth] library/node:pull token for registry-1.docker.io 0.0s