<div dir="ltr"><div>Hello everyone,<br></div><div><br></div><div>I'm currently coding on Visual Studio 2017 on Windows 10 to create a program using gst_parse_launch to save a webcam video with filesink. The pipeline is as follow :</div><div><br></div><div>gst_parse_launch("autovideosrc ! video/x-raw,width=640,height=480,framerate=30/1 ! </div><div>tee name=tsplit ! x264enc qp-min=18 ! h264parse ! avimux ! </div><div>filesink location=output.mp4 tsplit. ! </div><div>queue ! matroskamux ! queue leaky=2 ! </div><div>tcpserversink host=192.168.1.203 port=7001", NULL);</div><div><br></div><div>I've encountered a problem where I couldn't read/play a video <span style="font:400 13px/19.5px sans-serif;text-align:left;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;text-decoration:none;word-spacing:0px;display:inline;white-space:normal;font-size-adjust:none;font-stretch:100%;float:none;background-color:transparent">output </span>file created by the program written on C++ and <span style="font:400 13px/19.5px sans-serif;text-align:left;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;text-decoration:none;word-spacing:0px;display:inline;white-space:normal;font-size-adjust:none;font-stretch:100%;float:none;background-color:transparent">by lauching ffprobe.exe to this file, I have no information at all bout the file</span>. However, if I launch the same pipeline on command prompt and on Windows PowerShell, the <span style="font:400 13px/19.5px sans-serif;text-align:left;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;text-decoration:none;word-spacing:0px;display:inline;white-space:normal;font-size-adjust:none;font-stretch:100%;float:none;background-color:transparent">video </span><span style="font:400 13px/19.5px sans-serif;text-align:left;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;text-decoration:none;word-spacing:0px;display:inline;white-space:normal;font-size-adjust:none;font-stretch:100%;float:none;background-color:transparent">output </span><span style="font:400 13px/19.5px sans-serif;text-align:left;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;text-decoration:none;word-spacing:0px;display:inline;white-space:normal;font-size-adjust:none;font-stretch:100%;float:none;background-color:transparent">file could be read perfectly and by lauching ffprobe.exe to this file, I have all the informations about this file. </span></div><div><span style="font:400 13px/19.5px sans-serif;text-align:left;color:rgb(34,34,34);text-transform:none;text-indent:0px;letter-spacing:normal;text-decoration:none;word-spacing:0px;display:inline;white-space:normal;font-size-adjust:none;font-stretch:100%;float:none;background-color:transparent"><br></span></div><div>I hope someone can help me with this. Thanks in advance !</div><div><br></div><div>Akmal</div></div>