[Live-devel] Live stream of Axis camera

2008-05-06 Thread Fantomas
Hi, I'm trying to stream in real time from a Axis 207 camera, based on examples of the library. I successfully streamed video, but I have troubles to add aac audio streaming, using ADTSAudioFileSource and MPEG4GenericRTPSink, as I've seen in the list. First I create a RTSPClient and connect to

[Live-devel] Different client and server fps

2007-08-27 Thread Fantomas
Hi, I have a camera that streams video at 30 fps, but I need that my client (based on openRTSP) records video at 10 fps without changing the camera configuration. I've changed fDurationInMicroseconds in FramedSource and in MultiFramedRTPSource to 10, but I'm still receiving the video in 30 fps.

[Live-devel] Recording stream in multiple files

2007-08-01 Thread Fantomas
Hi, I'm recording a stream to a .mov file using a QuickTimeFileSink, with code based in the openRTSP example. I need to record the stream in multiple videos with a arbitrary duration, so every 30 seconds I close the sink and open a new with another file name. I modified the QuickTimeFileSink and ad