<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>
<BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class=gmail_quote>Hello All,<BR><BR>When I execute this pipeline from the command line...<BR><BR>&nbsp;gst-launch -e rtspsrc location=rtsp://<A href="http://192.168.1.211:8109/camera.sdp" rel=nofollow target=_blank><SPAN id=lw_1285722960_1 class=yshortcuts>192.168.1.211:8109/camera.sdp</SPAN></A> ! rtpmp4vdepay ! mpeg4videoparse ! mp4mux ! filesink location=myfile<BR><BR>...and send a <SPAN style="BORDER-BOTTOM: #366388 2px dotted; CURSOR: hand" id=lw_1285722960_2 class=yshortcuts>SIGINT</SPAN> to the process I get a file that is playable because I specified the '-e' which indicates that EOS on shutdown.<BR><BR>However, if I execute the same pipeline from the command line and remove the RTSP server (i.e. force a socket error) the process exits without performing an EOS on shutdown.&nbsp; A quick look at the code in "gst-launch.c" confirmed my suspicion that EOS
 on shutdown is only performed on a SIGINT.&nbsp; What if my application has recorded valuable video data and the network goes down, does this mean I have lost all of that data since the file will not be viewable due to the absence of EOS on shutdown processing on anything that is not a SIGINT?<BR><BR>Thanks in advance.<BR><BR>Best Regards,<BR clear=all><FONT color=#888888><BR>-- <BR>Rob Krakora<BR><SPAN id=lw_1285722960_3 class=yshortcuts>Senior Software Engineer</SPAN><BR>MessageNet Systems<BR><SPAN style="BORDER-BOTTOM: #366388 2px dotted; BACKGROUND: none transparent scroll repeat 0% 0%; CURSOR: hand" id=lw_1285722960_4 class=yshortcuts>101 East Carmel Dr. Suite 105<BR>Carmel, IN 46032</SPAN><BR><SPAN style="BORDER-BOTTOM: #366388 2px dotted; BACKGROUND: none transparent scroll repeat 0% 0%; CURSOR: hand" id=lw_1285722960_5 class=yshortcuts>(317)566-1677 Ext. 206</SPAN><BR><SPAN style="BORDER-BOTTOM: #366388 2px dotted; CURSOR: hand"
 id=lw_1285722960_6 class=yshortcuts>(317)663-0808</SPAN> Fax<BR></FONT></BLOCKQUOTE></DIV></div></body></html>