I'd like to get the internet radio to work, but it keeps failing on me. This is what I used as stream url: tuner.gayfm.de:80 (found it here --> http://tuner.gayfm.de/ ). It works fine in VLC. I also added this to the transcoding page (it's the example that is written there actually):
- Code: Select all
ffmpeg -ss %o -t %d -i %s -s %wx%h -v 0 -b:v %bk -maxrate %bk -bufsize 256k -flags -global_header -map 0:0 -map 0:%k -ac 2 -f mpegts -c:v libx264 -preset superfast -c:a aac -b:a 96k -strict -2 -threads 0 -copyts -
I'm running subsonic in a FreeNAS jail. FFMPEG is the newest version (2.8.

Regards