Maxim Devaev

Results 805 comments of Maxim Devaev

Sup. I couldn't reproduce it with my setup. Perhaps this is due to some features of the HDMI source, it's strange. Could you check what I described above?

I didn't pack debug symbols. You can just compile only ustreamer binary and install it over system package. Create `config.mk` in the project root: ``` WITH_SYSTEMD=1 WITH_GPIO=1 PREFIX=/usr ``` and...

I'll make a branch and try to reinitialize the encoder.

Maybe it doesn't always get stuck on encoding? Please test more, if this fix helps, I will add it to the upstream in its current form.

I added a timeout to the new release. Most likely, the problem is due to a defect in the GPU silicon, I have seen various glitches related to this.

Has this code been tested? ~~Apparently, it shouldn't compile because of the wrong types.~~ And also, if I remember correctly, OPUS in RTP should always be stereo, shouldn't it?

Sup? Please take a look to my notes, and change type of `pcm_sampling_rate` to `unsigned`.