Questions tagged [simple-realtime-server]
25 questions
0
votes
0 answers
How to build video conference web app based on SRS ( Simple Realtime Server - https://github.com/ossrs/srs ) - WebRTC
I've already built Live Video Streaming web app using SRS ( Simple Realtime Server https://github.com/ossrs/srs ) - RTMP protocol and FFMpeg Socket Server Module( https://github.com/chenxiaoqino/getusermedia-to-rtmp ).
And now I need to add video…

persec10000
- 820
- 2
- 10
- 17
0
votes
1 answer
SRS server, DVR doesn’t work correctly with WebRTC
I'm testing SRS on my server. I have a problem when using DVR to save WebRTC to an mp4 file. The mp4 file only has some seconds, not full time (sometimes it only has 1 second). Do you have any suggestions for my case?

anhhtbk
- 89
- 2
- 12
0
votes
1 answer
Unity-SRS player does not work after publishing
I publish in unity and play it on the web. If the player starts before the publisher, the video and audio can be obtained, but the video disappears after refreshing the page. If the publisher starts before the player, the receiver only has audio and…

cnsj
- 1
0
votes
1 answer
How to enable multi threading on SRS
How to enable multi threading on SRS
it's defaultly using only 2 threads which is not enough
I started SRS, it's defaultly using only 2 threads
0
votes
1 answer
trying to modify SRS: where is the directory ./objs?
I am running SRS from a Docker container. On Manjaro I can issue a docker command in terminal, and stream video from OBS to the SRS instance I just launched. I can then view live video in a web page, from that server.
BUT!
The configuration is a…

Eric Steinberg
- 11
- 1
0
votes
1 answer
What would be the correct way to use Exec or Transcode ffmpeg in SRS version of Windows 5.0.128
i was doing tests in different ways, and i can't use the Exec or Transcode option, i highlight that I have copied the ffmpeg.exe in the objs folder.
These are the codes I tried, and I attach the log errors.
exec {
enabled on;
publish…

diegosn79
- 86
- 4
0
votes
1 answer
SRS configure error in Mac pro m1 (arm64 cpu)- ld: symbol(s) not found for architecture i386
Operation on 'Mac M1 pro' which cpu is arm64 architecture.
on srs branch: 4.0release
do
cd trunk
./configure --osx
Get error as below:
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to…
0
votes
1 answer
In SRS Is it possible to Transcode with an FFMPEG -encoder that is not libx264?
Is it possible to Transcode with an FFMPEG -encoder that is not libx264? I have a few scenarios where I want to use NVEC hardware accelerated encoding . Also transcoding streams to AV1 is desirable too for the network resiliency and lower bandwidth.…

Walker Keene
- 11
0
votes
1 answer
DVR RTMP Stream into HLS (m3u8) in SRS
For SRS SaaS, DRV output are HLS (m3u8), mentioned at here https://github.com/ossrs/srs/issues/2856 and here: https://mp.weixin.qq.com/s/UXR5EBKZ-LnthwKN_rlIjg.
Same idea also discussed recently…

gforce07
- 83
- 1
- 5
0
votes
1 answer
how to config rtmp://example.com when using SRS livestream
I use Nginx as proxy & SRS as Livestream server, here is my Nginx config for server block:
`server {
listen 80;
listen 443 ssl http2;
server_name example.com;
ssl_certificate /usr/local/srs/conf/server.crt;
…

thanh1979
- 1
- 1