Re: [Live-devel] doGetNextFrame interval

2014-10-09 Thread Ross Finlayson
> In my AudioBufferSource (based on AudioInputDevice) the doGetNextFrame > happens at an extremely fast interval - which is sometimes causing my PCM > audio running at 44.1 kHz to get fragmented. The frequency at which "doGetNextFrame()" gets called depends entirely on the value that you set f

[Live-devel] doGetNextFrame interval

2014-10-09 Thread James Heliker
Hi Ross / All - In my AudioBufferSource (based on AudioInputDevice) the doGetNextFrame happens at an extremely fast interval - which is sometimes causing my PCM audio running at 44.1 kHz to get fragmented. For example, I am tuning my server and client software to work with 64 (pcm)frame chunks, h

Re: [Live-devel] openRTSP complain about mpeg4-generic mode

2014-10-09 Thread PROMONET Michel
Hi Ross, By now I am using release 2014.09.11 but an old release 2014.02.19 was in the PATH... Sorry for disturbing. Best Regards, Michel. [@@ THALES GROUP INTERNAL @@] De : live-devel [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : je

Re: [Live-devel] Writing RTSP server

2014-10-09 Thread Ross Finlayson
> Can we compress the data to H.264 using Live555 ? No. The "LIVE555 Streaming Media" software does not include any 'codec' (media encoding or decoding) software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] Simple server example

2014-10-09 Thread Ross Finlayson
> Could you share a simple example of server which generates frames every 1 > second in memory (simple memset()) and sends it to the client. (Really need > to send "uncompressed video".) Sorry, but we don't support streaming uncompressed video. See "testOnDemandRTSPServer" for an example of a s

Re: [Live-devel] openRTSP complain about mpeg4-generic mode

2014-10-09 Thread Ross Finlayson
> Trying to get an audio stream with openRTSP reports the error > MPEG4GenericRTPSource Warning: Unknown or unsupported "mode": AAC-hbr. Are you using the latest version of the software??? See "liveMedia/MediaSession.cpp", line 1291. When the "MPEG4GenericRTPSource" object is created, the 'mod

Re: [Live-devel] Writing RTSP server

2014-10-09 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Ross Finlayson [finlay...@live555.com] Sent: Wednesday, October 08, 2014 1:18 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Writing RTSP server Currently uncompressed

[Live-devel] openRTSP complain about mpeg4-generic mode

2014-10-09 Thread PROMONET Michel
Hi Ross, Trying to get an audio stream with openRTSP reports the error MPEG4GenericRTPSource Warning: Unknown or unsupported "mode": AAC-hbr. I checked the code of MPEG4GenericRTPSource that check for "aac-hbr" : if (mode == NULL

[Live-devel] Using RTSP Stream for Real Time Interactive Applications

2014-10-09 Thread pankaj bansal
I have an server client application. Server is Java application and client is an android client. I am streaming data using RTSP. I am using the Live555 server for streaming. I can see some constant 2-3 seconds of delay between server and client. Because of which when user gives some input by touch,