Results 28 comments of John Ku

Thanks, I did some testing before your post. I had run the stream and concurrently ping against the host computer and surprisingly the ping did not loose packet at all...

My model is `MacBook Pro (Retina, 15-inch, Late 2013`

Ah, good insight. 👍

Wow interesting. I wonder if other real-time streaming platforms (PS4 remote play) would have the same problem or if there is a workaround.

Just want to report some of the things I've tried to resolve the issue that didn't work: - reset NVRAM - disable spotlight indexing (adding disk to privacy) - disable...

During the stutter, there is still interim packets of video/audio that was received. So it seems like `recvfrom` isn't entirely blocked.. If @euroclydon37 has problems on iOS too, does it...

So it looks like the packet drop from the `recvfrom` blockage has something to do with the network layer for OS X, right? I was just wondering if OSX and...

Did some snooping around with packet capture on the server and client, found that during the hiccup, the packets were unable to reach port: ``` src dest 192.168.1.20 192.168.1.100 ICMP...

Is this what you're looking for? ``` Internet Control Message Protocol Type: 3 (Destination unreachable) Code: 3 (Port unreachable) Checksum: 0x47fe [correct] [Checksum Status: Good] Unused: 00000000 Internet Protocol Version...

@starchaser01 🏆 🎖 👏 👏 That was it. I haven't had any issue since turning off. I will test further!