Re: [Live-devel] Receiving slice-based frames

2025-03-05 Thread d.gorde...@ngslab.ru
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

Re: [Live-devel] Receiving slice-based frames

2025-02-21 Thread Ross Finlayson
> 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: > >

[Live-devel] Receiving slice-based frames

2025-02-21 Thread d.gorde...@ngslab.ru
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