Drop-Out-Club / docker-android

Docker container used to run Android for Cycle. Fork of budtmo/docker-android
Other
1 stars 0 forks source link

Improve audio streaming #7

Open MrMcGoats opened 3 years ago

MrMcGoats commented 3 years ago

🚀 Feature Request

Idea:

Create an audio streaming system with no noticeable latency to the user

Problems that want to be solved:

Audio is currently streamed over both an HTTP stream and an RTSP stream (the client chooses which it wants to use). The HTTP stream has too high latency, and the RTSP stream doesn't support seeking, so the audio stream has to be started as soon as the client connects in order to have (almost) no latency.

Audio needs to be streamed to the client with no noticeable latency.

Note:

This may only require client modification (ie. not this repo)

github-actions[bot] commented 3 years ago

This issue has been marked as stale and will be automatically closed in 7 days if there is no activity.