Re: [Live-devel] multiple H265 streams

2022-02-15 Thread g.jaegy
Nevermind, I found the solution, the last objects enumerated (GroupSock RTP & RTCP / H265VideoRTPSink / RTCPInstance) should be instanciated per stream. From: live-devel On Behalf Of g.jaegy Sent: Tuesday, February 15, 2022 12:04 PM To: live-devel@lists.live555.com Subject: [Live-devel] multipl

[Live-devel] multiple H265 streams

2022-02-15 Thread g.jaegy
Hi, I have a working RTSP server, streaming one H265 streaming through RTP (multicast UDP). My code is mostly based on the testH265VideoStreamer example. Now, I want to add multiple H265 streams (all having the same properties, resolution etc.). I'm not sure I understand really how that works