Questions tagged [miracast]

Enables displaying multimedia or sharing a screen between devices, without cables or a pre-existing network connection.

55 questions
20
votes
6 answers

Autoconnect to MS Wireless display on Windows 10

I want to write a Windows service (in c#) or a powershell script that connects my laptop automatically (at boot or key combination) to my MS wireless display adapter for screen mirroring. In Windows 10 I can only do it manually by going to the…
user4149157
14
votes
2 answers

Steps to programmatically cast from android to miracast receiver

I'm trying to write an app that will start casting the screen from an Android phone to a TV via miracast. I'm using an HDMI dongle since the TV in question doesn't natively support miracast. I have been trying the code here, but it needs an…
CalumMcCall
  • 1,665
  • 4
  • 24
  • 46
7
votes
3 answers

Where can I find the Miracast specification?

I want to develop a Miracast application for Mac OS X. (i.e. something to display imagery to a miracast-enabled device) The only problem I'm having right now is that I can't find the official specification for this. Is it possible that you need to…
Tovi7
  • 2,793
  • 3
  • 23
  • 27
5
votes
1 answer

How to disable screen mirroring?

How to block the app to screen mirroring? As i check the FLAG_SECURE, Window flag: treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays. The from being viewed on…
chancyWu
  • 14,073
  • 11
  • 62
  • 81
3
votes
0 answers

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 works? wat protocol they use? and one day, as im a Nexus6P…
mkcoldwolf
  • 55
  • 1
  • 6
3
votes
0 answers

wpa_supplicant reply to any command with UNKNOWN COMMAND

While sending a command to wpa_supplicant ( with wpa_cli for instance ) I got UNKNOWN COMMAND all times. root@rk3399_box:/system/bin # wpa_cli wpa_cli v2.5-devel-6.0.1 Copyright (c) 2004-2015, Jouni Malinen and contributors This software…
forlayo
  • 1,371
  • 2
  • 13
  • 23
3
votes
0 answers

How to cast web url from android app via miracast?

I try to cast youtube video from my android app to chromecast or smart tv through miracast. But I can cast only source url for video like https://media.w3.org/2010/05/sintel/trailer.mp4 How can I cast web page with youtube or vimeo url video? I…
Max Sysoev
  • 61
  • 5
3
votes
0 answers

Connect to a wireless miracast display using Windows API

I would like to connect to a wireless miracast display which is already paired with the host. I am able to use EnumDisplayDevices to list the wireless display device. I have tried to use ChangeDisplaySettingsEx but it didn't work, I used…
TheDcoder
  • 509
  • 1
  • 7
  • 23
3
votes
0 answers

AirPlay, Chromecast, Miracast SDK

I would like to realize an Android application that would be able to display an AirPlay, Miracast or Chromecast stream. This application will be a basic Viewer of these 3 technologies. I would like that when you launch it, you can see it on your…
X6Entrepreneur
  • 971
  • 2
  • 10
  • 30
3
votes
0 answers

How to show list of all possible displays to connect (miracast)

I need to show list of all possible displays , and after that select one of them to connect with miracast. Here is my code: private Context context; private DisplayManager mDisplayManager; private WifiP2pManager wifiP2pManager; private…
Alex D.
  • 1,424
  • 15
  • 40
3
votes
0 answers

How to get MediaRouteSelector to show available MiraCast and Chromecast devices?

I am trying to get my Media Route Selector to show both MiraCast and Chromecast devices. I have a Chromecast receiver app and also make use of the Presentation API in Android so ideally the user should only have to click the media router button and…
charliebeckwith
  • 1,449
  • 11
  • 29
3
votes
0 answers

Is it possibile to use an Android device as a miracast receiver?

Can you use an android device to receive wireless display from another device using miracast protocol?
Housnihs
  • 31
  • 2
3
votes
3 answers

Difference between miracast and mirrorlink technologies?

I know that Miracast(peer-to-peer wireless screencasting standard) uses wifi-direct and Mirrorlink doesn't. Miracast applies to an any two devices(having wifi-direct) where as Mirrorlink applies to car infotainment devices and mobile. Other then the…
pa1
  • 778
  • 3
  • 11
  • 26
2
votes
1 answer

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 resources online talking about this task I am using…
Omar HossamEldin
  • 3,033
  • 1
  • 25
  • 51
2
votes
1 answer

how two flutter engine communication with each other

I want to develop one miracast application, can flutter do this? Otherwise, I need to use two flutter engine, how can they communicate with each other? If no, I need to use java or swift as a bridge;
Jianming Wan
  • 45
  • 1
  • 4
1
2 3 4