Re: [Live-devel] Zero Latency Live Streaming

2018-12-31 Thread Kevin Bailey
I am fairly confident that I am slicing my NAL units, but is there any chance you might be able to link me to an example of how to appropriately slice NAL units with x264? Figured you might know where an example might be considering you've dealt with that kind of issue on many occasions. I will lo

Re: [Live-devel] Zero Latency Live Streaming

2018-12-31 Thread Ross Finlayson
> On Jan 1, 2019, at 10:14 AM, Kevin Bailey wrote: > > Thank you again for the support. I have split up my h264 key frames into > smaller NAL slices and I am still seeing artifacts on the screen. It is also > important to note that my h264 key frame sizes were already smaller than > 100,000

Re: [Live-devel] Zero Latency Live Streaming

2018-12-31 Thread Kevin Bailey
Thank you again for the support. I have split up my h264 key frames into smaller NAL slices and I am still seeing artifacts on the screen. It is also important to note that my h264 key frame sizes were already smaller than 100,000 bytes each (closer to 20,000 bytes each). Could this be the cause o

[Live-devel] A question about defining _MSWSOCK_ in netcommon.h

2018-12-31 Thread Jeff Shanab
in netcommon.h we have the following code : ... 1> /* Windows */ 2> #if defined(WINNT) || defined(_WINNT) || defined(__BORLANDC__) || defined(__MINGW32__) || defined(_WIN32_WCE) || defined (_MSC_VER) 3> #define _MSWSOCK_ 4> #include 5> #include 6> #endif 7> #include ... >From my understanding a