Hello All,
I am trying to use the squeezeslave client (due to headless design, lightweight etc), but have the common chipmunk problem since a number of my internet streams go down to 16kbps, what i would like to do is move the streams to FLAC and increase the bitrate to be able to be played on these devices (Jogglers running Windows XP amongst other things).
I found a post on the web, that suggested the following custom-convert.conf file, and gave it a go and for a lot of streams it is fine, however on some streams it will never play any of the stream, it starts counting on the web interface, gets to about two seconds, resets to zero and counts again to about six, before it stops playing.
--------------------
This is the Custom-Convert.conf:
[custom-convert.conf]
----------------------
# On sagetv extenders, resample to fixed 16 bit, 44.1 KHz to suit squeezeslave
# replace 00:1d:6a:xx:xx:xx in the following entries with the MAC address
# of your SageTV Extender
# You will need to create a separate set of entries for each extender that
# you have
# squeezeslave on FamilySage
aac flc * 01:01:01:01:01:06
#IFT:{START=-ss %s}
[ffmpeg] -loglevel quiet -i - $START$ -f flac -ar 44100 -ac 2 -
mp3 flc * 01:01:01:01:01:06
#IFT:{START=-ss %s}
[ffmpeg] -loglevel quiet -i - $START$ -f flac -ar 44100 -ac 2 -
--------------------
The actual stream i am interested in getting to work is the following one:
cfa shoutcast stream
CFA Stream radio links
District 8, 9, 10, 11, 13, 14
--------------------
I am not quite sure how to debug this, but if you let me know which log is most useful i should be able to post it.
Thanks for any help you could provide :)
I am trying to use the squeezeslave client (due to headless design, lightweight etc), but have the common chipmunk problem since a number of my internet streams go down to 16kbps, what i would like to do is move the streams to FLAC and increase the bitrate to be able to be played on these devices (Jogglers running Windows XP amongst other things).
I found a post on the web, that suggested the following custom-convert.conf file, and gave it a go and for a lot of streams it is fine, however on some streams it will never play any of the stream, it starts counting on the web interface, gets to about two seconds, resets to zero and counts again to about six, before it stops playing.
--------------------
This is the Custom-Convert.conf:
[custom-convert.conf]
----------------------
# On sagetv extenders, resample to fixed 16 bit, 44.1 KHz to suit squeezeslave
# replace 00:1d:6a:xx:xx:xx in the following entries with the MAC address
# of your SageTV Extender
# You will need to create a separate set of entries for each extender that
# you have
# squeezeslave on FamilySage
aac flc * 01:01:01:01:01:06
#IFT:{START=-ss %s}
[ffmpeg] -loglevel quiet -i - $START$ -f flac -ar 44100 -ac 2 -
mp3 flc * 01:01:01:01:01:06
#IFT:{START=-ss %s}
[ffmpeg] -loglevel quiet -i - $START$ -f flac -ar 44100 -ac 2 -
--------------------
The actual stream i am interested in getting to work is the following one:
cfa shoutcast stream
CFA Stream radio links
District 8, 9, 10, 11, 13, 14
--------------------
I am not quite sure how to debug this, but if you let me know which log is most useful i should be able to post it.
Thanks for any help you could provide :)