Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Step 5: it took really long to update the repo... so i restarted kodi and it seems to speed up the process.
Overall Performance: there is a delay between the input commands (on smartphone) to the kodi execution. I think this is the result due to the hardwarelimitations. But overall a pretty good addon.
Thanks for this. Independent from your try, I try it by myself - and of course the solution with kodi is to unstable.
How did you try build librespot with the steam-sdk? I build librespot standalone without steam sdk, but it's not working. So I try to build it with the steam-sdk, but how?!
I tried to create a config file for cargo, linking to the steamlink-sdk binaries. But my knowledge of cargo and cross-compilation were not sufficient for me to succeed :/.
I also tried to compile it using the provided cross-compilation environment (with docker). I think the produced binary was compatible with the steam link, but I couldn't start the service because of problems with alsa not recognizing the sound card...
In case you want to try out the first option, here is a link that helped me a lot : https://github.com/japaric/rust-cross/blob/master/README.md
Hope you will have better luck than me! :)
Do you know how to build it with glibc 2.19? My experience is in (web) development and sys operations, so it's complete new to build something with cargo, rust aso.
I appreciate any help :-)
It's already impressive you got this far.
I have almost the same profile as you (web developer), so unfortunately I can't give you further help =/.
Maybe you should try on specialized forums ?
Hope you'll find some help! :)
In case someone's interested, I've enventually found a way to use librespot on the steamlink, the way I originally intended to!
I've described the procedure and provided some code here[github.com].
Note: This solution consists only in a way to start librespot as a background service, and pipe the audio to the default device. There is no user interface of any kind, the only thing displayed on the TV is a static image!
Hope this will still be of use to some of you! :)
Here is a new solution to achieve this goal: I worked on a forked version of the Kodi Spotify plugin, to make it compatible with the Steamlink and improve its stability.
You can find it here: https://github.com/slax57/plugin.audio.spotify
Since it's still some kind of experiment I made, you have to install it manually from ZIP file (it cannot be installed from a repo).
At the time of writing, local playback is working, either from a Spotify Connect client or from within the plugin itself (library browsing).
Important note: for it to work on the Steamlink, you will need to disable the two options regarding cache in the Advanced section of the add-on setting.
It's still not perfect, but I felt it would be interesting to share it with you guys :)
Sorry for late answer.
I'm using Kodi v17.6 (https://github.com/garbear/kodi-steamlink/releases/tag/v17.6-2018-03-10)
I found out Kodi v18.x is not stable enough.
With Kodi 17.6 I still encounter some crashes, but it mostly happens when I'm trying to do too much with it (like switching too fast between audio/video streams or switching between plugins). If you keep it easy for the steamlink (stop playback before changing playlist and restart Kodi before using another plugin) it is mostly stable :)