Live555 "testWAVAudioStreamer" stream raw pcm a-law audio (no file header)

246 Views Asked by At

I want to stream raw pcm a-law audio file with live555 libary. The file doesn't contains header like wav file has. I tried to stream it using testWAVAudioStreamer.cpp but it didn't work. (error of unsupported file).

I can play the audio file using ffplay like that: ffplay -f alaw -ar 8k audio_file

How can i stream this file using testWAVAudioStreamer?

0

There are 0 best solutions below