P3D v3 simConnect_beginVideoStream doesn't work on windows10 64-bit

Discuss on the SimConnect SDK can be used by programmers to write add-on components for Prepar3D
Post Reply
AFranco
Posts: 1
Joined: Thu Jun 24, 2021 9:35 am

P3D v3 simConnect_beginVideoStream doesn't work on windows10 64-bit

Post by AFranco »

I'm trying to use SIMCONNECT_BEGINVIDEOSTREAM to accept P3D's videoStream on a client.

I have confirmed that I can receive the correct video stream data while P3D running on Win7 64-bit, so I can see the video in my client.
On Windows 10, I used the same approach and didn't get the right results. I have used the WireShark tool in order to find if P3D was
sending udp packets through the specified port, but unfourtunatly I didn't get any relevant data packets. Furthermore, I checked that
the SIMCONNECT_BEGINVIDEOSTREAM port wasn't open through Resources monitor.

Is there any solution to fix this problem on P3D v3 or I have to upgrade to P3D v4 instead?


Thank you for your answer.
jjshi
Posts: 3
Joined: Mon Aug 16, 2021 5:43 am

Re: P3D v3 simConnect_beginVideoStream doesn't work on windows10 64-bit

Post by jjshi »

Hi AFranco,

I am trying on windows10 64-bit too, have you find the solutions?
Post Reply