Replies: 1 comment 3 replies
-
Hi, (just FYI Martin |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks!
I am trying to figure out what to change so that I can have a duplex stream between 2 pcs (one mac and one windows) sending the webcams to each other practically making a video chat. The problem is that the video displayed on the PC is skipping a lot of frames, sometimes showing 1 frame per multiple seconds. The video shown on the Macbook Air is pretty decent. So I am trying to figure out how to improve the script sent from the Macbook Air. I tried changing the codec, but that does not help.
This is the code I used for the Win PC.
uv -t dshow:device=4:mode=0:RGB -c libavcodec:codec=H.264 -d gl:d 192.168.1.106
And this is the code I used in the Terminal for the MacBook Air
./uv -t avfoundation:device=0:mode=0:fps=30 -c libavcodec:codec=H.264 -d multiplier:gl#preview 192.168.1.104
I also tried using the UV.app
The Macbook Air is a bit old from 2013 and it is an Air after all. But I am wondering is the problem lies somewhere else.
Any suggestions?
Thank you!
For the H264, this is the errors I get on the PC:
I also tried using MJPEG on MacBook Air. This is what I get:
Beta Was this translation helpful? Give feedback.
All reactions