<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>I would like to stream a live audio source readable from stdin<br>over unicast and I have modified the test program testWAVAudioStreamer<br>so I can successfully stream multicast:<br><br>% audiorecord -p mic -T wav |&nbsp; testWAVAudioStreamer<br><br>I was wondering is it possible to modify testWAVAudioStreamer<br>to stream unicast and what would be the procdure for doing that ?<br><br>I'm aware of the preferred model for unicast, testOnDemandRTSPServer.<br>However, it didn't seem to work with continuous streaming<br>from stdin. On the other hand streaming wav files works fine with<br>testOnDemandRTSPServer.<br><br>Simply modifying testOnDemandRTSPServer to read from stdin did not work for:<br>% audiorecord -p mic -T wav | testOnDemandRTSPServer<br>This gives audio overflow error and:<br>% cat test.wav | testOnDemandRTSPServer<br>did not work either.<br><br>Any advice would be greatly appreciated,<br><br>/Karl D<br><br><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>