Genymobile / Genymobile/scrcpy
Add Per-App Audio Streaming for Virtual Display in Scrcpy
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 150k
- Forks
- 13.8k
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 2
Description
Is your feature request related to a problem? Please describe.
Scrcpy supports virtual display (--new-display) for app screen mirroring 🎥, but there’s no built-in way to stream only a specific app’s audio 🔊.
On Android 15, native per-app screen casting with audio is supported without ADB. Adding this to scrcpy would make it even more powerful! 🚀
Describe the solution you'd like
A new option like:
--vd-audio="{app package name || app name}"
This would allow users to stream only a specific app’s audio alongside its screen, keeping it separate from system sounds. 🎧
Additional context
This would be huge for streaming, testing, and content creation! 🎬🎮 Hope to see this added soon! 🙌
Thank you for creating such an amazing tool—scrcpy has been a game-changer! 🙌
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing --new-display option and the Android 15 per-app screen-casting and audio behavior described in the issue. Determine how a package name or app name would select the audio source and how it would accompany the virtual display. Done means a documented option can stream only the selected app's audio alongside its virtual-display video without system sounds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, c
- Domain
- audio-video-rtc, mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100