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
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.
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