Maxim Devaev

Results 805 comments of Maxim Devaev

This sounds strange because I don't have any similar problems. I use a similar transport for VNC and do not see something like this.

I don't see any problems in this code :thinking:

Maybe your h264 uses a different profile? I used baseline.

Aha, I see. I don't know too much about NAL and took this code from another project. If you can be 100 percent sure that this will not break anything...

The author of the [original code](https://github.com/catid/kvm/blob/master/kvm_pipeline/src/kvm_video.cpp) said that this is really a bug: > My code is designed for encoder output that isn't producing strips but whole frames at a...

Thanks! I will test it myself today and merge.

I was just thinking. What happens if the last packet is the one that was in the loop and the condition after the loop is not met? Then marked will...

Thanks, it sounds convincing. I also looked at it again. If you want, you can try to refactor this function. I'm open to it.