The Wayback Machine - https://web.archive.org/web/20220503153406/https://github.com/topics/server-side
Skip to content
#

server-side

Here are 685 public repositories matching this topic...

srs
winlinvip
winlinvip commented Apr 24, 2022

To publish rtmp://ip/live/livestream?k=v to SRS, the correct way to use OBS:

  • Server: rtmp://ip/live
  • StreamKey: livestream?k=v

However, sometimes the StreamKey has maken lots of people confused, they will literally use as bellow, easpecially for fresh man:

  • Server: rtmp://ip/live/livestream?k=v
  • StreamKey: Empty

And it's easy to understand.

Solution

So, SRS mi

Enhancement Feature good first issue
EstebanBorai
EstebanBorai commented Jun 4, 2021

Description

Implement capability to upload files, using HTTP POST requests.
A POST along with a file attached to the request body should create such file in the provided path.

Why is this useful?

Improve HTTP Server capabilities by enabling the user to create new files in the specific

How should this work?

curl -i -X POST host:port/:root-dir-relative-path \
feature good first issue

Improve this page

Add a description, image, and links to the server-side topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the server-side topic, visit your repo's landing page and select "manage topics."

Learn more