Questions tagged [miracast]

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

55 questions
0
votes
0 answers

Is there any way to hide pairing message box during miracast device using 'RequestStartCasting'?

Connected Miracast device in display monitor Create connection with Miracast device using 'CastingDevice.CreateCastingConnection()' Casting request with with Miracast device using 'castDeviceConnection.RequestStartCastingAsync()' Device paring…
sumith
  • 23
  • 4
0
votes
1 answer

Broadcast Receiver for Cast Connectivity in Android

I don't want to use google cast code to connect devices from my app but needed to just check whether the phone is connected to any cast Device. Do we get any Receiver/listener for this check? Thanks! EDIT: I have tried to get Cast State as…
Azhar Bandri
  • 892
  • 1
  • 14
  • 27
0
votes
0 answers

How to cast media element in a uwp app to another device?

I tried Advanced Miracasting sample(UWP) in git-hub for media element casting. I tried to cast media element from a windows 10 laptop to a Windows 10 PC.What i was expecting that my video will be played on PC. But actually whole screen is…
0
votes
1 answer

uwp c# Zoom Image without scrollview

I test the scenario 3 of the BasicMediaCasting sample. I share my image with: await connection.RequestStartCastingAsync(img.GetAsCastingSource()); Now my question is: Can I share a scrollView with the MiraCast? Or can I zoom my image without…
user8200389
0
votes
1 answer

Is there an intent to replicate pressing PlayTo

We are looking for an Android intent that we can use to trigger the PlayTo menu to appear. This way we can have the menu appear by sending the intent (using tasker) instead of having to navigate through the notification bar at the top of the…
hinch
  • 91
  • 2
  • 12
0
votes
1 answer

UWP share only ScrollViewer to External Monitor/MiraCast

i will only show the Image (Koala) to my external monitor over Miracast. the penguin is only as a preview for myself like a presentation App. Is it possible that only the ScrollViewer and inside Image will shown on the Miracast? here my…
user8200389
0
votes
1 answer

Disable iOS/Android screen mirroring

Is there any way in iOS and Android I can detect if my app is being mirrored (via Miracast/AirPlay/Samsung Smart View), and/or disable mirroring?
user1118764
  • 9,255
  • 18
  • 61
  • 113
0
votes
1 answer

Real Time stream android device to Windows 8.1 Bootcamp

I have a Nexus 5 (not rooted) which I want to mirror on Windows 8.1 running on bootcamp on my macbook pro at a high frame rate. Does anyone know of anyway of doing this? I found http://www.airserver.com/ but it is not compatible with windows…
Safinn
  • 622
  • 3
  • 15
  • 26
0
votes
0 answers

Android WiFi Direct P2P Connection always fails

I try to connect 2 Android devices via WiFi Direct so that I could use Miracast sometime but always get the same error. Im working 3 days on that now but can't figure out, why this isnt working. My logcat error: I/wpa_supplicant( 4244): p2p0:…
Sharky
  • 76
  • 6
-1
votes
2 answers

Miracast between android mobile

I am trying to develop a Miracast application that mirrors main user screen on other's screen. I am trying this by using WiFi-Hotspots. Is this possible with WiFi-Direct? If possible, please give some hints.
1 2 3
4