Alessandro Ros
Alessandro Ros
Hello, you can already perform this with ffmpeg: ``` ffmpeg -i rtsp://original-source -vf tpad=start_duration=5 -f rtsp rtsp://new-delayed-source ```
You can merge [this](https://github.com/aler9/gortsplib/blob/main/examples/client-read/main.go) and [this](https://github.com/aler9/gortsplib/blob/main/examples/client-publish-h264/main.go), adding a `time.Sleep(5 * time.Second)` in between and you can do the job without re-encoding.
Hello, the problem here is that the camera sends a metadata packet that doesn't contain the video codec ID, therefore the server doesn't detect its video track. What is the...
This is linked to #386 - the RTMP metadata parser must be improved to support these non-standard clients.
I developed a patch to fix this issue; please try this nightly release and let me know if it works: [link removed]
Hello, data from your network dump was copy-pasted into [unit tests](https://github.com/aler9/rtsp-simple-server/blob/ae7b1c2ea6d36cf723c657a70c3c310ff5e646ca/internal/rtmp/conn_test.go#L597), therefore something must have changed. Please provided another network dump.
Thanks for the pcap, i've developed another fix but this time i'm not merging it into the main branch until we're sure that it works. Please try the attached release...
Hi, EOF means that the camera closed the connection. Are you sure that the camera is publishing something? It switched from sending this metadata (no_audio.log): ``` flvio.AMFMap{ { K: "width",...
Hello, the RTMP metadata parsing mechanism was updated once again to support DJI drones - please try this nightly release, it may solve this issue too: https://github.com/aler9/rtsp-simple-server/issues/928#issuecomment-1150288247
please try again with this new release: [rtsp-simple-server_v0.19.1-18-gf41e595_darwin_amd64.tar.gz](https://github.com/aler9/rtsp-simple-server/files/8966749/rtsp-simple-server_v0.19.1-18-gf41e595_darwin_amd64.tar.gz) [rtsp-simple-server_v0.19.1-18-gf41e595_linux_amd64.tar.gz](https://github.com/aler9/rtsp-simple-server/files/8966752/rtsp-simple-server_v0.19.1-18-gf41e595_linux_amd64.tar.gz) [rtsp-simple-server_v0.19.1-18-gf41e595_linux_arm64v8.tar.gz](https://github.com/aler9/rtsp-simple-server/files/8966753/rtsp-simple-server_v0.19.1-18-gf41e595_linux_arm64v8.tar.gz) [rtsp-simple-server_v0.19.1-18-gf41e595_linux_armv6.tar.gz](https://github.com/aler9/rtsp-simple-server/files/8966754/rtsp-simple-server_v0.19.1-18-gf41e595_linux_armv6.tar.gz) [rtsp-simple-server_v0.19.1-18-gf41e595_linux_armv7.tar.gz](https://github.com/aler9/rtsp-simple-server/files/8966755/rtsp-simple-server_v0.19.1-18-gf41e595_linux_armv7.tar.gz) [rtsp-simple-server_v0.19.1-18-gf41e595_windows_amd64.zip](https://github.com/aler9/rtsp-simple-server/files/8966756/rtsp-simple-server_v0.19.1-18-gf41e595_windows_amd64.zip)