<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<span class="postbody">Hi there,
<br>
<br>
I have a project where I need to be able to take a network audio stream
and save it to disk while playing it. After looking at several
solutions, I believe VLC is currently the best suited to my needs.
<br>
<br>
The file I am trying to open is streaming data as raw PCM, signed
16-bit, little-endian, mono, 8000 Hz. When I try to stream it directly,
it doesn't work. When I use the "Dump raw input" option, I get a data
stream I can import into Audacity, but that doesn't fulfill my need to
playback in real time while recording.
<br>
<br>
I also would like the ability to open this stream as well as an
MJPEG stream and play them in sync while muxing the data and saving it
to disk. I have been unable to find an option in VLC to open separate
audio and video streams. Is this possible?
<br>
<br>
If VLC can't do these things, are there any other products, free or
commercial, that can?
<br>
<br>
I'm using VLC 0.8.1 under Windows XP.
<br>
<br>
</span><span class="postbody">I've been looking at the VLC how-to, and
in <a
 href="http://www.videolan.org/doc/play-howto/en/ch04.html#id2529330"
 target="_blank" class="postlink">Chapter 4</a>
of the manual, it mentions "VLC should be able to recognize the file
type. If it does not, you can force demultiplexer and decoder (see
below)." However, the document does not actually cover this topic. I
see that vlc has a --codec option, but I don't know what options to
pass to this.</span><br>
<br>
<span class="postbody">Thanks,
<br>
Mitchell Mebane
<br>
</span>
<pre class="moz-signature" cols="72">-- 
The roots of education are bitter, but the fruit is sweet.
--Aristotle</pre>
</body>
</html>