Page 1 of 1

Internet Radio

PostPosted: Mon Oct 31, 2016 11:47 pm
by FlyingPersian
Hi
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.8). Subsonic is also up2date. What am I doing wrong here?

Regards

Re: Internet Radio

PostPosted: Tue Nov 01, 2016 12:32 am
by toolman
Try
Name = tuner.gayfm
StreamUrl = http://tuner.gayfm.de:80
Works in Subsonic 6.0 (build 830afc) running on Server2008 R2 without adding anything to the trancoding settings.

Re: Internet Radio

PostPosted: Tue Nov 01, 2016 2:23 am
by FlyingPersian
I'm on Subsonic 6.0 (build a7857c) – April 30, 2016 and these settings aren't working as well. I'm using the standalone version, which I got from here.

I still get this error:



Edit: I tried both the newest versions of FireFox and Chrome. This is the only thing my log-file says regarding the internet radio:

Code: Select all
[2016-11-01 03:33:06,694] INFO InternetRadioStreamController - Starting converter for radio: /home/sonic/subsonic/transcode/ffmpeg -i http://tuner.gayfm.de:80 -f mp3 -v 0 -


Edit2: Found this earlier today, but it says that the ffmpeg file on the raspberry pi isn't working properly. Can't be the issue here because I installed ffmpeg manually when installing subsonic. Also I just updated it to the newest version

Re: Internet Radio

PostPosted: Tue Nov 01, 2016 3:30 am
by FlyingPersian
Okay, weirdly enough it works when using the official FreeNAS plugin for subsonic, although the versions are identical. I'm now going to use that version instead. I'd still like to try and figure out why this isn't working on the other install.