antimof / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.27k stars 177 forks source link

Can the audio be directed to Bluetooth headphones or remain on the mobile phone? #165

Closed fengzhuzhu closed 1 month ago

fengzhuzhu commented 1 month ago

I want to only mirror the video while keeping the audio on my phone. I achieved the desired effect by modifying the Features to "0x4003C880", but I receive a "TEARDOWN" command after one minute. Please help me how to handle this, thank you!

fduncanh commented 1 month ago

see #166 and repost on the correct site.

*I have reposted your Issue for you there

your approach with features is the only way this might be possible (you want to stop the iOS device from cutting off audo when mirroring)

use uxplay -d to get some insight about the teardown request, and post your debug log if it is useful.

fengzhuzhu commented 1 month ago

Thank you very much @fduncanh