Robert904 / mumblerecbot

Mumble audio recorder, based on pymumble module
GNU General Public License v3.0
23 stars 10 forks source link

Introduces delay (5s) #2

Closed DavidVentura closed 10 years ago

DavidVentura commented 10 years ago

Is there any relatively easy way to reduce the delay introduced by this? I've been testing it with ffmpeg ->RTMP and it's exactly what I need, the delay is not a big deal but I'd rather fix it (or lower it as much as possible) than delay the video to match.

When I was using: mumble (client) ->server->client2->ffmpeg to rtmp server I had about 1-2 seconds delay between rtmp and mumble which is acceptable.

Now I have the mumble server with the recorder bot streaming to the rtmp server ("localhost") and the delay is between 5 and 7 seconds. The audio buffer setting is default, which is 0.1 (I assume, seconds)

It's working wonderfully otherwise, thanks

DavidVentura commented 10 years ago

it was a bug with the rtmp server. restarted it and now the delay is way below 1 second