owntone-server/src/inputs/librespot-c
ejurgensen 6d54886030 [librespot-c] Close connection if peer disconnects
Attempt to fix possible bad state where librespot-c keeps try to using a
connection even after the access point has disconnected.
2021-11-04 17:20:55 +01:00
..
src [librespot-c] Close connection if peer disconnects 2021-11-04 17:20:55 +01:00
tests [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00
.gitignore [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00
configure.ac [spotify] Update librespot-c so ./configure works with FreeBSD 2021-09-01 17:11:45 +02:00
librespot-c.h [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00
LICENSE [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00
Makefile.am [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00
README.md [spotify] Reintroduce libspotify support, change spotifyc to librespot-c 2021-05-31 23:24:58 +02:00

Build:

  • autoreconf -i && ./configure && make

Test:

  • make check
  • ./tests/test1

Dependencies:

  • libevent-dev libgcrypt20-dev libcurl4-gnutls-dev libjson-c-dev libprotobuf-c-dev

Credits: