mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Fix audio stream name on Gen 4 and below
This commit is contained in:
parent
82390ec9b9
commit
a0f93a2dc3
@ -52,7 +52,7 @@ public class RtspConnection {
|
||||
return "audio/0/0";
|
||||
}
|
||||
else {
|
||||
return "video";
|
||||
return "audio";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user