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
> 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
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
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