ossrs / oryx

Oryx(SRS Stack) is an all-in-one, out-of-the-box, and open-source video solution for creating online video services, including live streaming and WebRTC, on the cloud or through self-hosting.
https://ossrs.io/oryx
MIT License
448 stars 97 forks source link

I have encountered two minor issues while using the Docker version: #145

Closed wuxianlijiang closed 8 months ago

wuxianlijiang commented 8 months ago

The live streaming transcoding function is excellent, thank you to the developers. I have encountered two minor issues while using the Docker version:

  1. It only supports one-way transcoding.
  2. If two or more live streams are pushed to the server simultaneously after transcoding is enabled, the Docker displays red error messages.
winlinvip commented 8 months ago

You can run multiple Docker instances to support multi-path transcoding. Refer to this link for more information.

TRANS_BY_GPT4