<div>
                    <div>I think you might need a script to strip the column header ?</div><div><br></div><div>&nbsp;psql -c "select 1" |cat&nbsp;</div><div>&nbsp;?column?&nbsp;</div><div>----------</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 1</div><div>(1 row)</div><div><br></div><div><br></div><div><br></div>
                </div>
                <div><div><br></div><div>--&nbsp;</div><div>About: http://about.me/dujinfang</div><div>Blog: http://www.dujinfang.com</div><div>Proj: &nbsp;http://www.freeswitch.org.cn</div><div><br></div>Sent with <a href="http://www.sparrowmailapp.com">Sparrow</a><br><div><br></div></div>
                 
                <p style="color: #A0A0A8;">On Saturday, March 3, 2012 at 10:17 PM, Bernard Fluixa wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div>Hi there,<div><br></div><div>I'm trying to make a playback of streamed sound data coming from a database. I could make the example included in documentation work (cat file.wav | sox -t wav - $@ -t raw -). However, I can't make it work with same sox options after having uploaded that same file into my PGSQL database and select it instead of a cat command.&nbsp;</div><div><br></div><div>My shell script is</div><div><br></div><div><div>#!/bin/bash</div><div><br></div><div>psql -h &lt;HOST&gt; -U postgres -E -t -q -d &lt;DATABASE&gt; -c "select &lt;BINARY COLUM DATA&gt; from &lt;TABLE&gt; " | sox -t wav - $@ -t raw -</div></div><div><br></div><div>Freeswitch gives me a "sox FAIL formats: can't open input &nbsp;`-': WAVE: RIFF header not found" error message.</div><div><br></div><div><br></div><div>Has anybody streamed data from database into Freeswitch?</div><div><br></div><div>Thank you.</div><div><br></div><div>Bernard</div><div>&nbsp;&nbsp;&nbsp;<font face="monospace"><span style="font-size: 13px; line-height: 14px; white-space: pre; ">&nbsp;</span></font></div><div><br></div></div><div><div>_________________________________________________________________________</div><div>Professional FreeSWITCH Consulting Services:</div><div><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></div><div><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></div><div><br></div><div>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</div><div><a href="http://www.cudatel.com">http://www.cudatel.com</a></div><div><br></div><div>Official FreeSWITCH Sites</div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div><div><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></div><div><a href="http://www.cluecon.com">http://www.cluecon.com</a></div><div><br></div><div>FreeSWITCH-users mailing list</div><div><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></div><div><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></div><div>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></div><div><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>