<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi.</p>
<p>I try to create some videos from my stream and want to disable
the progressive creation of the stream. I would also like to set
the bandwidth like "14138 kb/s"<br>
</p>
<p>alex $ gst-launch-1.0 -v souphttpsrc do-timestamp=true
is-live=true location=<a class="moz-txt-link-freetext" href="https://stream.domain.com/camera05/live.m3u8">https://stream.domain.com/camera05/live.m3u8</a>
name=cam ! decodebin3 ! x264enc ! matroskamux ! filesink
location=2021-02-18_22-08_camera05_normal.mkv<br>
</p>
<p>Stream #0:0(eng): Video: h264 (High), yuvj420p(pc, bt709, <b>progressive</b>),
7232x3616 [SAR 1:1 DAR 2:1], 25 fps, 25 tbr, 1k tbn, 50 tbc
(default)<br>
</p>
<p>gst-inspect-1.0 --version<br>
gst-inspect-1.0 version 1.16.2<br>
GStreamer 1.16.2<br>
<a class="moz-txt-link-freetext" href="https://launchpad.net/distros/ubuntu/+source/gstreamer1.0">https://launchpad.net/distros/ubuntu/+source/gstreamer1.0</a><br>
</p>
<p>When I create the stream with ffmpeg is the stream not in
progressive Mode.<br>
</p>
<p>alex $ ~/Downloads/ffmpeg-git-20210127-amd64-static/ffmpeg -re
-fflags +genpts -t 00:01:00 -i
<a class="moz-txt-link-freetext" href="https://stream.domain.com/camera05/live.m3u8">https://stream.domain.com/camera05/live.m3u8</a> -c:v copy
2021-02-18_22-10_camera05_normal_copy.mp4<br>
</p>
<p>Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661),
yuvj420p(pc, bt709), 7232x3616, 14138 kb/s, 25 fps, 25 tbr, 90k
tbn, 50 tbc (default)</p>
<p>I'm sure I have used the wrong keywords to search to disable
progressive creation.</p>
<p>Please can anyone help me to remove tell gstream that it not
create progressive videos.</p>
<p>Thanks for any help.</p>
<p>Regards</p>
<p>Alex<br>
</p>
</body>
</html>