bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
11.91k stars 1.5k forks source link

Server Crt Can't be found #3127

Closed darbdarb closed 6 months ago

darbdarb commented 6 months ago

Which version are you using?

v1.5.1

Which operating system are you using?

cant find server.crt

Description

Run this command

docker run --rm -it -v /root/mediamtx.yml:/mediamtx.yml -v /root:/root -e MTX_PROTOCOLS=tcp -p 8554:8554 -p 1935:1935 -p 8888:8888 -p 8889:8889 -p 8890:8890/udp bluenviron/mediamtx

MediaMTX v1.5.1 2024/03/10 05:43:54 INF configuration loaded from /mediamtx.yml 2024/03/10 05:43:54 INF [RTSP] listener opened on :8554 (TCP) 2024/03/10 05:43:54 INF [RTMP] listener opened on :1935 2024/03/10 05:43:54 INF [HLS] listener opened on :8888 2024/03/10 05:43:54 ERR open server.crt: no such file or directory 2024/03/10 05:43:54 INF [HLS] listener is closing 2024/03/10 05:43:54 INF [RTMP] listener is closing 2024/03/10 05:43:54 INF [RTSP] listener is closing 2024/03/10 05:43:54 INF waiting for running hooks

cant find server.crt, my server crt is in root

  1. start the server
  2. publish with ...
  3. read with ...

Did you attach the server logs?

no

Did you attach a network dump?

no

github-actions[bot] commented 6 months ago

This issue is being automatically closed because it does not follow the issue template. Please reopen the issue and make sure to include all sections of the template.

github-actions[bot] commented 3 weeks ago

This issue is being locked automatically because it has been closed for more than 6 months. Please open a new issue in case you encounter a similar problem.