bpa wrote:
> I am not in the UK so the URL change for me.
>
> A Quick fix to test for those who wish to try. If these seem to work
> for UK users - I'll make a plugin which has the necessary conf file and
> it will be simple for user.
>
> The BBC HLS URLs have a specific mime type (different to previous apple
> HLSD m3u8 streams) which mean adding a custom-types.conf file ( or add
> a new line if you already have one)
>
> >
Code:
--------------------
> >
> #########################################################################
> #ID Suffix Mime Content-Type Server File Type#
> #########################################################################
> hls m3u8 application/vnd.apple.mpegurl,application/x-mpegurl
>
--------------------
> >
>
> There needs to be lines added to custom-convert.conf file. The
> following is for ffmpeg to play the stream on Linux.
> >
Code:
--------------------
> >
> hls mp3 * *
> # RB:{BITRATE=-B %B}T:{START=-ss %s}
> [ffmpeg] -loglevel quiet -i $FILE$ -f wav - | [lame] --silent -q $QUALITY$
$BITRATE$ - -
>
> hls pcm * *
> # RB:{BITRATE=-B %B}T:{START=-ss %s}
> [ffmpeg] -loglevel quiet -i $FILE$ -f u16le -
>
> hls flc * *
> # RB:{BITRATE=-B %B}T:{START=-ss %s}
> [ffmpeg] -loglevel quiet -i $FILE$ -f flac -
>
>
--------------------
> >
>
> for completeness a custom-strings.txt file has
> >
Code:
--------------------
> >
>
> HLS
> EN Apple HLS m3u8
>
--------------------
> >
>
> I think vlc or mplayer can also be used but versions may be specific.
>
> I'll look at a what is needed for Windows tomorrow.
I've also been trying. I've turned on some debug logging for things that
look appropriate and get something like the attached.
17356
I've a feeling something is not right earlier on during lms startup with
the new custom-convert etc settings. There is this line in the log:
>
> [15-02-13 09:17:37.3724] Slim::Utils::Misc::msg (1343) Warning:
> [09:17:37.3704] Use of uninitialized value in concatenation (.) or
> string at
> /e-data/3066e9e5-897c-4262-944f-c8095a8d7753/ffproot/ffp/lib/lms/logitechmediaserver-7.9.0-1417798448-arm-linux/HTML/EN/settings/server/filetypes.html
> line 38.
>
+-------------------------------------------------------------------+
|Filename: server.log |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=17356|
+-------------------------------------------------------------------+
------------------------------------------------------------------------
utgg's Profile: http://forums.slimdevices.com/member.php?userid=40900
View this thread: http://forums.slimdevices.com/showthread.php?t=53229
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins