<div dir="ltr"><pre><font color="#000000"><span style="white-space:pre-wrap">>Stream is packetized using mpests rtp payloaded. U need to use rtpmp2tdepay
>for depacketization.  
</span></font><br></pre><pre>Hi Vinod, <font color="#000000"><span style="white-space:pre-wrap">
</span></font></pre><pre><br></pre><pre>Thanks - I am not sure where to put the rtpmp2tdepay in the stream I started with (see below)?</pre><pre>I replaced the rtpmp4vdepay with rtpmp2tdepay and that did not work.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">To that end I took the above command and changed to:
gst-launch-1.0 rtspsrc location=<a>rtsp://IP/camera.sdp</a> '!' rtpmp4vdepay '!'
mpeg4videoparse '!' queue '!' mpegtsmux '!' hlssink playlist-root=
<a href="http://192.168.1.8/hlssink">http://192.168.1.8/hlssink</a> location=/var/www/html/hlssink.ts
playlist-location=/var/www/html/playlist.m3u8</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">My goal was to take any rtsp stream and auto decode it to hlssink. I have an h264 stream working. But that was all. I want to be more flexible for the input stream.</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Thanks,</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Jerry<br></pre></div>