58 questions
Score of 0
0 answers
103 views
How to reliably obtain the Miracast sender's actual IP address on Windows Miracast?
After a successful Miracast connection on Windows, the API returns the sender's MAC address—but this MAC doesn’t correspond to the actual network interface that owns the sender’s IP address.
...
Score of 2
0 answers
313 views
How can I programmatically initiate a Miracast connection from my Android app without launching the system cast settings?
I'm developing an Android app (using Java and Groovy) and want to add built‑in screen mirroring/casting functionality using Miracast. My goal is to mirror the phone screen to a TV directly within my ...
Score of 0
0 answers
120 views
Where can I get information on supporting Miracast on Android 13 with an NXP devkit BSP?
I have integrated our company's radios with NXP's imx8mp dev kit with their supplied BSP, but they do not have support for miracast in this BSP, and I would like to see if we can support it.
Where can ...
Score of 0
0 answers
109 views
HDCP content protection using UWP Miracast API
I am developing a Miracast sink app following the UWP Miracast API documentation that must support content protection using HDCP.
Currently, projection of unprotected content works fine. However, the ...
Score of 0
1 answer
155 views
How to enable UIBC Mouse through UWP Miracast API?
I am developing a Miracast sink app following the UWP Miracast API documentation and managed to get projection with User Input Back Channel (UIBC) for keyboard working. However, the API doesn't seem ...
Score of 2
1 answer
181 views
Why source device send RTCP packet to remote UDP port 0?
I'm trying to cast Windows 10 computer screen to an Android TV with miracast protocol and support RTCP extension.
I follow the specification [MS-WFDPE]: Wi-Fi Display Protocol Extension, see chapter 2....
Score of 0
0 answers
92 views
The application called an interface that was marshalled for a different thread error while accessing stream data from miracast receiver?
I have a Miracast receiver Winform application which uses the Microsoft.Toolkit.Forms.UI.Controls package to access the Windows.Media.Miracast Namespace.
I have used to following code to start the ...
Score of 0
1 answer
1175 views
Streaming H.264 video in MPEG2-TS over RTP
I am trying to build an Android application that is able to stream the screen over the network using an H.264 video feed in an MPEG2-TS container, sent over RTP (in case it matters, this is supposed ...
Score of 0
1 answer
1115 views
Autoconnect with Microsoft Display Adapter using Windows.Devices.WiFiDirect
First, I have extensively read through Autoconnect to MS Wireless display on Windows 10 and tried basically every solution. (I did technically get the AutoHotKey solution working, and in fact did ...
Score of 1
1 answer
1297 views
Programmatically add a wireless display on Windows using Miracast
I am looking to develop a WPF application, if not UWP app, that will programmatically add a specific device (a Samsung Tablet) as a wireless display device for Win10. Eg. I have only 1 screen now, I ...
Score of 6
0 answers
4556 views
More about Casting(Screen Mirroring) Technology (Protocols)
So recently, Casting technology is almost poping up everywhere i know, and those Smart TVs and TV boxes starting to "claims" to support such technology, and i was like hmmm, how do they ...
Score of 0
1 answer
353 views
Calling WinRT::MiracastReceiver from a Desktop Application(Win32/C++), it's non support
First, I use WinRT::MiracastReceiver(Win10 sdk) by "Windows Application Packaging Project" in Win32/C++ project.
https://learn.microsoft.com/zh-tw/windows/msix/desktop/desktop-to-uwp-...
Score of 2
2 answers
13721 views
Can a website (on chrome) detect if screen mirroring is turned on in windows 10? [closed]
Or is it possible for any web browser in general to detect if screen is being duplicated on another display? Also Can a web browser know that the OS is begin run inside a virtual box?
Score of 0
0 answers
251 views
Finding Miracast deivces using WifiDirect api (c++)
I am trying to find all Miracast devices (like smart TV that supports Miracast).
How i can do that from desktop c++ software (not app)?
I would like to do that from win7 and from win10
I read about ...
Score of 2
1 answer
1659 views
I need to show video on smart tv from iphone programmatically
There is an application called Miracast This app is capable to mirror screen to Smart TV (I need specially Samsung TV) and play videos from gallery to the TV
I tried to search but couldn't find any ...