Questions tagged [miracast]

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

55 questions
2
votes
1 answer

How to make miracast adapter?

I am a fourth year student in electrical and electronics engineering. As a graduation project, I will transfer wireless images with miracast protocol.miracast adapter) (Google Chromecast, Microsoft Wireless Display etc. ) But I couldn't find any…
strabon
  • 21
  • 2
2
votes
0 answers

Clicking Media route button shows not what i want

I want to add miracast technology in my android application. And i want mediaRouteButton which shows list of possible displays to connect them after click. How to make this? I tried this code (route button in actionsbar): public class MainActivity…
Alex D.
  • 1,424
  • 15
  • 40
2
votes
0 answers

how can i use android wifi-display native source in my app?

I want to use miracast in my app without going to system setting, and find miracast device and connect to them in my app. Two class that was in setting classes that can help me are hidden in android SDK: import…
hkh114
  • 162
  • 1
  • 3
  • 15
2
votes
0 answers

issues with screen mirroring on windows 8.1 tablet

I am trying to implement screen mirroring onTV using a wifi dongle for windows 8.1 tablet. I used the projectionmanager class provided by microsoft, but for some reason its not able to detect the secondary display. Following is the code: bool…
dna
  • 483
  • 3
  • 10
  • 32
1
vote
1 answer

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 want to add the tablet as my Screen 2 (extend my…
Angela Yan
  • 205
  • 4
  • 14
1
vote
1 answer

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?
1
vote
0 answers

Disable screen capture and allow casting through miracast

I wanted to make an android app that disables screen capture but allows casting through miracast. I tried adding FLAG_SECURE to my window but that disabled miracast too. Is there any way that this is possible? When i try casting my app, the screen…
1
vote
1 answer

how to use Windows.Media.Miracast

I find the docs about MiracastReceiver in Windows.Media.Miracast.(https://learn.microsoft.com/en-us/uwp/api/windows.media.miracast) but there are too classes and function in the Windows.Media.Miracast, May take a lot of time to understand these…
1
vote
0 answers

Cast Receiver in android devices

While searching for chrome cast and miracast i found their is only web implementation for receiver side. But i found some app in google play store which is working exactly what i need. CastReceiver AirScreen How these apps works then? Is their…
Vineeth Mohan
  • 2,584
  • 4
  • 17
  • 31
1
vote
0 answers

Android 8.0 how to implement miracast sender app?

I want to implement the Miracast sender app on android 8.0. I refer to the google document https://developer.android.com/guide/topics/media/mediarouter but it only works for the device which support Google cast. it can not discover the device which…
Barry
  • 11
  • 4
1
vote
0 answers

Programmatically Enable Wireless Display automatically in android

I Need to Enable the Wireless Display Promatically through my Application. I open the Settings screen using below Code, Intent intent = new Intent(Settings.ACTION_CAST_SETTINGS); startActivityForResult(intent, 0); I tried with Request Code as 1…
1
vote
1 answer

Is it possible to cast UWP app to another display (like Screen casting)?

In screen casting, entire screen will display in selected wireless display device. My idea is to cast the app(UWP),instead of entire screen. i.e On clicking the 'cast' button in UWP application, the app will cast to selected wireless display device…
sumith
  • 23
  • 4
1
vote
0 answers

Program to Connect to Specific Wireless Display Device

I'm already aware that through the "%windir%\explorer.exe ms-settings-connectabledevices:devicediscovery" shortcut, I can open the "CONNECT" window which is good, and a step in the right direction, now I just want to know if there's a shortcut I…
1
vote
0 answers

Debug Windows Phone 10 Continuum applications

How can one debug Windows Phone 10 Continuum apps? The only option I found so far is to use Continuum with a wireless (Miracast) receiver. Is it possible to debug without such a receiver? Regards,
Hyndrix
  • 4,282
  • 7
  • 41
  • 82
1
vote
1 answer

UDP source port number is missing in the SETUP response message

I am working on a Wifi Display Sink application in android and am facing an issue where the source is not sending the UDP server-port number in the RTSP SETUP message. The SETUP RESPONSE is as below 'RTSP/1.0 200 OK cseq: 2 date: Tue, 11…
0xdeadbeef
  • 86
  • 7