add log details for camera header status

This commit is contained in:
Osman Emek 2024-03-14 17:06:05 +03:00
parent 5155c035cb
commit 2b18bfa59a

View File

@ -354,6 +354,7 @@ func (client *RTSPClient) startStream() {
} }
default: default:
client.Println("RTSP Client RTP Read DeSync") client.Println("RTSP Client RTP Read DeSync")
client.Println("header[0]:", header[0])
return return
} }
} }