On Thu, May 20, 2010 at 3:17 AM, Andy Bell wrote:
> Hi,
>
> I have used the 'Elphel' code to build a simple RTSP server which streams a
> fixed JPEG frame. I want to be able to configure the RTSP server to use a
> specific JPEG file on disk. The problem I have is that different JPEG files
> hav
The "testWAVAudioStreamer.cpp" test program reads from a WAV file.
How can I modify it so that it takes input from a Buffer instead?
You will need to write your own subclass of "FramedSource" (that
encapsulates your buffer), and, in particular, implement the
"doGetNextFrame()" virtual function
Hi,
The "testWAVAudioStreamer.cpp" test program reads from a WAV file.
How can I modify it so that it takes input from a Buffer instead?
Regards,
Jacques Tebcherani
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailma
Hi,
I have used the 'Elphel' code to build a simple RTSP server which streams a
fixed JPEG frame. I want to be able to configure the RTSP server to use a
specific JPEG file on disk. The problem I have is that different JPEG files
have different header sizes and I want to work out how I can work