Paul Gregoire

Results 24 issues of Paul Gregoire

# Pull Request This brings the server up to JDK 21 to include Spring 6 and Tomcat 11.

Setting up the decoder factory for the peer connection factory doesn't appear to regard the `enableH264HighProfile` ``` DefaultVideoEncoderFactory defaultVideoEncoderFactory = new DefaultVideoEncoderFactory(eglContext, true, false); peerConnectionFactory = PeerConnectionFactory.builder() .setOptions(options) .setVideoEncoderFactory(defaultVideoEncoderFactory) .createPeerConnectionFactory();...

Fixes: Reading and writing of VP8 media in FLV files, to match existing enhanced codecs

## Problem When the CONNECT stream receives `UnexpectedEnd` during capsule reading, the session closes with error code 1. However, `UnexpectedEnd` typically means the peer closed their end of the stream...