srs-stack
srs-stack copied to clipboard
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.
Bumps [webpack](https://github.com/webpack/webpack) from 5.66.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
The current console seems to only allow setting to convert to another bitrate. Is it possible to convert to multiple bitrates? `TRANS_BY_GPT4`
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Added judgment on Debian. Ubuntu is based on Debian.
support api for `/terraform/v1/mgmt/streams/query` with params
You can directly call SRS HTTP API, via SRS Stack: ```bash curl -v -X DELETE https://test.com/api/v1/clients/id ``` However, it can only operate based on ID. Meanwhile, SRS Stack enables operation...
Hey, It is possible to completely setup Oryx using only env vars (or files)? I have a requirement to not setup any configuration using interface due to not being able...
When using Oryx v5.14.25 proxied through Cloudflare with HTTP3/QUIC enabled, playback restarts approximately every 20 seconds with an **ERR_QUIC_PROTOCOL_ERROR**. This issue does not occur in earlier versions, such as SRS...
## Purpose Make a single docker image that let Oryx backend by srs origin cluster. @see https://ossrs.net/lts/en-us/docs/v7/doc/origin-cluster ## How to make a docker image? `docker build -t [your repo]/oryx:[tag] -f...