Add missing strings in Onvif (#82141)

This commit is contained in:
Robert Hillis 2022-11-16 07:04:34 -05:00 committed by GitHub
parent 3695f39515
commit d38bae76be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -48,7 +48,8 @@
"onvif_devices": {
"data": {
"extra_arguments": "Extra FFMPEG arguments",
"rtsp_transport": "RTSP transport mechanism"
"rtsp_transport": "RTSP transport mechanism",
"use_wallclock_as_timestamps": "Use wall clock as timestamps"
},
"title": "ONVIF Device Options"
}

View File

@ -48,7 +48,8 @@
"onvif_devices": {
"data": {
"extra_arguments": "Extra FFMPEG arguments",
"rtsp_transport": "RTSP transport mechanism"
"rtsp_transport": "RTSP transport mechanism",
"use_wallclock_as_timestamps": "Use wall clock as timestamps"
},
"title": "ONVIF Device Options"
}