Re: [Live-devel] Getting the JPEG payload from a JPEG file

2010-05-20 Thread Jeremy Noring
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

Re: [Live-devel] Modify testWAVAudioStreamer to take input from a Buffer

2010-05-20 Thread Ross Finlayson
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

[Live-devel] Modify testWAVAudioStreamer to take input from a Buffer

2010-05-20 Thread Jacques Tebcherani
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

[Live-devel] Getting the JPEG payload from a JPEG file

2010-05-20 Thread Andy Bell
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