<div dir="ltr">
<div>How to pipe from ffmpeg to gstreamer in windows command line ? I
try with fdsrc fd=0 but it doesnt work. The closest I could get was with
filesrc location=con:0.<br></div><div><br></div><div>
ffmpeg -nostats -loglevel 0 -stream_loop -1 -r 25000/1000 -re -i
C:\testclip.ts -map 0 -c: copy -f mpegts - | gst-launch-1.0 -e -v filesrc
location=<b>con:0</b> ! queue ! tsparse set-timestamps=true ! tsdemux
name=d d.video_0_0100 ! h264parse ! queue ! mpegtsmux name=mx
alignment=7 ! srtserversink uri=srt://:8888/ latency=100 d.audio_0_0101 !
mpegaudioparse ! audio/mpeg ! queue ! mx.sink_66 d.audio_0_0102 !
mpegaudioparse ! audio/mpeg ! queue ! mx.sink_67 <br></div><div><br></div>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>handling interrupt.<br>Interrupt: Stopping pipeline ...<br>ERROR: pipeline doesn't want to preroll.<br>Setting pipeline to NULL ...<br><div>Freeing pipeline ...</div><div><br></div><div><br></div><div>If I just put filesrc location=
C:\testclip.ts, pipeline is rolling.</div><div><br></div><div>Could you please help me with piping.</div><div><br></div><div>Regards.</div>
</div>