kclyu / rpi-webrtc-streamer

This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Other
626 stars 108 forks source link

Stream delay builds up over time #129

Open ArosPrince opened 3 years ago

ArosPrince commented 3 years ago

Hi, the longer the streamer is running the bigger the delay gets. Is it just me or does anyone have the same issue?

I've been messing around with the framerate. Can this be somehow related?

Also both the deb package version and the one I build from the latest commit have the same problem.

Regards Jan

benlor commented 1 year ago

I have the same issue, did you manage to find a solution?