StreamWebSocket for sending video within 2 UWP apps in c#

Dashi96 1 Reputation point
2020-10-13T04:26:55.347+00:00

Hi,
I have 2 UWP apps, and one app sends captures video on Windows.Media.AppRecording. And I use StreamWebSocket to send data. But the thing is when the data sending method and data receiving method is in the same file, it can be done. But if those 2 methods are in different UWP apps, it did not work. I used the same URI used in the sample and can I know the reason for this and If I create a local server, is this will become a solution.

Universal Windows Platform (UWP)
{count} votes