Michel Promonet

Results 251 comments of Michel Promonet
trafficstars

Hi Andrea, You may start compiling live555 with your crosscompiler to tune the compiler option. There may be a a config that correspond to it. When you will got the...

Hi @castilho25 Did you tried with `--net=host` ? Usually this occurs because the published ICE candidate is the docker IP that is not reachable from your laptop. Another way could...

Hi, I will takes more time to read in details, but by default configuration use RTP over TCP, this in order to works with more stream, using RTP over UDP...

Hi, You may try to reduce de resolution or to use RTP over TCP. Best Regards, Michel.

Hi @danieltwagner I don't try libcamera-apps, it seems this is capturing a v4l2 device and compress the stream ? v4l2rtspserver read a v4l2 device, and support some format (h264, h265,...

Hi Abhishek, There is no actual communication from the capturer to the client side. The datachannel may be a possibility to send backend status. Best Regards, Michel.

Hi @zerodefect, The more the network has latency, the more the video jitter, using a attached webcam or an RTSP stream on your LAN is smoother. Probably this could be...

Hi, This is not implement but should not be really complex to add passing an argument in the options and set the range Best Regards, Michel.

Hi, You may try with [openRTSP ](http://www.live555.com/openRTSP/) specifying ``` -U  | request that the server seek to the specified absolute time (format: "YYYYMMDDTHHMMSSZ" or "YYYYMMDDTHHMMSS.Z") before streaming -E  | request...

Hi, Maybe you can use the webrtc stats ? Or I guess it could be to use the datachannel or add some additionnal status in getPeerConnectionList API. Best Regards, Michel.