Alessandro Ros
Alessandro Ros
Please read here https://github.com/aler9/rtsp-simple-server/issues/1066#issuecomment-1206204490
Hello, this is camera-specific, you have to provide either a working RTSP URL or a video sample.
as i already said, you have to provide either a working RTSP URL or a video sample (for instance, by recording your stream with ffmpeg and the -c copy option,...
The file you provided makes the muxer close with error `muxer error: unsupported`, not with error `muxer error: DTS is not monotonically increasing` - are you sure that the sample...
This can't be done since authentication must be performed just after the RTMP `connect` command. At this stage, the server doesn't know neither the URL nor the action (reading, publishing)...
Hello, the server is already built on a [Golang RTSP library](https://github.com/aler9/gortsplib) that allows to build servers, are you sure you need to embed rtsp-simple-server instead of the library?
Hello, are you sure that this happens with the latest version too? Furthermore, since some versions there's a memory leak that has been [recently fixed](ef255af0933d54b9ffeb65e94d69e25deee925ba) - this may be the...
Please try again with v0.17.15 since there's https://github.com/aler9/gortsplib/commit/9603037fb337be21cf5349c77edc652ac2c3957d
This issue is being closed because it does not follow the issue template. Please reopen the issue and make sure to include all sections of the template.
Hello, unfortunately we don't have the manpower to support older versions. Anyway, newer versions support [Low-latency HLS](https://github.com/aler9/rtsp-simple-server#low-latency-variant). If you're interested in low latency, HLS and constrained hardware i strongly suggest...