feelfreelinux/kast

Implement needed DLNA commands.

Closed this issue · 3 comments

We have basic DLNA functionality done. But few DLNA/UPnP actions still needs to be added.

  • Pause/Play
  • Seek file
  • Get playback info
  • Playlist support
  • Next/Prev

This is done via SOAPActions. Code can be based on other functions in dlnarenderer.cpp
Docs

Provided docs, pausing is done

Seek file feature added with PR #6 .

And... done!