srs
srs copied to clipboard
SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.
**Version:** ossrs/srs:5 Docker image I run SRS locally via docker-compose for testing but the my `http_hooks` seems not to work. `http_hooks` callbacks to my local server listening port `3000`. However,...
When the DVR creates a segment, it always attempts to connect to /ws/v1/update, but it is unclear what the purpose is. Attempts to receive only result in the connection closing...
**Describe the bug** There are more different ways how I can start a stream. If I am using ffmpeg or DJI mini 3 pro via rtmp everything works on every...
**Describe the bug** A main screen and four side screens are developed using Electron. The main screen has a screen sharing toggle. When activated, it opens a WebSocket connection to...
The user has downloaded version 5.0-r2 of the SRS (Simple Real-time Server) source code and compiled it locally. They have successfully connected to a national standard camera, and both the...
**Describe the bug** I are using SRS to record RTMP stream from camera, but the file can't play with IOS/MAC OS, Window. I found that, the issue can fix by...
The error message reads as follows: Access to XMLHttpRequest at 'http://10.244.3.204:1985/rtc/v1/whep/?app=live&stream=livestream' from origin 'http://direct.virtaicloud.com:20410/' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No...
## Describe ## http_remux feature support config `has_audio`, `has_video` & `guess_has_av` prop. https://github.com/ossrs/srs/blob/282d94d7bbfa127868caab401bb7616e26d4c54d/trunk/src/app/srs_app_http_stream.cpp#L630-L632 Take `http_flv` as example, `srs` can accept both RTMP streams with only audio, only video or both...
We have developed a live streaming mobile application using Flutter, which employs RTMP for broadcasting and WebRTC for viewing, based on the logic found in your flutter_live repository (https://github.com/ossrs/flutter_live/blob/main/lib/flutter_live.dart). The...
try to fix #4052.