It works, thanks a lot!
On Feb 22, 2025, at 1:10 AM, d.gorde...@ngslab.ru wrote:
Hello
I need to receive slice-based frames from a video server. These frames, as you
know come by slices. The last slice (packet) comes with Mark=True in the RTP
header.
I have a class which receives the fra
> On Feb 22, 2025, at 1:10 AM, d.gorde...@ngslab.ru wrote:
>
> Hello
>
> I need to receive slice-based frames from a video server. These frames, as
> you know come by slices. The last slice (packet) comes with Mark=True in the
> RTP header.
>
> I have a class which receives the frames:
>
>
Hello
I need to receive slice-based frames from a video server. These frames,
as you know come by slices. The last slice (packet) comes with Mark=True
in the RTP header.
I have a class which receives the frames:
class VideoSink final : public MediaSink {}
It has afterGettingFrame() method