Replies: 1 comment
-
Hello, corrupted frames means that the bandwidth between the camera and the client is not always enough, and some frames get lost in transit. You can detect when this happens by using the c := gortsplib.Client{
OnDecodeError: func(err error) {
fmt.Println("decode error:", err)
},
} In order to mitigate the issue, you can
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi when i use example app which named "client-read-format-h264-save-to-disk". When i play the recorded video. The video is not good i mean sometimes frames corrupted like full green etc.
Beta Was this translation helpful? Give feedback.
All reactions