Video Skipping during remote streaming

Here is what tends to happen in the log when the video skips.
2021/02/08 19:19:57 [Recovery] 2021/02/08 - 19:19:57 panic recovered:
write tcp 192.168.1.14:8089->69.204.39.249:50380: wsasend: An established connection was aborted by the software in your host machine.
github.com/gin-gonic/[email protected]/render/json.go:56 (0x1090afb)
github.com/gin-gonic/[email protected]/context.go:865 (0x1097250)
github.com/gin-gonic/[email protected]/context.go:908 (0x1aa957b)
github.com/fancybits/channels-server/http_dvr_file.go:40 (0x1aa94f7)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/fancybits/channels-server/http.go:234 (0x1a7392b)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/fancybits/channels-server/http.go:214 (0x1a73519)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/fancybits/channels-server/http.go:157 (0x1a72ae4)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/gin-gonic/[email protected]/recovery.go:106 (0x10a786f)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/gin-gonic/[email protected]/logger.go:241 (0x10a6973)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/gin-contrib/[email protected]/sessions.go:65 (0x197d885)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/gin-contrib/[email protected]/gzip.go:47 (0x197638e)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/fancybits/channels-server/http.go:273 (0x1a94815)
github.com/gin-gonic/[email protected]/context.go:165 (0x1093001)
github.com/gin-gonic/[email protected]/gin.go:420 (0x109d693)
github.com/gin-gonic/[email protected]/gin.go:376 (0x109cde4)
net/http/server.go:2843 (0xd99589)
net/http/server.go:1925 (0xd94bac)
runtime/asm_amd64.s:1374 (0xae2bc0)

2021/02/08 19:20:06.095669 [ENC] Segment 3184 has unexpected duration: inputs=5639-5641 expected=1.117789 actual=1.167833 expected_pts=6358.511787-6359.629576 actual_pts=6358.492656-6359.643800
2021/02/08 19:20:13.178741 [ENC] Segment 3192 has unexpected duration: inputs=5664-5666 expected=1.368022 actual=1.418078 expected_pts=6374.894821-6376.262843 actual_pts=6374.875678-6376.277089

Those are not necessarily indicating that anything is wrong. Please submit diagnostic logs from the app after you have this issue to let us look into what's going on.

Just did so. Thanks.