<div>Hi,</div>
<div>&nbsp;</div>
<div>Parser for Wav file that parses Wav file header ( in Class WAVAudioFileSource Constructor) is not generic that is, not compattible for all Wav files. For this you need to know Wav header details (available easily) and need to update function WAVAudioFileSource constructor that is parsing header. Many parameters in parsing like no. of channels (must be less than or equal to 2) , or format header length, blah blah blah..are&nbsp;extracted from input Wav file.&nbsp;Parsing is hard coded in this Class and you have to check the file you want to stream and code that is parsing it are compatible or not, and if not you need to do minor changes so that Live555 Server considers it as a valid streamable Wav file.
</div>
<div>&nbsp;</div>
<div>May this will work for you....! . </div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Nikhil Agrawal</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/11/07, <b class="gmail_sendername">Siddharth Agarwal</b> &lt;<a href="mailto:sid1337@gmail.com">sid1337@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">OK, please consider me a newbie.<br><br>I&#39;ve compiled everything using mingw (on windows), and now I want to
<br>test the wave audio streamer. I&#39;ve put in a small 8-second wave file as<br>test.wav, and then I run testWAVAudioStreamer.exe. I now open VLC, and<br>try to play it using the RTSP address given. All VLC does is sit there
<br>for a second or two, and then stop playing. I don&#39;t hear any output.<br><br>VLC can play other streams well.<br><br>What could be the problem?<br><br>--<br>Best regards,<br>Sid<br><br>_______________________________________________
<br>live-devel mailing list<br><a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br><a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel
</a><br></blockquote></div><br>