Yiran Duan

Results 10 comments of Yiran Duan

I think the 'watched' state can only be determined automatically reasonablely, when this problem is solved: #1186, for example through #1206, which is planned to be covered in the development...

Moin Zeynep, in order for this issue to be more accurately understood, I've edited the title and deleted the content of the first comment (which was just a bug report...

#1340 makes sure that a private live/scheduled stream is not listed on home page and course page. And the status "Private" is also applicable to live/scheduled stream, with the current...

> I think the build error is only locally on your system because some files aren't updated, because VideoJsPlayer isn't used in any file anymore. That's possible, I will do...

In simple terms, this situation occurred because the volume of the video was too low. In [the code](https://github.com/TUM-Dev/gocast/blob/bad8f2c194b05d039111f0c45de53b2da460eff9/worker/worker/silence.go#L26C36-L26C36) below, segments with a volume less than -15dB for more than 30...

I randomly selected four replay videos, including the one mentioned in the issue, and analyzed their volumes. The graph below shows the volume changes over time, where the red dotted...

> Do you think we can find a sensible value that doesn't consider background noise in some lectures as speech? If not we might need to do something fancy like...

Another idea: is it necessary and reasonable to normalize the volume of all recordings? Third idea: Simply pick a good absolute threshold (-15dB for instance), if it does't work for...

Hi, I have a question while trying to complete this: https://github.com/TUM-Dev/gocast/blob/fec8e45ecdf3047881b551795ca2842276d7c57a/runner/runner.proto#L110 How is runner ID stored for a runner now? How can I get it?