<html><head><style type='text/css'>p { margin: 0; }</style><style type='text/css'>body { font-family: 'Arial'; font-size: 12pt; color: #000000}</style></head><body><P>In my case, my code does not reach upto point where seeking on file is performed.</P>
<P>&nbsp;</P>
<P>fs = ast_openstream(chan, filename, preflang);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!fs) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_log(LOG_WARNING, "Unable to open %s (format %s): %s\n", filename, ast_getformatname_multiple(fmt, sizeof(fmt), chan-&gt;nativeformats), strerror(errno));</P>
<P><STRONG><FONT color=#3333ff>//I am getting this warning and the function returns from here<BR></FONT></STRONG>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return -1;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P>
<P>&nbsp;</P>
<P>/* check to see if there is any data present (not a zero length file),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * done this way because there is no where for ast_openstream_full to<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * return the file had no data. */<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; seekattempt = fseek(fs-&gt;f, -1, SEEK_END); </P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>Regards,</P>
<P>Shalu</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P><BR>----- Original Message -----<BR>From: "Timo Teräs" &lt;timo.teras@iki.fi&gt;<BR>To: "Asterisk Developers Mailing List" &lt;asterisk-dev@lists.digium.com&gt;<BR>Cc: "shalu dhamija" &lt;shalu.dhamija@rancoretech.com&gt;<BR>Sent: Friday, December 23, 2011 6:43:35 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi<BR>Subject: Re: [asterisk-dev] Not able to play video file in asterisk 1.8.7.1<BR><BR>On 12/23/2011 03:04 PM, shalu dhamija wrote:<BR>&gt; I am trying to play a video file (H.263 format) &nbsp;using playback()<BR>&gt; application.<BR><BR>You probably need my patch from:<BR>&nbsp;https://issues.asterisk.org/jira/browse/ASTERISK-18994<BR><BR>Though there might be something additional involved too. But there are<BR>chances that this could fix it all together too.<BR><BR>Cheers,<BR>&nbsp;Timo <BR><BR><BR></P></body></html>