jeyaprabhuj-tts

Results 10 comments of jeyaprabhuj-tts

Thanks for your valid input . Can you pls let me know if streaming data from outside into sentry sandbox is not recommended? Our requirement is to use GVisor as...

Thanks for patch Downloaded gvisor - go branch code from repo and patched Got below error ` docker run --runtime=runsc -it --rm --mount type=bind,source=/dev/video0,target=/dev/video1 --privileged ubuntu bash` docker: Error response...

Video for linux installed in AWS EC2 instance aarch64 through ``` sudo apt -y install v4l2loopback-dkms v4l2loopback-utils linux-modules-extra-$(uname -r) sudo modprobe v4l2loopback ``` ubuntu@ip-172-31-41-104:~/videoforlinux$ stat /dev/video0 File: /dev/video0 Size: 0...

I am not able to build master branch in aarch64 , otherwise could have patched it in master (https://github.com/google/gvisor/issues/7089) I will patch in current go branch code in aarch64 ubuntu...

cat is able to read continuously when used without runsc in docker cat /dev/video0 works

@fvoznika My team execute and got below error. I tried below commands to capture the video from laptop inbuilt camera with **ffmpeg** commands , I am able to capture video...

@fvoznika @hbhasker We have already merged code from runc in gvisor local archive for mounting device in Gofer as device . Also correct FD is passed to sentry . Mounted...

@fvoznika @hbhasker `_Add code to the Gofer to setup the proper devices inside the container's root. Likely the code that @prashantmathapati posted above. This code here needs to be extremely...

We are trying in Host only Steps Execute docker and get pid for container First map docker pid namespace from /proc/{proc id}/ns/net to /var/run/net/ e.g. gvisor_con1 Then exec commands sudo...

@amscanne @hbhasker We have a setup where one IOT device having multiple customer containers, each one needs to have separate firewall rule. Do you suggest to create 5 bridges for...