<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi All,</p>
<p><br>
</p>
<p>I'm new to this mailing list as well as gstreamer, I have quick question on HLS streams playback, if we use the multiple bit rates on gst-launch, what will be the default bitrate selecting for the playback ?  is it selecting higher bandwidth or lower bandwidth
 bitrate for playback ? <br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><span>gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-h264,width=320,height=240,framerate=5/1  ! avdec_h264 ! tee name=t ! queue ! x264enc<b> bitrate=100</b> ! h264parse ! mux. t. ! queue ! x264enc
<b>bitrate=200</b> ! h264parse ! mux. t. ! queue ! x264enc <b>bitrate=300</b> ! h264parse ! mux.  mpegtsmux name=mux ! hlssink</span></p>
<p><span><br>
</span></p>
<p><span>I have one more question on using the trick play request, <br>
</span></p>
<p><span><br>
</span></p>
<p><span>Could you please let me know how to use the  play rate( 6x, 12x , 30x and  64x)  for fast forward the hls playback using gst-luanch-1.0.
<br>
</span></p>
<p><span><br>
</span></p>
<p><span>Thanks in advance.</span></p>
<p><span><br>
</span></p>
<p><span>Regards</span></p>
<p><span>Hemappa B<br>
</span></p>
<p><span></span><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> gstreamer-devel <gstreamer-devel-bounces@lists.freedesktop.org> on behalf of Baby Octopus <jagadishkamathk@gmail.com><br>
<b>Sent:</b> Friday, January 13, 2017 3:46:41 PM<br>
<b>To:</b> gstreamer-devel@lists.freedesktop.org<br>
<b>Subject:</b> Re: HLS sink supporting multiple bitrates</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Yes, its unsupported as of now. Please file a bugzilla feature request<br>
<br>
There is no way for the muxer to know the audio+video. It should not be<br>
difficult to implement that, or may be handle the manifest file within your<br>
application(outside of hlssink element)<br>
<br>
~BO<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/HLS-sink-supporting-multiple-bitrates-tp4681442p4681443.html">
http://gstreamer-devel.966125.n4.nabble.com/HLS-sink-supporting-multiple-bitrates-tp4681442p4681443.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
gstreamer-devel@lists.freedesktop.org<br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div>
</span></font>
</body>
</html>