59 questions
0
votes
0
answers
39
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 ...
0
votes
0
answers
55
views
Exception when initializing CastingDevicePicker in Unity for UWP (Hololens 2)
I'm currently working on a Unity project that targets UWP, and I need to implement a feature to connect via Miracast. I'm trying to use the CastingDevicePicker from the Windows Runtime API, but I'm ...
0
votes
0
answers
84
views
Miracast Not Working While Electron App Running (RTSP Protocol Breaks)
I am experiencing an issue where Miracast stops working when my Electron app is running. Specifically, the RTSP protocol seems to break, causing the connection to fail.
Details:
Electron Version: 29.0....
0
votes
0
answers
83
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 ...
0
votes
1
answer
79
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 ...
2
votes
1
answer
134
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....
0
votes
0
answers
80
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 ...
0
votes
1
answer
1k
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 ...
0
votes
1
answer
931
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 ...
1
vote
1
answer
1k
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 ...
5
votes
0
answers
4k
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 ...
0
votes
1
answer
291
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-...
2
votes
2
answers
12k
views
Can a website (on chrome) detect if screen mirroring is turned on in windows 10?
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?
0
votes
0
answers
210
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 ...
2
votes
1
answer
2k
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 ...