Add missing strings in Onvif (#82141)

This commit is contained in:
Robert Hillis 2022-11-16 07:04:34 -05:00 committed by Franck Nijhof
parent 228fa9f5a0
commit aade51248d
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
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"
}