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
12.52k stars 1.55k forks source link

Allowing record to certain paths doesn't work well. #2423

Closed RaceDriverMIKU closed 1 year ago

RaceDriverMIKU commented 1 year ago

Which version are you using?

v1.1.1

Which operating system are you using?

Describe the issue

Set to allow recording streams to disk, and doing like below doesn't let me record well. it barely allow me recording streams. it only does record sometimes. Software I tested was OBS, Larix Broadcaster. Path: ~^prefix: record: yes

all: record: no image image

Describe how to replicate the issue

  1. enable global record.(line 245)
  2. disable record of path "all"
  3. make any paths, and allow it record streams.(my case, ~^record)

Did you attach the server logs?

no

Did you attach a network dump?

no

aler9 commented 1 year ago

Hello, from the logs you posted, this has nothing to do with recording, it's the SRT connection that gets closed every few seconds by the publisher, which is surely not one of the two you wrote, since Larix doesn't support SRT, while OBS with SRT works without any problem. If you still have problems, reopen the issue and provide detailed instructions on how to replicate.

github-actions[bot] commented 6 months 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.