layeh / gumble

gumble is a Mumble client implementation in Go (golang)
https://pkg.go.dev/mod/layeh.com/gumble
Mozilla Public License 2.0
173 stars 53 forks source link

How to get gumbleffmpeg stream duration/length? #58

Open LDinos opened 3 years ago

LDinos commented 3 years ago

Hello! Forgive me if this question is very simple to answer, since I am very new to go lang, but I can't seem to find how to get the stream's duration. I can easily obtain how much time has passed with Elapsed(), but I can't seem to find a method for how long the stream is (in time).