| Line 1: |
Line 1: |
| − | ===Example of description in XML=== | + | <languages/> |
| | + | <translate> |
| | + | ===Example of description in XML=== <!--T:1--> |
| | | | |
| | + | <!--T:2--> |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | <item addr="2048:9" type="rtsp" ffmpeg-opt="rtsp_transport=tcp" name="HD" auto-play="true" | | <item addr="2048:9" type="rtsp" ffmpeg-opt="rtsp_transport=tcp" name="HD" auto-play="true" |
| Line 9: |
Line 12: |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | | | |
| − | ===Additional parameters=== | + | ===Additional parameters=== <!--T:3--> |
| | | | |
| | + | <!--T:4--> |
| | {|class="wikitable" | | {|class="wikitable" |
| | |- | | |- |
| Line 37: |
Line 41: |
| | |video-uri-remote-fs||string||Additional part of link for high quality image for remote connection (optionally)||- | | |video-uri-remote-fs||string||Additional part of link for high quality image for remote connection (optionally)||- |
| | |- | | |- |
| − | |ffmpeg-opt||string<br>var1=val;var2=val||ffmpeg options for video reproducing at local connection and at low quality image.<br>vcodec=H264HWdec – activate the hardware decoding;<br>vcodec=h264 – use software decoding;<br>fpsprobesize .D…. number of frames used to probe fps (from -1 to 2.14748e+009) (default -1);<br>analyzeduration .D…. specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX) (default 5e+006); | + | |ffmpeg-opt||string<br>var1=val;var2=val||ffmpeg options for video reproducing at local connection and at low quality image.<br>vcodec=H264HWdec – activate the hardware decoding;<br>vcodec=h264 – use software decoding;<br>fpsprobesize .D…. number of frames used to probe fps (from -1 to 2.14748e+009) (default -1);<br>analyzeduration .D…. specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX) (default 5e+006);<br>probesize .D…. set probing size (from 32 to INT_MAX) (default 5e+006)||- |
| − | probesize<br>.D…. set probing size (from 32 to INT_MAX) (default 5e+006)||-
| |
| | |- | | |- |
| − | |ffmpeg-opt-fs||string<br>var1=val;var2=val||ffmpeg options for video reproducing at local connection and at high quality image.<br>vcodec=H264HWdec – activate the hardware decoding;<br>vcodec=h264 – use software decoding;<br>fpsprobesize .D…. number of frames used to probe fps (from -1 to 2.14748e+009) (default -1);<br>analyzeduration .D…. specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX) (default 5e+006); | + | |ffmpeg-opt-fs||string<br>var1=val;var2=val||ffmpeg options for video reproducing at local connection and at high quality image.<br>vcodec=H264HWdec – activate the hardware decoding;<br>vcodec=h264 – use software decoding;<br>fpsprobesize .D…. number of frames used to probe fps (from -1 to 2.14748e+009) (default -1);<br>analyzeduration .D…. specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX) (default 5e+006);<br>probesize D…. set probing size (from 32 to INT_MAX) (default 5e+006)||ffmpeg-opt |
| − | probesize<br>.D…. set probing size (from 32 to INT_MAX) (default 5e+006)||ffmpeg-opt
| |
| | |- | | |- |
| | |ffmpeg-opt-remote||string<br>var1=val;var2=val||ffmpeg options for video reproducing at remote connection and at low quality image.<br>vcodec=H264HWdec – activate the hardware decoding;<br>vcodec=h264 – use software decoding;<br>fpsprobesize .D…. number of frames used to probe fps (from -1 to 2.14748e+009) (default -1);<br>analyzeduration .D…. specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX) (default 5e+006);<br>probesize .D…. set probing size (from 32 to INT_MAX) (default 5e+006)||ffmpeg-opt | | |ffmpeg-opt-remote||string<br>var1=val;var2=val||ffmpeg options for video reproducing at remote connection and at low quality image.<br>vcodec=H264HWdec – activate the hardware decoding;<br>vcodec=h264 – use software decoding;<br>fpsprobesize .D…. number of frames used to probe fps (from -1 to 2.14748e+009) (default -1);<br>analyzeduration .D…. specify how many microseconds are analyzed to probe the input (from 0 to INT_MAX) (default 5e+006);<br>probesize .D…. set probing size (from 32 to INT_MAX) (default 5e+006)||ffmpeg-opt |
| Line 74: |
Line 76: |
| | |} | | |} |
| | | | |
| − | ===Note=== | + | ===Note=== <!--T:5--> |
| | | | |
| | + | <!--T:6--> |
| | in the links symbol '&' should be changed into | | in the links symbol '&' should be changed into |
| | | | |
| | + | <!--T:7--> |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | & | | & |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | + | </translate> |