songchenwen / plexdlnaplayer

There is no built in way to cast Plex music to DLNA speakers. This project will be the bridge.
https://hub.docker.com/r/songchenwen/plexdlnaplayer
GNU General Public License v3.0
34 stars 11 forks source link

gapless support? #9

Closed psmelion closed 1 year ago

psmelion commented 1 year ago

Thanks for the great work! Just tried this and it actually works! Tested streaming from 44.1 to 192khz and DSD64/128 and even MQA works! Great job!!!

The only thing missing is gapless playback between tracks. Could it be possible to add gapless playback? Or is there something I can edit in adapters.py to enable the function?

Thanks!

songchenwen commented 1 year ago

I'm afraid this is not possible. The DLNA receiver plays the file from Plex server directly, Plex app is only acting as a controller and this project is a translator between Plex protocol and DLNA. IMHO, gapless playback needs another decoding and re-encoding layer.