alpha
Login
or
Join now
tsiry-sandratraina.com
/
smolsonic
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A tiny Subsonic/Jellyfin/S3 server in Rust
navidrome
subsonic
s3
emby
jellyfin
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
smolsonic
/
src
/
upnp
3 files
at
main
Tsiry Sandratraina
Bump version to 0.10.0
10d ago
de2f7a19
content_directory.rs
Bump version to 0.10.0
1 week ago
mod.rs
Add optional UPnP/DLNA media server New [upnp] config block announces the library over SSDP as a UPnP AV MediaServer:1 so DLNA renderers and control points (VLC, BubbleUPnP, Kodi, smart TVs) can browse Artists/Albums/Playlists and stream directly: - src/upnp/ssdp.rs: M-SEARCH responder on udp/1900 (SO_REUSEADDR/ SO_REUSEPORT via socket2) plus periodic ssdp:alive NOTIFY multicast - src/upnp/content_directory.rs: SOAP ContentDirectory Browse over the existing repo queries, DIDL-Lite with full track metadata and paging - src/upnp/mod.rs: device/service description XML, GENA stubs, and Range-aware streaming + album art with DLNA headers - Device UUID persisted in new upnp_meta table so the UDN is stable across restarts Streams on the UPnP port are unauthenticated (DLNA has no auth), so the whole feature is opt-in and documented as trusted-network only.
2 weeks ago
ssdp.rs
Bump version to 0.10.0
1 week ago