>And with ulaw all I get is static.

Interesting....


>Could this be an endian issue with the audio encoders that are
>currently being used?
>
>Im running this on a KuroHG PowerPC

Interesting.  Byte ordering could well be the problem.  The 
"wis-streamer" code assumes that the input (16-bit PCM) audio samples 
have the same byte order as the computer host.  PowerPC is big-endian 
(at least by default).  Is it possible that your audio PCM input 
source is, instead, little-endian?  If so, can you change this?
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to