Re: [Live-devel] Use of MSG_NOSIGNAL in send function

2023-03-30 Thread Eric Beuque
Le jeu. 30 mars 2023 à 17:59, Ross Finlayson a écrit : > Thanks for the report. > > > On Mar 31, 2023, at 1:54 AM, Eric Beuque > wrote: > > > > I also found that VLC meet the same problem, and patch livemedia : > > - > https://mailman.videolan.org/pipermail/vlc-commits/2015-June/031169.html > >

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 __

Re: [Live-devel] Use of MSG_NOSIGNAL in send function

2023-03-30 Thread Ross Finlayson
Thanks for the report. > On Mar 31, 2023, at 1:54 AM, Eric Beuque wrote: > > I also found that VLC meet the same problem, and patch livemedia : > - https://mailman.videolan.org/pipermail/vlc-commits/2015-June/031169.html > - > https://github.com/videolan/vlc/blob/master/contrib/src/live555/live

[Live-devel] Use of MSG_NOSIGNAL in send function

2023-03-30 Thread Eric Beuque
Hello, I'm facing a SIGPIPE problem with livemedia on different Linux Debian based. I can reproduce the problem easily in a program by using one thread using an RTSP client, and another thread that can be used to put a breakpoint. Using Clion, i pause the program on the breakpoint for 1-2 minutes