Michel Promonet
Michel Promonet
Hi, I made some tests but keeping only state=closed in the test doesnot detect if the webrtc consumer disappear. Probably need to understand more closely your problem. Best Regards, Michel.
Hi @kovenko It may have 2 reasons, either webrtc-streamer doesnot receive the RTP packet, or the ICE negociation fails. Did you try to start docker adding --net=host ? About building...
Hi, I guess what you call mosaic is when your network drop frames ? There is different possibilities, like reduce the resolution/framerate, use RTP/TCP. Best Regards, Michel.
Hi, You can probably do this using [v4l2-ctl](https://raspberrypi.stackexchange.com/a/114253/12486). Best Regards, Michel.
Hi, The screen capturer is created in https://github.com/mpromonet/webrtc-streamer/blob/master/inc/screencapturer.h like this : webrtc::DesktopCapturer::CreateScreenCapturer(webrtc::DesktopCaptureOptions::CreateDefault()); Maybe some options should be set to capture cursor position ? Best Regards, Michel.
Hi, This is usually due to packet drop, and this usually drop I-frame first, as it is biggest packet. A possible improvement could be to stream over TCP, this will...
Hi, Using JPEG instead of H264 avoid the "strange rendering" when loosing frame, it will becomes low frame rate, and use more bandwidth. VLC use large buffer that introduce delay,...
Hi Enrico, Feel free to submit a PR this seems quite straightforward. Best Regards, Michel.
Hi saket424, Feel free to submit a pull request to implement it. Best Regards, Michel.
Hi, Based on the command you used to start (using `-P8888`), you should be able to reach the stream with `cvlc rtsp://192.168.1.104:8888/unicast`. Acessing internet doesnot matter, I did not understand...