diff --git a/doc/motion_config.html b/doc/motion_config.html index 0edf51ed..0fc16750 100644 --- a/doc/motion_config.html +++ b/doc/motion_config.html @@ -873,6 +873,12 @@ native_language + + + + + netcam_decoder + @@ -1643,9 +1649,10 @@ netcam_url netcam_highres netcam_userpass - netcam_keepalive + netcam_decoder + netcam_keepalive netcam_proxy netcam_tolerant_check netcam_use_tcp @@ -3051,6 +3058,25 @@ To use no authentication simply remove this option. Digest authentication is only available for rtsp/rtmp cameras.

+

netcam_decoder

+

+ +

+ The user requested decoder to use for rtsp/rtmp cameras. Motion will try to open the camera using the decoder + specified by this parameter. If it not successful, it will usually fall back to the default decoder. This + option may improve performance in certain situations for certain platforms and cameras. Users can find the + names of the decoders on their system by going to a command prompt and typing ffmpeg -formats and + looking for the name of the decoder with a 'D' next to it and correlating this with the type of image + provided from the camera. Note that not all decoders will work with all cameras. If the camera does not + open using the requested decoder, specify a different decoder or leave this parameter empty to use the default. + Additionally, ffmpeg will only list out the decoders that it was compiled to support. Additional decoders + may be available if ffmpeg is compiled from source. +

+

netcam_keepalive