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?