I've managed to write a streamer and receiver program based on the test
programs that successfully transmits my audio file from one pc to
another via rtp (unicast). To do this however, I had to modify the
WAVAudioFileSource.cpp file to not complain about my file not being a
wav file. Is there a b
I miss-typed, I meant to say that I couldn't find an example for
streaming raw audio.
See "testWAVAudioStreamer", and notice how 'raw' PCM audio is
streamed (i.e., *without* conversion to u-law). It is streamed as
the RTP media type "audio/L8" (for 8-bits-per-sample PCM audio), or
"audio/L16
I miss-typed, I meant to say that I couldn't find an example for
streaming raw audio. The reason I say raw audio is that I have a eval
board from TI that can encode video and audio into two separate files.
The audio file shows up as data and the video file shows up as mpeg-4. I
was able to stream
I have a g711 raw bit stream and mpeg4 video bit stream that I am trying
to stream using rtp to have played back on vlc. I used the
testMPEG4video program with success. I can't seem to find a good
example for streaming raw video. The audio is encoded at 8000 S/s and
64kbit per second. Any help
I have a g711 raw bit stream and mpeg4 video bit stream that I am trying
to stream using rtp to have played back on vlc. I used the
testMPEG4video program with success. I can't seem to find a good
example for streaming raw video. The audio is encoded at 8000 S/s and
64kbit per second. Any help