Alessandro Ros
Alessandro Ros
I looked at both the samples and the server logs. Everything seems to be in order in terms of handshake and track setup. Anyway, the issue is probably in the...
> For step 3 you want me to have ffmpeg running / reading from simple server correct? No, just start the sever and don't launch ffmpeg. In this way we...
I put the pcap in a camera simulator, then i started the server in proxy mode. The server was able to connect to the simulated camera. Then i connected a...
Hello, in my opinion the issue lies in the interaction between ffmpeg and v4l2; anyway, try adding the `runOnInitRestart` to restart the publisher in case of errors: ```yml paths: cam:...
Probably `rtsp-simple-server` is not able to correctly detect when `ffmpeg` is done, and therefore it doesn't restart it. That's the reason why it works with the external service.
The problem here is that no one seems to be able to clearly describe or replicate the issue...
Raspberry Pi camera is supported natively since v0.20.0. I chose to support the newer OS (bullseye), both 32-bit and 64-bit. Older releases can use `rpicamerasrc` as usual. Please take a...
@Kiennh could you prove a HE-AAC sample file? thanks
HE-AAC is now supported since v0.20.0
Thanks for reporting this issue, turned out that the server wasn't able to parse the SDP of the stream since it wasn't able to correctly decode H264 NALUs generated by...