Paul Gregoire

Results 146 comments of Paul Gregoire

I fixed a unit test bug in TestOpusFileWriter, I'll have a PR by EOD today for you guys to have a look at; also "resolved" the javadoc issue by fixing...

Added my PR https://github.com/Gagravarr/VorbisJava/pull/41

I suspect there's an issue when writing to the opus file for stereo content. My source is 00:00:01.00 long and 3001 160 byte chunks; once written it shows up as...

Also I've tried with preskip of 0 or 120, doesn't seem to matter.

@andrm I pulled the PR https://github.com/Gagravarr/VorbisJava/pull/33 into my fork and the granule warnings disappeared and the duration is exactly correct now in ffprobe and opustool `Playback length: 00:01:00.00`

Associated ticket https://infrared5.atlassian.net/browse/RPRO-6029

@blackbear475 we're releasing a fix today that should alleviate this issue; sorry for the delay.

@Juansecu if you want a docker image for Red5 Pro Server, that's available here: https://hub.docker.com/r/red5pro/server For Red5 OpenSource, I'll have to update them as they are quite old.

In OBS your stream key is synonymous with stream name in Red5. With Red5 there are what we call scopes which could be understood as rooms or contexts; maybe some...

Sequence example from RFC 5764 ```mermaid sequenceDiagram participant X as Client participant Y as Server X->>Y: ClientHello Y->>X: ServerHello Y-->>X: Certificate Y-->>X: ServerKeyExchange Y-->>X: CertificateRequest Y->>X: ServerHelloDone X-->>Y: Certificate X-->>Y:...