> welcome.wav still doesn't stream, and since file shows: > > # file welcome.wav > welcome.wav: RIFF (little-endian) data, WAVE audio, Microsoft > PCM
That's presumably the problem. Our WAV file parsing code can't handle WAV files that contain 'Microsoft PCM' (whatever that is), because I don't think there is a standard RTP payload format defined for how to stream this. Our WAV file parsing code recognizes regular PCM, PCMU (i.e., u-law), PCMA (i.e., a-law), and IMA ADPCM WAV files only. (Fortunately these are by far the most commonly-seen types of WAV file.) 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