mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 02:07:55 +02:00
27 lines
656 B
Markdown
27 lines
656 B
Markdown
TODO
|
|
====
|
|
|
|
General
|
|
-------
|
|
|
|
- JsonRPC documentation
|
|
- Server ping client?
|
|
- LastSeen: relative time [s] or [ms]?
|
|
- Android crash: Empty latency => app restart => empty client list
|
|
- Android clean data structures after changing the Server
|
|
- UDP based audio streaming
|
|
|
|
Server
|
|
------
|
|
|
|
- Provide io_context to stream-readers
|
|
- [fd stream](https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-fdsink.html)
|
|
- UDP/TCP stream
|
|
- gstreamer snapcast sink plugin?
|
|
- "sync" option for streams (realtime reading vs read as much as available)
|
|
- Override conf file settings on command line
|
|
|
|
Client
|
|
------
|
|
|
|
- revise asio stuff
|