python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pushing RTMP Stream to multiple dynamic destination
I have a application that works like a RTMP proxy server.
rtmp {
server{
listen 1935;
chunk_size 4096;
application live {
live on;
record ...
Mohammad Zarifiyan
Votes: 0
Answers: 1
How can i send multiple camera to one server
How can i send all webcams to collect from one server.
For example:
there is pc_1, pc2, ..., pc_n they are sending camera view to some ubuntu server where i can connect with
ssh name@ip_adress
and all...

Safa Kefeli
Votes: 0
Answers: 1
Can Simple Realtime Server output a VOD of the user's video?
I'm currently learning how to use SRS and I believe it will mostly fit my needs. However, I need to be able to create a VOD (video on demand) of the user's live video. How would I accomplish this?
T...
AJ Keresztes
Votes: 0
Answers: 1
How to play RTMP stream in html once it's available?
We have an RTMP stream from AWS IVS.
We are playing the RTMP stream in an HTML page using the following code from here :
if (IVSPlayer.isPlayerSupported) {
const player = IVSPlayer.create();
p...

Thomas Carlton
Votes: 0
Answers: 1