Skip to content

Commit

Permalink
services/steam-streaming: replace unicode quotation with ASCII apostr…
Browse files Browse the repository at this point in the history
…ophe

Fixes: #356
  • Loading branch information
erig0 committed Jul 27, 2018
1 parent f93cfd0 commit 9322fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services/steam-streaming.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Steam In-Home Streaming</short>
<description>Steam in-home streaming allows you to play a game on one computer when the game process is actually running on another computer elsewhere in your home. Through Steam, game audio and video is captured on the remote computer and sent to the players computer. The game input (keyboard, mouse or gamepad) is sent from the players computer to the game process on the remote computer.</description>
<description>Steam in-home streaming allows you to play a game on one computer when the game process is actually running on another computer elsewhere in your home. Through Steam, game audio and video is captured on the remote computer and sent to the player's computer. The game input (keyboard, mouse or gamepad) is sent from the player's computer to the game process on the remote computer.</description>
<port protocol="tcp" port="27036"/>
<port protocol="tcp" port="27037"/>
<port protocol="udp" port="27031"/>
Expand Down

0 comments on commit 9322fa4

Please sign in to comment.