Enables displaying multimedia or sharing a screen between devices, without cables or a pre-existing network connection.
Questions tagged [miracast]
55 questions
1
vote
0 answers
"Invalid control category: android.media.intent.category.LIVE_VIDEO"
Has anyone seen this in logcat before ?
My code:
MediaRouteChooserDialogFragment pickerDlg = MediaRouteDialogFactory.getDefault().onCreateChooserDialogFragment();
// Create a route selector for the type of routes your app…

kellogs
- 2,837
- 3
- 38
- 51
1
vote
1 answer
What are the miracast supported video formats?
Developing and application for miracast.
That will transfer video data to tv's.
I would like to know what are the video formats support This feature ?

Xavi Seon
- 23
- 2
1
vote
2 answers
Wireless display plus touch input
Through the use of Miracast or Chromecast we can display our smartphone/windows content onto a display wirelessly. Is there a way to enable touch on the display that is being projected to wirelessly instead of using a usb cable(for windows)?
Thanks…

Julien
- 13
- 3
1
vote
0 answers
Coding with Miracast in Android, is it possible to control the screen mirroring inside custom app
Is it possible to code the controls to select, connect and mirror the screen of a compatible device to a TV device using Miracast from within a developed app? Or must the connection be created outside the application?
Searching for examples of WIFI…

Stuart
- 73
- 1
- 5
0
votes
0 answers
How could I support HDCP2.2 in Android miracast?
I want to support miracast with hdcp2.2 and using mediaplayer, how could I support hdcp2.2? Should I apply hdcp2.2 to MediaDrm plugin?
I see widevine hdcp test video in exoplayer test cases, but now I don't want to support widevie. Is it same thing…

misaki
- 1
0
votes
0 answers
Miracasting video plus sound on Android/Xiaomi/Miui: how to direct sound, too, to wireless display by code?
Casting video plus sound programmatically to miracast from Xiaomi Redmi 5:
I CAN cast a YouTube video plus sound from the redmi to the miracasted wireless display, and the sound will be emitted from the wireless display speaker.
When I try to cast…

Pat
- 1
- 1
0
votes
1 answer
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 to stream to a Miracast display). I have the…
0
votes
1 answer
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 that before even researching. But, I feel like…

Riko
- 1
- 3
0
votes
1 answer
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-packaging-dot-net.
So It already has package identity(Private…

james1023
- 1
- 1
0
votes
0 answers
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 WiFiDirectService class but i am not sure this is…

Ben Smith
- 1
- 1
0
votes
1 answer
Using Miracast from UWP api in a .NET core project cannot receive video frames
We managed to create a working Miracast sink using UWP and we wanted to use this functionality inside a .NET Core application.
So we followed this guide to use UWP apis in a .NET Core project:
Using UWP apis with WPF and .NET Core
The project runs,…

Cristian Carli
- 15
- 7
0
votes
0 answers
Chromecast/Miracast local live stream from camera
I want to get a live stream (local camera) on a chromecast or miracast receiver through a C# application.
Do you know any solution to do this ?
Thanks in advance !

Bakineo
- 1
0
votes
1 answer
What is the proper way of using the Windows.Media.Miracast namespace?
I am looking into screen casting through Miracast in an application but am unsure of how to use the Windows.Media.Miracast namespace. Limited information exists on the internet due to the short age of the Windows 10 1903 update that the namespace…

eocsap
- 92
- 10
0
votes
1 answer
How to connecting PC desktop to Miracast
I want to connecting my devices to the projector Display (infocus) using Wireless Display Adapter (Wecast Miracast).
a. When Connecting Smartphone to Miracast, sucessfully without any problems
b. Connecting Notebook/laptop (Windows 10) to Miracast,…

flyingbird013
- 446
- 2
- 12
- 28
0
votes
1 answer
Miracast connection error after joining ad domain
I have a situation where a laptop always ends up have a connection error when trying to establish a screen share using Miracast. Shockingly this phenomenon began right after joining the lenovo laptop to active directory domain. I have attempted to…

john zuh
- 59
- 1
- 11