How can I enable “Miracast over Infrastructure” for non-Surface Hub Windows 10 PCs?
I was very excited to discover an article explaining how I can now use Miracast over a Windows LAN. The technology is called Miracast over Infrastructure. For those unaware, Miracast is the protocol used by the Windows 10 "Project to a second screen" and "Projecting to this PC" functionality.
Only laptops (over wireless, with specific hardware), have had access to this feature up until now which is obviously quite frustrating when this functionality would be very useful over the LAN with regular workstations.
The problem is the article only seems to discuss this functionality in the context of the Surface Hub.
My questions:
- Is the Surface Hub running some custom software for this?
- Can that software be installed on a regular Windows 10, version 1703 PC ?
- What services need to be running to support Miracast over Infrastructure?
windows windows-10 microsoft-surface windows-networking
add a comment |
I was very excited to discover an article explaining how I can now use Miracast over a Windows LAN. The technology is called Miracast over Infrastructure. For those unaware, Miracast is the protocol used by the Windows 10 "Project to a second screen" and "Projecting to this PC" functionality.
Only laptops (over wireless, with specific hardware), have had access to this feature up until now which is obviously quite frustrating when this functionality would be very useful over the LAN with regular workstations.
The problem is the article only seems to discuss this functionality in the context of the Surface Hub.
My questions:
- Is the Surface Hub running some custom software for this?
- Can that software be installed on a regular Windows 10, version 1703 PC ?
- What services need to be running to support Miracast over Infrastructure?
windows windows-10 microsoft-surface windows-networking
add a comment |
I was very excited to discover an article explaining how I can now use Miracast over a Windows LAN. The technology is called Miracast over Infrastructure. For those unaware, Miracast is the protocol used by the Windows 10 "Project to a second screen" and "Projecting to this PC" functionality.
Only laptops (over wireless, with specific hardware), have had access to this feature up until now which is obviously quite frustrating when this functionality would be very useful over the LAN with regular workstations.
The problem is the article only seems to discuss this functionality in the context of the Surface Hub.
My questions:
- Is the Surface Hub running some custom software for this?
- Can that software be installed on a regular Windows 10, version 1703 PC ?
- What services need to be running to support Miracast over Infrastructure?
windows windows-10 microsoft-surface windows-networking
I was very excited to discover an article explaining how I can now use Miracast over a Windows LAN. The technology is called Miracast over Infrastructure. For those unaware, Miracast is the protocol used by the Windows 10 "Project to a second screen" and "Projecting to this PC" functionality.
Only laptops (over wireless, with specific hardware), have had access to this feature up until now which is obviously quite frustrating when this functionality would be very useful over the LAN with regular workstations.
The problem is the article only seems to discuss this functionality in the context of the Surface Hub.
My questions:
- Is the Surface Hub running some custom software for this?
- Can that software be installed on a regular Windows 10, version 1703 PC ?
- What services need to be running to support Miracast over Infrastructure?
windows windows-10 microsoft-surface windows-networking
windows windows-10 microsoft-surface windows-networking
asked Jun 23 '17 at 0:28
SchneiderSchneider
1411210
1411210
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'm assuming Microsoft updated the article, because they now specifically mention Windows PC and Windows Phone alongside the Surface Hub in that article. Just make sure you're running version 1703 (or later) on both ends.
As far as your specific scenario of miracasting between 2 "regular" Windows 10 1703 or above workstations is concerned, this portion of the article should help:
A Surface Hub or Windows PC can act as a Miracast over
Infrastructure receiver. A Windows PC or phone can act as a
Miracast over Infrastructure source. As a Miracast receiver,
the Surface Hub or device must be connected to your enterprise
network via either Ethernet or a secure Wi-Fi connection (e.g.
using either WPA2-PSK or WPA2-Enterprise security). If the Surface Hub
or device is connected to an open Wi-Fi connection, Miracast over
Infrastructure will disable itself. As a Miracast source, the Windows
PC or phone must be connected to the same enterprise network via
Ethernet or a secure Wi-Fi connection.
Based on the Microsoft article and some Googling around to find real-world use cases, I can answer your questions as follows:
- No
- Not required
- I'm not sure what specific services 1703 updated/added, but the protocol is called "[MS-MICE]: Miracast over Infrastructure Connection Establishment Protocol", and builds upon the following existing technologies:
- Datagram Transport Layer Security (DTLS) [RFC6347]
- Domain Name System (DNS) [IANA-DNS] [RFC1034] [RFC2181]
- Multicast DNS (mDNS)[RFC6762]
- Real-Time Streaming Protocol (RTSP) [RFC2326]
- Transmission Control Protocol (TCP) [RFC793]
- Wi-Fi Display Protocol [WF-DTS1.1]
- Wi-Fi Peer-to-Peer (P2P) Protocol [WF-P2P1.2]
- Wi-Fi Simple Configuration (WSC) Protocol [WF-WSC2.0.2]
Hope this helps!
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1221934%2fhow-can-i-enable-miracast-over-infrastructure-for-non-surface-hub-windows-10-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm assuming Microsoft updated the article, because they now specifically mention Windows PC and Windows Phone alongside the Surface Hub in that article. Just make sure you're running version 1703 (or later) on both ends.
As far as your specific scenario of miracasting between 2 "regular" Windows 10 1703 or above workstations is concerned, this portion of the article should help:
A Surface Hub or Windows PC can act as a Miracast over
Infrastructure receiver. A Windows PC or phone can act as a
Miracast over Infrastructure source. As a Miracast receiver,
the Surface Hub or device must be connected to your enterprise
network via either Ethernet or a secure Wi-Fi connection (e.g.
using either WPA2-PSK or WPA2-Enterprise security). If the Surface Hub
or device is connected to an open Wi-Fi connection, Miracast over
Infrastructure will disable itself. As a Miracast source, the Windows
PC or phone must be connected to the same enterprise network via
Ethernet or a secure Wi-Fi connection.
Based on the Microsoft article and some Googling around to find real-world use cases, I can answer your questions as follows:
- No
- Not required
- I'm not sure what specific services 1703 updated/added, but the protocol is called "[MS-MICE]: Miracast over Infrastructure Connection Establishment Protocol", and builds upon the following existing technologies:
- Datagram Transport Layer Security (DTLS) [RFC6347]
- Domain Name System (DNS) [IANA-DNS] [RFC1034] [RFC2181]
- Multicast DNS (mDNS)[RFC6762]
- Real-Time Streaming Protocol (RTSP) [RFC2326]
- Transmission Control Protocol (TCP) [RFC793]
- Wi-Fi Display Protocol [WF-DTS1.1]
- Wi-Fi Peer-to-Peer (P2P) Protocol [WF-P2P1.2]
- Wi-Fi Simple Configuration (WSC) Protocol [WF-WSC2.0.2]
Hope this helps!
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm assuming Microsoft updated the article, because they now specifically mention Windows PC and Windows Phone alongside the Surface Hub in that article. Just make sure you're running version 1703 (or later) on both ends.
As far as your specific scenario of miracasting between 2 "regular" Windows 10 1703 or above workstations is concerned, this portion of the article should help:
A Surface Hub or Windows PC can act as a Miracast over
Infrastructure receiver. A Windows PC or phone can act as a
Miracast over Infrastructure source. As a Miracast receiver,
the Surface Hub or device must be connected to your enterprise
network via either Ethernet or a secure Wi-Fi connection (e.g.
using either WPA2-PSK or WPA2-Enterprise security). If the Surface Hub
or device is connected to an open Wi-Fi connection, Miracast over
Infrastructure will disable itself. As a Miracast source, the Windows
PC or phone must be connected to the same enterprise network via
Ethernet or a secure Wi-Fi connection.
Based on the Microsoft article and some Googling around to find real-world use cases, I can answer your questions as follows:
- No
- Not required
- I'm not sure what specific services 1703 updated/added, but the protocol is called "[MS-MICE]: Miracast over Infrastructure Connection Establishment Protocol", and builds upon the following existing technologies:
- Datagram Transport Layer Security (DTLS) [RFC6347]
- Domain Name System (DNS) [IANA-DNS] [RFC1034] [RFC2181]
- Multicast DNS (mDNS)[RFC6762]
- Real-Time Streaming Protocol (RTSP) [RFC2326]
- Transmission Control Protocol (TCP) [RFC793]
- Wi-Fi Display Protocol [WF-DTS1.1]
- Wi-Fi Peer-to-Peer (P2P) Protocol [WF-P2P1.2]
- Wi-Fi Simple Configuration (WSC) Protocol [WF-WSC2.0.2]
Hope this helps!
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm assuming Microsoft updated the article, because they now specifically mention Windows PC and Windows Phone alongside the Surface Hub in that article. Just make sure you're running version 1703 (or later) on both ends.
As far as your specific scenario of miracasting between 2 "regular" Windows 10 1703 or above workstations is concerned, this portion of the article should help:
A Surface Hub or Windows PC can act as a Miracast over
Infrastructure receiver. A Windows PC or phone can act as a
Miracast over Infrastructure source. As a Miracast receiver,
the Surface Hub or device must be connected to your enterprise
network via either Ethernet or a secure Wi-Fi connection (e.g.
using either WPA2-PSK or WPA2-Enterprise security). If the Surface Hub
or device is connected to an open Wi-Fi connection, Miracast over
Infrastructure will disable itself. As a Miracast source, the Windows
PC or phone must be connected to the same enterprise network via
Ethernet or a secure Wi-Fi connection.
Based on the Microsoft article and some Googling around to find real-world use cases, I can answer your questions as follows:
- No
- Not required
- I'm not sure what specific services 1703 updated/added, but the protocol is called "[MS-MICE]: Miracast over Infrastructure Connection Establishment Protocol", and builds upon the following existing technologies:
- Datagram Transport Layer Security (DTLS) [RFC6347]
- Domain Name System (DNS) [IANA-DNS] [RFC1034] [RFC2181]
- Multicast DNS (mDNS)[RFC6762]
- Real-Time Streaming Protocol (RTSP) [RFC2326]
- Transmission Control Protocol (TCP) [RFC793]
- Wi-Fi Display Protocol [WF-DTS1.1]
- Wi-Fi Peer-to-Peer (P2P) Protocol [WF-P2P1.2]
- Wi-Fi Simple Configuration (WSC) Protocol [WF-WSC2.0.2]
Hope this helps!
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm assuming Microsoft updated the article, because they now specifically mention Windows PC and Windows Phone alongside the Surface Hub in that article. Just make sure you're running version 1703 (or later) on both ends.
As far as your specific scenario of miracasting between 2 "regular" Windows 10 1703 or above workstations is concerned, this portion of the article should help:
A Surface Hub or Windows PC can act as a Miracast over
Infrastructure receiver. A Windows PC or phone can act as a
Miracast over Infrastructure source. As a Miracast receiver,
the Surface Hub or device must be connected to your enterprise
network via either Ethernet or a secure Wi-Fi connection (e.g.
using either WPA2-PSK or WPA2-Enterprise security). If the Surface Hub
or device is connected to an open Wi-Fi connection, Miracast over
Infrastructure will disable itself. As a Miracast source, the Windows
PC or phone must be connected to the same enterprise network via
Ethernet or a secure Wi-Fi connection.
Based on the Microsoft article and some Googling around to find real-world use cases, I can answer your questions as follows:
- No
- Not required
- I'm not sure what specific services 1703 updated/added, but the protocol is called "[MS-MICE]: Miracast over Infrastructure Connection Establishment Protocol", and builds upon the following existing technologies:
- Datagram Transport Layer Security (DTLS) [RFC6347]
- Domain Name System (DNS) [IANA-DNS] [RFC1034] [RFC2181]
- Multicast DNS (mDNS)[RFC6762]
- Real-Time Streaming Protocol (RTSP) [RFC2326]
- Transmission Control Protocol (TCP) [RFC793]
- Wi-Fi Display Protocol [WF-DTS1.1]
- Wi-Fi Peer-to-Peer (P2P) Protocol [WF-P2P1.2]
- Wi-Fi Simple Configuration (WSC) Protocol [WF-WSC2.0.2]
Hope this helps!
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 6 at 9:39
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 6 at 9:18
AlexAlex
11
11
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alex is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1221934%2fhow-can-i-enable-miracast-over-infrastructure-for-non-surface-hub-windows-10-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown