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

[Broken pipe] when Remuxing, re-encoding, compression #1617

Closed iesv closed 1 year ago

iesv commented 1 year ago

Which version are you using?

v0.21.6

Which operating system are you using?

WIN10 21H2 X64

Describe the issue

runOnReady: ffmpeg -i rtsp://localhost:$RTSP_PORT/$RTSP_PATH -c:v libx264 -preset ultrafast -b:v 1200k -acodec libopus -f rtsp rtsp://localhost:$RTSP_PORT/ccc runOnReadyRestart: yes

av_interleaved_write_frame(): Broken pipe Error writing trailer of rtsp://localhost:8554/ccc: Broken pipe

Describe how to replicate the issue

  1. start the server
  2. publish with OBS 27.1.3
  3. read with Chrome http://127.0.0.1:8888/ccc
  4. read with Chrome http://127.0.0.1:8889/ccc

Did you attach the server logs?

no

Did you attach a network dump?

no

github-actions[bot] commented 1 year 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.