Michel Promonet
Michel Promonet
Hi, I made a test on a Raspberry B, it is working since https://github.com/mpromonet/v4l2rtspserver/commit/ef86de39227e0c97ea27de4955cdc6589355e266. There is one image arm/v6 and one image arm/v7. Best Regards, Michel.
Hi, It should, it may have some fixes to do. Best Regards Michel
Hi, Thanks. I started from webcodec sample that play at normal speed. Best Regards Michel
Hi, The video player sample https://github.com/w3c/webcodecs/tree/main/samples/video-decode-display. I made some experimentation in https://github.com/mpromonet/gin-tflite/blob/master/static/video.html Best Regards, Michel.
Hi, You might look to https://github.com/mpromonet/v4l2onvif Best Regards Michel
Hi @tuananh-lab The approach of this project is to use v4L2 interface, driver should not matter till it implement the interface. Best Regards, Michel.
Hi @sithdaddy I did not answer because you did not explain what you try to do. v4l2rtspclient connect to an RTSP H264 video stream and write to an V4L2 device...
Hi @sui0312feng This file is in webrtc sdk https://chromium.googlesource.com/chromium/src/+/refs/heads/main/base/win/wincrypt_shim.h Maybe some mixup in your includes folder... Best Regards, Michel.
Hi @manivalaguru You may increase the log level, try to read your device with vlc or ffmpeg to see if it's behave the same. It might be missing in VPS,...
Hi @manivalaguru Maybe i-frames are big and are dropped by your network. You can discriminate this using rtp over tcp. Best regards Michel