<div dir="ltr">I am trying to use an rtsp (h264) camera feed as source to HLS. its not working...<div><br></div><div>My command:</div><div><div>gst-launch-1.0 rtspsrc location=rtsp://<a href="http://192.168.1.231/channel2">192.168.1.231/channel2</a> '!' rtph264depay '!' h264parse '!' fluh264dec '!' videoconvert '!' hlssink playlist-root=<a href="http://192.168.1.8/~silentm/hlssink">http://192.168.1.8/~silentm/hlssink</a> location=/home/silentm/public_html/hlssink/hlssink.%05d.ts target-duration=1 max-files=3 playlist-length=3 playlist-location=/home/silentm/public_html/hlssink/playlist.m3u8</div><div><br></div><div>The output with GST_DEBUG=2</div><div>0:00:00.027511085 29989       0xf4f210 WARN              fluh264dec fluh264dec.c:258:gst_fluh264dec_flush:<GstFluH264Dec@0xf58000> we are not setup yet, can't flush</div><div>Setting pipeline to PAUSED ...</div><div>Pipeline is live and does not need PREROLL ...</div><div>Progress: (open) Opening Stream</div><div>Progress: (connect) Connecting to rtsp://<a href="http://192.168.1.231/channel2">192.168.1.231/channel2</a></div><div>Progress: (open) Retrieving server options</div><div>Progress: (open) Retrieving media info</div><div>Progress: (request) SETUP stream 0</div><div>Progress: (request) SETUP stream 1</div><div>Progress: (open) Opened Stream</div><div>Setting pipeline to PLAYING ...</div><div>New clock: GstSystemClock</div><div>Progress: (request) Sending PLAY request</div><div>Progress: (request) Sending PLAY request</div><div>Progress: (request) Sent PLAY request</div><div>0:00:00.118346119 29989 0x7f869c04e8f0 WARN                 basesrc gstbasesrc.c:2939:gst_base_src_loop:<udpsrc4> error: Internal data stream error.</div><div>0:00:00.118393540 29989 0x7f869c04e8f0 WARN                 basesrc gstbasesrc.c:2939:gst_base_src_loop:<udpsrc4> error: streaming stopped, reason not-linked (-1)</div><div>0:00:00.570757517 29989 0x7f866c002000 ERROR                hlssink gsthlssink.c:503:schedule_next_key_unit:<hlssink0> Failed to push upstream force key unit event</div><div>0:00:00.603464242 29989 0x7f866c002000 ERROR                hlssink gsthlssink.c:503:schedule_next_key_unit:<hlssink0> Failed to push upstream force key unit event</div></div><div><br></div><div>I presume my pipeline is wrong. What did I miss?</div><div>Thanks,</div><div><br></div><div>Jerry</div></div>