FAQ  •  Register  •  Login

Working VLC audio streams not works in Serviio

<<

minimega

Serviio newbie

Posts: 4

Joined: Tue Nov 15, 2016 10:24 pm

Post Tue Nov 15, 2016 10:28 pm

Working VLC audio streams not works in Serviio

:cry: Following audio streams links are working fine in VLC, but when added ad online resources in serviio i get "The stream URL is not valid or is not currently available" error when check stream URL.

http://shoutcast.radio24.it:8000/listen.pls
http://radiodeejay-lh.akamaihd.net/i/Ra ... aster.m3u8
http://icy.unitedradio.it/105Hits.mp3.m3u

Thanks for the support.
minimega
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Nov 15, 2016 11:03 pm

Re: Working VLC audio streams not works in Serviio

I think you will have to open these playlists files and actually use the stream Url inside them.
<<

minimega

Serviio newbie

Posts: 4

Joined: Tue Nov 15, 2016 10:24 pm

Post Wed Nov 16, 2016 10:37 am

Re: Working VLC audio streams not works in Serviio

I just tried, but not working..

Content of http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/master.m3u8 is this file:

  Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=48000,CODECS="mp4a.40.2"
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_48_a-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=48000,CODECS="mp4a.40.2"
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_48_a-b.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000,CODECS="mp4a.40.2"
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_64_a-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000,CODECS="mp4a.40.2"
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_64_a-b.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=96000,CODECS="mp4a.40.2"
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_96_a-p.m3u8?sd=10&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=96000,CODECS="mp4a.40.2"
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_96_a-b.m3u8?sd=10&rebase=on


Using each single row
  Code:
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_48_a-p.m3u8?sd=10&rebase=on
directly inside Serviio Online sources give always the same URL error..

In fact it seems a new m3u container, wich I can download via web browser.
So the upper link
  Code:
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/index_48_a-p.m3u8?sd=10&rebase=on
has this content:

  Code:
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXT-X-ALLOW-CACHE:YES
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:7794645
#EXTINF:10.000,
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/segment7794645_48_a-p.ts?sd=10
#EXTINF:10.000,
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/segment7794646_48_a-p.ts?sd=10
#EXTINF:10.000,
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/segment7794647_48_a-p.ts?sd=10


Finally in seems the final result with streaming URL (in fact link has not reference to .m3u8 files, but to .ts resource)
If I try the first row link
  Code:
http://radiodeejay-lh.akamaihd.net/i/RadioDeejay_Live_1@189857/segment7794645_48_a-p.ts?sd=10
it does not return a file, but (i mean) the stream.
In fact if I open that link on Web Browser I get this html return and not a new file:

  Code:
An error occurred while processing your request.
Reference #216.1da13554.1479292252.111849c


However that same link on Serviio return same URL error.

I don't know how to solve this. VLC works fine.

Thanks
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Nov 16, 2016 10:43 pm

Re: Working VLC audio streams not works in Serviio

Oh, they are HLS streams. They are not supported yet, but there is a ticket: https://bitbucket.org/xnejp03/serviio/i ... -hls-files
<<

minimega

Serviio newbie

Posts: 4

Joined: Tue Nov 15, 2016 10:24 pm

Post Thu Nov 17, 2016 7:05 am

Re: Working VLC audio streams not works in Serviio

The ticket is dated 2015-03-02, almost 2 yeasr ago!
Do you think this issue should be resolved in next release or it will take more time?

Thanks
<<

minimega

Serviio newbie

Posts: 4

Joined: Tue Nov 15, 2016 10:24 pm

Post Thu Nov 17, 2016 7:49 am

Re: Working VLC audio streams not works in Serviio

zip wrote:Oh, they are HLS streams. They are not supported yet, but there is a ticket: https://bitbucket.org/xnejp03/serviio/i ... -hls-files


Well, executing command ffmpeg -i http://radiodeejay-lh.akamaihd.net/i/Ra ... aster.m3u8 test.mp3 and after some seconds I press Ctrl+Break I get a temp.mp3 file with radio stream recorded.

MediaInfo give me this informations about .mp3:

  Code:
Format                                   : MPEG Audio
File size                                : 780 KiB
Overall bit rate mode                    : Variable
Writing library                          : Lavf57.25.100

Audio
Format                                   : MPEG Audio
Format version                           : Version 1
Format profile                           : Layer 3
Mode                                     : Joint stereo
Mode extension                           : MS Stereo
Bit rate mode                            : Variable
Channel(s)                               : 2 channels
Sampling rate                            : 44.1 kHz
Compression mode                         : Lossy
Stream size                              : 780 KiB (100%)


So I mean ffmpeg can correcly connect and decode the audio stream from the source link I gave. Maybe Serviio is using the ffmpeg tool in the wrong way?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Nov 17, 2016 9:27 am

Re: Working VLC audio streams not works in Serviio

Vote for it and I can pick it up for after 1.8

Return to Serviio Support & Help

Who is online

Users browsing this forum: Google [Bot] and 17 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.