alfg / alfg/docker-nginx-rtmp

Container v1.6.0 built from source not working

オープン
#161 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
XSLT
スター
1.1k
フォーク
407
PR マージ指標
30日以内にマージされた PR はありません

説明

While the pulled image works great
```
docker pull alfg/nginx-rtmp
docker run -it -p 1935:1935 -p 8080:80 --rm alfg/nginx-rtmp
```
the image built from the source (v1.6.0) does not:
```
docker build -t nginx-rtmp .
docker run -it -p 1935:1935 -p 8080:80 --rm nginx-rtmp

```
When I try to stream from OBS I got this logged:
```
2023/09/05 17:59:12 [info] 11#11: *1 exec: starting managed child 'ffmpeg', client: 192.168.1.23, server: [0.0.0.0:1935](http://0.0.0.0:1935/)
2023/09/05 17:59:12 [notice] 11#11: signal 17 (SIGCHLD) received from 13
2023/09/05 17:59:12 [alert] 11#11: unknown process 13 exited on signal 11
2023/09/05 17:59:13 [info] 11#11: *1 exec: child 13 exited; ignoring, client: 192.168.1.23, server: [0.0.0.0:1935](http://0.0.0.0:1935/)
2023/09/05 17:59:13 [info] 11#11: *1 exec: terminating child 13, client: 192.168.1.23, server: [0.0.0.0:1935](http://0.0.0.0:1935/)
```
Any help is appreciated.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。