<div dir="ltr">I am trying to run: (notice the CAPS). Which fails<div><br><div><div>gst-launch-1.0 filesrc location=entry.mp4 '!' qtdemux '!' video/x-h264,width=640,height=480 '!' h264parse '!' mpegtsmux '!' hlssink playlist-root=<a href="https://192.168.1.8/~silentm/hlssink">https://192.168.1.8/~silentm/hlssink</a> location=/home/silentm/public_html/hlssink/hlssink.camera.560.%05d.ts target-duration=1 max-files=3 playlist-length=2 playlist-location=/home/silentm/public_html/hlssink/playlist.camera.560.m3u8</div><div>[root@devgeis src]# Setting pipeline to PAUSED ...</div><div>Pipeline is PREROLLING ...</div><div>WARNING: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: Delayed linking failed.</div><div>Additional debug info:</div><div>./grammar.y(510): gst_parse_no_more_pads (): /GstPipeline:pipeline0/GstQTDemux:qtdemux0:</div><div>failed delayed linking some pad of GstQTDemux named qtdemux0 to some pad of GstH264Parse named h264parse0</div><div>ERROR: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: Internal data stream error.</div><div>Additional debug info:</div><div>qtdemux.c(6024): gst_qtdemux_loop (): /GstPipeline:pipeline0/GstQTDemux:qtdemux0:</div><div>streaming stopped, reason not-linked (-1)</div><div>ERROR: pipeline doesn't want to preroll.</div><div>Setting pipeline to NULL ...</div><div>Freeing pipeline ...</div></div><div><br></div></div><div><br></div><div>Remove the width and height and it works.</div><div><div>gst-launch-1.0 filesrc location=entry.mp4 '!' qtdemux '!' video/x-h264 '!' h264parse '!' mpegtsmux '!' hlssink playlist-root=<a href="https://192.168.1.8/~silentm/hlssink">https://192.168.1.8/~silentm/hlssink</a> location=/home/silentm/public_html/hlssink/hlssink.camera.560.%05d.ts target-duration=1 max-files=3 playlist-length=2 playlist-location=/home/silentm/public_html/hlssink/playlist.camera.560.m3u8</div><div>[root@devgeis src]# Setting pipeline to PAUSED ...</div><div>Pipeline is PREROLLING ...</div><div>Pipeline is PREROLLED ...</div><div>Setting pipeline to PLAYING ...</div><div>New clock: GstSystemClock</div><div>Got EOS from element "pipeline0".</div><div>Execution ended after 0:00:00.267574950</div><div>Setting pipeline to PAUSED ...</div><div>Setting pipeline to READY ...</div><div>Setting pipeline to NULL ...</div><div>Freeing pipeline ...</div></div><div><br></div><div><br></div><div>What am I doing wrong ? The original image is 1920x1080 and I want to make that smaller at 640x480.</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerry</div></div>