Re: [Live-devel] Live G711 audio source

2009-09-09 Thread Ross Finlayson
I believe this because VLC is incorrectly reporting the # of bits per sample as 16, and that's the only inheritance hierarchy I can see that clearly communicates such a value. Is that correct? What RTP payload format are you delivering to the client? u-law ("PCMU")? "L8"? Or "L16"? Only t

Re: [Live-devel] Live G711 audio source

2009-09-09 Thread Jeremy Noring
On Wed, Sep 9, 2009 at 3:17 PM, Ross Finlayson wrote: > testOnDemandRTSPServer uses WAVAudioFileServerMediaSubsession, which has an >> option to convert to ulaw--this class is sort of like what I want (?), >> although it reads from a file instead of a live source (hence the "seek" and >> "scale" m

Re: [Live-devel] Live G711 audio source

2009-09-09 Thread Ross Finlayson
testOnDemandRTSPServer uses WAVAudioFileServerMediaSubsession, which has an option to convert to ulaw--this class is sort of like what I want (?), although it reads from a file instead of a live source (hence the "seek" and "scale" methods that are irrelevant to a live source) and my ulaw sourc

[Live-devel] Live G711 audio source

2009-09-09 Thread Jeremy Noring
I want to expose a live G711 stream (specifically, PCMU) through an on-demand RTSP server; my application receives a pre-encoded stream (single channel, 8000 samples/sec, etc.). I reviewed a bunch of the samples that come with Live555 (and wis-streamer) and they were good references, but I want to

Re: [Live-devel] (no subject)

2009-09-09 Thread Steve Jiekak
I think I got the files from this tutorials, and I will try to find it. But it really deceived me and I found i a bit useless. I think you should read the FAQ, which says you need a framer subclass for H.264. From some sources (it work with files from FFmpeg with default parameters), your framer