I found a solution for my Problem.
So for the other people that may run into the same problem:
- Create a group named “pipewire” (Check if it already exists before) –
sudo groupadd pipewire
- Assign your user to this group –
sudo usermod -a -G pipewire username
- Delete or move /etc/pipewire –
sudo mv /etc/pipewire /etc/pipewire.bak
- Reinstall Pipewire Packages –
sudo pacman -S pipewire pipewire-media-session gst-plugin-pipewire
- Reboot.
sudo reboot now
- Login to your user and connect successfully with RDP now.
End
If u have any more ideas or corrections for this Post, send me an message, i will edit it.