Re: [Live-devel] HEVC RTSP Client can only get 1/3 of the frame

2023-04-06 Thread Ross Finlayson
> On Apr 6, 2023, at 11:38 PM, Firdaus.Muhammad > wrote: > > After trying to understand the logic to decode the frame, finally my decoder > can accept the rtp data simply by adding first 4 bytes of the buffer with > 0001 data before sending or doing the merging. > I suppose that first 4 byt

[Live-devel] HEVC RTSP Client can only get 1/3 of the frame

2023-04-06 Thread Firdaus.Muhammad
Hi Mr. Finlayson After trying to understand the logic to decode the frame, finally my decoder can accept the rtp data simply by adding first 4 bytes of the buffer with 0001 data before sending or doing the merging. I suppose that first 4 bytes is where the rtp header stored, since live555 after