Dominic Létourneau

Results 75 comments of Dominic Létourneau

Thanks for the quick answer! I have compiled the project following the build instructions on Windows. However, I always have issues with AkQml not found when running from QtCreator. This...

You were referring to this ?https://github.com/webcamoid/webcamoid/blob/master/libAvKys/Plugins/VideoCapture/src/ffmpeg/src/convertvideoffmpeg.cpp#L150 It seemed to me that this is just a buffer limit for accumulating ffmpeg packets and would not change anything in the latency as...

> I forgot to ask, are you using some Android streaming app or similar for RTSP? No, I am using a PTZ IP camera. > It may require some tweaks...

I have made some progress and removed the latency with RTSP sources. See [here](https://github.com/doumdi/webcamoid/tree/rtsp-dev). This needs more work, but basically it shows that the latency is due to the handling...

Thanks for the info. My only concern is how to set the media adequately for the MutiSrc AkElement. Since we have only a pointer to the base class, I have...

Thanks! Of course! I was not thinking Qt / Meta-Object enough ;)

I got it working [link](https://github.com/doumdi/webcamoid/tree/rtsp-dev). Thanks for your help.

You can set some options for ffmpeg/rtsp that may change the latency. But the biggest change is [here](https://github.com/doumdi/webcamoid/blob/rtsp-dev/libAvKys/Plugins/MultiSrc/src/ffmpeg/src/videostream.cpp#L135). I removed completely the time stamp check and output the data as...

I have made a small app here: https://github.com/doumdi/webcamoid/blob/rtsp-dev/libAvKys/Demo/main.cpp

@petergerten, Let's continue the discussion here: https://github.com/doumdi/webcamoid/issues/1