0% found this document useful (0 votes)
14 views10 pages

Confluence Markup Plain Latest

The document provides a comprehensive overview of various video and audio codec configurations, specifically focusing on H.264 video codec and different audio codecs like G.711 and G.726. It details multiple pipeline setups for changing frame rates, resolutions, and bitrates, along with command examples for each scenario. Each configuration is designed for streaming from an RTSP source to a sink, illustrating how to manipulate video and audio parameters effectively.

Uploaded by

kimov19650
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views10 pages

Confluence Markup Plain Latest

The document provides a comprehensive overview of various video and audio codec configurations, specifically focusing on H.264 video codec and different audio codecs like G.711 and G.726. It details multiple pipeline setups for changing frame rates, resolutions, and bitrates, along with command examples for each scenario. Each configuration is designed for streaming from an RTSP source to a sink, illustrating how to manipulate video and audio parameters effectively.

Uploaded by

kimov19650
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 10

|| Video Codec || Audio Codec || Frame Rate Change || Resolution Change || Bitrate

Change || Input Source (src) || Output Source (sink) || Pipeline Description ||


Pipeline || Command Example ||
| H.264 | None | Without frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No
audio, No frame rate, No resolution, No bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! rtspclientsink | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
rtspclientsink |
| H.264 | None | With frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No
audio, Frame rate change only | rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! videorate ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! videorate ! rtspclientsink
|
| H.264 | None | Without frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No
audio, Resolution change only | rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! videoscale ! rtspclientsink
|
| H.264 | None | Without frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No
audio, Bitrate change only | rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! rtpsink buffer-mode=auto |
| H.264 | None | With frame rate change | With resolution change | Without bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No audio,
Frame rate and resolution change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! videorate ! videoscale ! rtspclientsink | gst-launch-
1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! videorate !
videoscale ! rtspclientsink |
| H.264 | None | With frame rate change | Without resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No audio,
Frame rate change and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! videorate ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! videorate ! rtpsink
buffer-mode=auto |
| H.264 | None | Without frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No audio,
Resolution and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! videoscale !
rtpsink buffer-mode=auto |
| H.264 | None | With frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, No audio,
Frame rate, resolution, and bitrate change | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! videorate ! videoscale ! rtpsink buffer-mode=auto |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
videorate ! videoscale ! rtpsink buffer-mode=auto |
| H.264 | G.711 (A-Law) | Without frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.264, G.711 (A-Law) audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
alawdec ! rtspclientsink |
| H.264 | G.711 (A-Law) | With frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.264, G.711 (A-Law) audio, Frame rate change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videorate !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! alawdec ! videorate ! rtspclientsink |
| H.264 | G.711 (A-Law) | Without frame rate change | With resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.264, G.711 (A-Law) audio, Resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videoscale !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! alawdec ! videoscale ! rtspclientsink |
| H.264 | G.711 (A-Law) | Without frame rate change | Without resolution change |
With bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264,
G.711 (A-Law) audio, Bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! alawdec ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! rtpsink
buffer-mode=auto |
| H.264 | G.711 (A-Law) | With frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(A-Law) audio, Frame rate and resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videorate !
videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! alawdec ! videorate ! videoscale ! rtspclientsink |
| H.264 | G.711 (A-Law) | With frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(A-Law) audio, Frame rate and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videorate !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! alawdec ! videorate ! rtpsink buffer-mode=auto |
| H.264 | G.711 (A-Law) | Without frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(A-Law) audio, Resolution and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videoscale !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! alawdec ! videoscale ! rtpsink buffer-mode=auto |
| H.264 | G.711 (A-Law) | With frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(A-Law) audio, Frame rate, resolution, and bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! alawdec ! videorate !
videoscale ! rtpsink buffer- |
| H.264 | G.711 (u-Law) | Without frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.264, G.711 (u-Law) audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
mulawdec ! rtspclientsink |
| H.264 | G.711 (u-Law) | With frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.264, G.711 (u-Law) audio, Frame rate change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videorate !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! mulawdec ! videorate ! rtspclientsink |
| H.264 | G.711 (u-Law) | Without frame rate change | With resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.264, G.711 (u-Law) audio, Resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videoscale !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! mulawdec ! videoscale ! rtspclientsink |
| H.264 | G.711 (u-Law) | Without frame rate change | Without resolution change |
With bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264,
G.711 (u-Law) audio, Bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! mulawdec ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! rtpsink
buffer-mode=auto |
| H.264 | G.711 (u-Law) | With frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(u-Law) audio, Frame rate and resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videorate !
videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! mulawdec ! videorate ! videoscale ! rtspclientsink |
| H.264 | G.711 (u-Law) | With frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(u-Law) audio, Frame rate and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videorate !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! mulawdec ! videorate ! rtpsink buffer-mode=auto |
| H.264 | G.711 (u-Law) | Without frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(u-Law) audio, Resolution and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videoscale !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! mulawdec ! videoscale ! rtpsink buffer-mode=auto |
| H.264 | G.711 (u-Law) | With frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.711
(u-Law) audio, Frame rate, resolution, and bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! mulawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto |
| H.264 | G.726 | Without frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726
audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! g726dec ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
g726dec ! rtspclientsink |
| H.264 | G.726 | With frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726
audio, Frame rate change only | rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! g726dec ! videorate ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! g726dec ! videorate !
rtspclientsink |
| H.264 | G.726 | Without frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726
audio, Resolution change only | rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! g726dec ! videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! g726dec ! videoscale !
rtspclientsink |
| H.264 | G.726 | Without frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726
audio, Bitrate change only | rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! g726dec ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph264depay ! avdec_h264 ! g726dec ! rtpsink buffer-
mode=auto |
| H.264 | G.726 | With frame rate change | With resolution change | Without bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726 audio,
Frame rate and resolution change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! g726dec ! videorate ! videoscale ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
g726dec ! videorate ! videoscale ! rtspclientsink |
| H.264 | G.726 | With frame rate change | Without resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726 audio,
Frame rate and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! g726dec ! videorate ! rtpsink buffer-mode=auto | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
g726dec ! videorate ! rtpsink buffer-mode=auto |
| H.264 | G.726 | Without frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726 audio,
Resolution and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! g726dec ! videoscale ! rtpsink buffer-mode=auto | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay ! avdec_h264 !
g726dec ! videoscale ! rtpsink buffer-mode=auto |
| H.264 | G.726 | With frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.264, G.726 audio,
Frame rate, resolution, and bitrate change | rtspsrc location=rtsp://camera_ip !
rtph264depay ! avdec_h264 ! g726dec ! videorate ! videoscale ! rtpsink buffer-
mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph264depay !
avdec_h264 ! g726dec ! videorate ! videoscale ! rtpsink buffer-mode=auto |
| H.265 | None | Without frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No
audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! rtspclientsink | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
rtspclientsink |
| H.265 | None | With frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No
audio, Frame rate change only | rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! videorate ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! videorate ! rtspclientsink
|
| H.265 | None | Without frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No
audio, Resolution change only | rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! videoscale ! rtspclientsink
|
| H.265 | None | Without frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No
audio, Bitrate change only | rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! rtpsink buffer-mode=auto |
| H.265 | None | With frame rate change | With resolution change | Without bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No audio,
Frame rate and resolution change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! videorate ! videoscale ! rtspclientsink | gst-launch-
1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! videorate !
videoscale ! rtspclientsink |
| H.265 | None | With frame rate change | Without resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No audio,
Frame rate and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! videorate ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! videorate ! rtpsink
buffer-mode=auto |
| H.265 | None | Without frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No audio,
Resolution and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! videoscale !
rtpsink buffer-mode=auto |
| H.265 | None | With frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, No audio,
Frame rate, resolution, and bitrate change | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! videorate ! videoscale ! rtpsink buffer-mode=auto |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
videorate ! videoscale ! rtpsink buffer-mode=auto |
| H.265 | G.711 (A-Law) | Without frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.265, G.711 (A-Law) audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
alawdec ! rtspclientsink |
| H.265 | G.711 (A-Law) | With frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.265, G.711 (A-Law) audio, Frame rate change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videorate !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! alawdec ! videorate ! rtspclientsink |
| H.265 | G.711 (A-Law) | Without frame rate change | With resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.265, G.711 (A-Law) audio, Resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videoscale !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! alawdec ! videoscale ! rtspclientsink |
| H.265 | G.711 (A-Law) | Without frame rate change | Without resolution change |
With bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265,
G.711 (A-Law) audio, Bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! alawdec ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! rtpsink
buffer-mode=auto |
| H.265 | G.711 (A-Law) | With frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(A-Law) audio, Frame rate and resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videorate !
videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! alawdec ! videorate ! videoscale ! rtspclientsink |
| H.265 | G.711 (A-Law) | With frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(A-Law) audio, Frame rate and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videorate !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! alawdec ! videorate ! rtpsink buffer-mode=auto |
| H.265 | G.711 (A-Law) | Without frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(A-Law) audio, Resolution and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videoscale !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! alawdec ! videoscale ! rtpsink buffer-mode=auto |
| H.265 | G.711 (A-Law) | With frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(A-Law) audio, Frame rate, resolution, and bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! alawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto |
| H.265 | G.711 (u-Law) | Without frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.265, G.711 (u-Law) audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
mulawdec ! rtspclientsink |
| H.265 | G.711 (u-Law) | With frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.265, G.711 (u-Law) audio, Frame rate change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videorate !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! mulawdec ! videorate ! rtspclientsink |
| H.265 | G.711 (u-Law) | Without frame rate change | With resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
H.265, G.711 (u-Law) audio, Resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videoscale !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! mulawdec ! videoscale ! rtspclientsink |
| H.265 | G.711 (u-Law) | Without frame rate change | Without resolution change |
With bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265,
G.711 (u-Law) audio, Bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! mulawdec ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! rtpsink
buffer-mode=auto |
| H.265 | G.711 (u-Law) | With frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(u-Law) audio, Frame rate and resolution change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videorate !
videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! mulawdec ! videorate ! videoscale ! rtspclientsink |
| H.265 | G.711 (u-Law) | With frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(u-Law) audio, Frame rate and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videorate !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! mulawdec ! videorate ! rtpsink buffer-mode=auto |
| H.265 | G.711 (u-Law) | Without frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(u-Law) audio, Resolution and bitrate change only | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videoscale !
rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! mulawdec ! videoscale ! rtpsink buffer-mode=auto |
| H.265 | G.711 (u-Law) | With frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.711
(u-Law) audio, Frame rate, resolution, and bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! mulawdec ! videorate !
videoscale ! rtpsink buffer-mode=auto |
| H.265 | G.726 | Without frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726
audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! g726dec ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
g726dec ! rtspclientsink |
| H.265 | G.726 | With frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726
audio, Frame rate change only | rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! g726dec ! videorate ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! g726dec ! videorate !
rtspclientsink |
| H.265 | G.726 | Without frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726
audio, Resolution change only | rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! g726dec ! videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! g726dec ! videoscale !
rtspclientsink |
| H.265 | G.726 | Without frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726
audio, Bitrate change only | rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! g726dec ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! rtph265depay ! avdec_h265 ! g726dec ! rtpsink buffer-
mode=auto |
| H.265 | G.726 | With frame rate change | With resolution change | Without bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726 audio,
Frame rate and resolution change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! g726dec ! videorate ! videoscale ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
g726dec ! videorate ! videoscale ! rtspclientsink |
| H.265 | G.726 | With frame rate change | Without resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726 audio,
Frame rate and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! g726dec ! videorate ! rtpsink buffer-mode=auto | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
g726dec ! videorate ! rtpsink buffer-mode=auto |
| H.265 | G.726 | Without frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726 audio,
Resolution and bitrate change only | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! g726dec ! videoscale ! rtpsink buffer-mode=auto | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay ! avdec_h265 !
g726dec ! videoscale ! rtpsink buffer-mode=auto |
| H.265 | G.726 | With frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | H.265, G.726 audio,
Frame rate, resolution, and bitrate change | rtspsrc location=rtsp://camera_ip !
rtph265depay ! avdec_h265 ! g726dec ! videorate ! videoscale ! rtpsink buffer-
mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! rtph265depay !
avdec_h265 ! g726dec ! videorate ! videoscale ! rtp |
| MJPEG | None | Without frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No
audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! rtspclientsink |
| MJPEG | None | With frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No
audio, Frame rate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
videorate ! rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
mjpegdec ! videorate ! rtspclientsink |
| MJPEG | None | Without frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No
audio, Resolution change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
mjpegdec ! videoscale ! rtspclientsink |
| MJPEG | None | Without frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No
audio, Bitrate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec ! rtpsink
buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
rtpsink buffer-mode=auto |
| MJPEG | None | With frame rate change | With resolution change | Without bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No audio,
Frame rate and resolution change only | rtspsrc location=rtsp://camera_ip !
mjpegdec ! videorate ! videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! videorate ! videoscale ! rtspclientsink |
| MJPEG | None | With frame rate change | Without resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No audio,
Frame rate and bitrate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
videorate ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! videorate ! rtpsink buffer-mode=auto |
| MJPEG | None | Without frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No audio,
Resolution and bitrate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! videoscale ! rtpsink buffer-mode=auto |
| MJPEG | None | With frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, No audio,
Frame rate, resolution, and bitrate change | rtspsrc location=rtsp://camera_ip !
mjpegdec ! videorate ! videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! mjpegdec ! videorate ! videoscale ! rtpsink
buffer-mode=auto |
| MJPEG | G.711 (A-Law) | Without frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
MJPEG, G.711 (A-Law) audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! rtspclientsink | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! mjpegdec ! alawdec ! rtspclientsink |
| MJPEG | G.711 (A-Law) | With frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
MJPEG, G.711 (A-Law) audio, Frame rate change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! videorate ! rtspclientsink | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! alawdec ! videorate !
rtspclientsink |
| MJPEG | G.711 (A-Law) | Without frame rate change | With resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
MJPEG, G.711 (A-Law) audio, Resolution change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! videoscale ! rtspclientsink | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! alawdec ! videoscale !
rtspclientsink |
| MJPEG | G.711 (A-Law) | Without frame rate change | Without resolution change |
With bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG,
G.711 (A-Law) audio, Bitrate change only | rtspsrc location=rtsp://camera_ip !
mjpegdec ! alawdec ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (A-Law) | With frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(A-Law) audio, Frame rate and resolution change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! videorate ! videoscale !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
alawdec ! videorate ! videoscale ! rtspclientsink |
| MJPEG | G.711 (A-Law) | With frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(A-Law) audio, Frame rate and bitrate change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! videorate ! rtpsink buffer-
mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! alawdec !
videorate ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (A-Law) | Without frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(A-Law) audio, Resolution and bitrate change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! videoscale ! rtpsink buffer-
mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! alawdec !
videoscale ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (A-Law) | With frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(A-Law) audio, Frame rate, resolution, and bitrate change | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! alawdec ! videorate ! videoscale ! rtpsink
buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
alawdec ! videorate ! videoscale ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (u-Law) | Without frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
MJPEG, G.711 (u-Law) audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! rtspclientsink | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! mjpegdec ! mulawdec ! rtspclientsink |
| MJPEG | G.711 (u-Law) | With frame rate change | Without resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
MJPEG, G.711 (u-Law) audio, Frame rate change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videorate ! rtspclientsink | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videorate !
rtspclientsink |
| MJPEG | G.711 (u-Law) | Without frame rate change | With resolution change |
Without bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink |
MJPEG, G.711 (u-Law) audio, Resolution change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videoscale ! rtspclientsink |
gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videoscale
! rtspclientsink |
| MJPEG | G.711 (u-Law) | Without frame rate change | Without resolution change |
With bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG,
G.711 (u-Law) audio, Bitrate change only | rtspsrc location=rtsp://camera_ip !
mjpegdec ! mulawdec ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (u-Law) | With frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(u-Law) audio, Frame rate and resolution change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videorate ! videoscale !
rtspclientsink | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
mulawdec ! videorate ! videoscale ! rtspclientsink |
| MJPEG | G.711 (u-Law) | With frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(u-Law) audio, Frame rate and bitrate change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videorate ! rtpsink buffer-
mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
mulawdec ! videorate ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (u-Law) | Without frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(u-Law) audio, Resolution and bitrate change only | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videoscale ! rtpsink buffer-
mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
mulawdec ! videoscale ! rtpsink buffer-mode=auto |
| MJPEG | G.711 (u-Law) | With frame rate change | With resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.711
(u-Law) audio, Frame rate, resolution, and bitrate change | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! mulawdec ! videorate ! videoscale ! rtpsink
buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec !
mulawdec ! videorate ! videoscale ! rtpsink buffer-mode=auto |
| MJPEG | G.726 | Without frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726
audio, No frame rate, resolution, or bitrate change | rtspsrc
location=rtsp://camera_ip ! mjpegdec ! g726dec ! rtspclientsink | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! mjpegdec ! g726dec ! rtspclientsink |
| MJPEG | G.726 | With frame rate change | Without resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726
audio, Frame rate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
g726dec ! videorate ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! g726dec ! videorate ! rtspclientsink |
| MJPEG | G.726 | Without frame rate change | With resolution change | Without
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726
audio, Resolution change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
g726dec ! videoscale ! rtspclientsink | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! g726dec ! videoscale ! rtspclientsink |
| MJPEG | G.726 | Without frame rate change | Without resolution change | With
bitrate change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726
audio, Bitrate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec ! g726dec
! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc location=rtsp://camera_ip !
mjpegdec ! g726dec ! rtpsink buffer-mode=auto |
| MJPEG | G.726 | With frame rate change | With resolution change | Without bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726 audio,
Frame rate and resolution change only | rtspsrc location=rtsp://camera_ip !
mjpegdec ! g726dec ! videorate ! videoscale ! rtspclientsink | gst-launch-1.0
rtspsrc location=rtsp://camera_ip ! mjpegdec ! g726dec ! videorate ! videoscale !
rtspclientsink |
| MJPEG | G.726 | With frame rate change | Without resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726 audio,
Frame rate and bitrate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
g726dec ! videorate ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! g726dec ! videorate ! rtpsink buffer-
mode=auto |
| MJPEG | G.726 | Without frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726 audio,
Resolution and bitrate change only | rtspsrc location=rtsp://camera_ip ! mjpegdec !
g726dec ! videoscale ! rtpsink buffer-mode=auto | gst-launch-1.0 rtspsrc
location=rtsp://camera_ip ! mjpegdec ! g726dec ! videoscale ! rtpsink buffer-
mode=auto |
| MJPEG | G.726 | With frame rate change | With resolution change | With bitrate
change | rtspsrc location=rtsp://camera_ip | rtspclientsink | MJPEG, G.726 audio,
Frame rate, resolution, and bitrate change | rtspsrc location=rtsp://camera_ip !
mjpegdec ! g726dec ! videorate ! videoscale ! rtpsink buffer-mode=auto | gst-
launch-1.0 rtspsrc location=rtsp://camera_ip ! mjpegdec ! g726dec ! videorate !
videoscale ! rtpsink buffer-mode=auto |

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy