Re: [Live-devel] NAL Unit FU header

2023-03-31 Thread Ross Finlayson
> On Mar 31, 2023, at 9:33 PM, Milos Jakovljevic > wrote: > > I'm currently using LIVE555 as an RTSP client in my library, and I'm > experiencing an issue with HEVC 4K streams. Specifically, when I decode NAL > units, I'm only able to view 1/3 of the picture, while the remaining 2/3 is > gr

Re: [Live-devel] NAL Unit FU header

2023-03-31 Thread Milos Jakovljevic
On Thu, Mar 30, 2023 at 11:06 PM Ross Finlayson wrote: > > > > On Mar 31, 2023, at 4:45 AM, Milos Jakovljevic < > milos.jakovlje...@nittbit.com> wrote: > > > > Hi everyone, > > > > I'm receiving a 4K HEVC stream from the remote server. All the NAL units > seem to be fragments but for some reason

Re: [Live-devel] NAL Unit FU header

2023-03-30 Thread Ross Finlayson
> On Mar 31, 2023, at 4:45 AM, Milos Jakovljevic > wrote: > > Hi everyone, > > I'm receiving a 4K HEVC stream from the remote server. All the NAL units seem > to be fragments but for some reason NAL type is always either 1 or 19 apart > from Non-VCL types. > > I'm trying to figure out how

[Live-devel] NAL Unit FU header

2023-03-30 Thread Milos Jakovljevic
Hi everyone, I'm receiving a 4K HEVC stream from the remote server. All the NAL units seem to be fragments but for some reason NAL type is always either 1 or 19 apart from Non-VCL types. I'm trying to figure out how I would recognize if its a fragment ? Am i missing something? Best, Milos __