-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
audio redirection by mp3 doesn't sound with mstsc Windows 10 RS3 #965
Comments
After I changed g_bbuf_size 11520 -> 4096, it sounds but not smooth. Maybe g_bbuf_size is the problem but 4096 is not still a valid value. |
You can user NeutrinoRDP or maybe FreeRDP to connect to MS server and only report MP3 audio and see what size it uses. I don't think MP3 is like AAC where the compress block matters. |
OK, I'll try it. |
I've created a wiki page of audio formats. Windows don't seem to use MP3 when it works as an RDP server. https://github.com/neutrinolabs/xrdp/wiki/Audio-formats-supported-by-Windows-as-a-RDP-Server |
This is true , but mstsc still supports it since it relying on media
foundation api.
בתאריך יום ג׳, 5 בדצמ׳ 2017 ב-8:10 מאת metalefty <notifications@github.com>:
I've created a wiki page of audio formats. Windows don't seem to use MP3
when it works as an RDP server.
https://github.com/neutrinolabs/xrdp/wiki/Audio-formats-supported-by-Windows-as-a-RDP-Server
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#965 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADTH1L6y5t8fQGx0ngTZKhLwnPrMw2WBks5s9N5bgaJpZM4QyF8s>
.
--
Idan Freiberg
PGP FP: 8108 7EC9 806E 4980 75F2 72B3 8AD3 2D04 337B 1F18
|
Yes, the result is Windows as the server. As the client, mstsc actually supports MP3 but I can't know the correct wave format values for MP3 by peeping in RDP communications to Windows. |
Now it sounds on Windows 10 2004 build 19041.685. |
mstsc on Windows 7 sounds.
Windows 10 Insider Preview 1709 1705.1000 doesn't sound.
Windows 10 1709 16299.19 doesn't sound.
Maybe because of wave format config.
After Fall Creators Update, wave format became stricter.
The text was updated successfully, but these errors were encountered: