MinimServer Forum
BBC radio streams not working - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: BBC radio streams not working (/showthread.php?tid=2173)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: BBC radio streams not working - mikegriff - 16-02-2015 00:26

https://volumio.org/forum/volumio-upnp-server-not-working-t2093.html


not looking good Simon :-(

Mind you my DS's are FAB with Minimserver streamer:-)

do you have any other thoughts on this, I'm a bit out of my depth!

Mike


RE: BBC radio streams not working - simoncn - 16-02-2015 10:27

(16-02-2015 00:26)mikegriff Wrote:  https://volumio.org/forum/volumio-upnp-server-not-working-t2093.html


not looking good Simon :-(

Mind you my DS's are FAB with Minimserver streamer:-)

do you have any other thoughts on this, I'm a bit out of my depth!

Mike

According to this thread, Volumio can''t act as a UPnP server but can act as a UPnP client/renderer. The client/renderer part is what you need.


RE: BBC radio streams not working - mikegriff - 16-02-2015 15:28

I'm getting somewhere i think
I've updated the library
kazoo can put a stream in a Volumio play list and i can see information -- see attachment
I have re instated the *.wav instream.transcode
I still don't hear anything though :-(
Mike


RE: BBC radio streams not working - simoncn - 16-02-2015 16:38

(10-02-2015 18:21)simoncn Wrote:  The BBC appears to have discontinued the AAC streams for national radio stations. These are being replaced by new HLS AAC streams. I am working on a technical solution to enable MinimStreamer to handle the new HLS streams.

This solution is now available in MinimStreamer 0.5.2. When you play an HLS stream via MinimStreamer, it is automatically converted to a "normal" AAC ADTS stream. The converted AAC stream can optionally be transcoded to other formats such as wav, wav24 or L16. It can also be recorded to an AAC ADTS file.

I have tested this with the BBC streams in the following .m3u playlist file:

Code:
#EXTM3U
#EXTINF:-1,[*R1] BBC Radio 1
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_one.m3u8
#EXTINF:-1,[*R1X] BBC Radio 1Xtra
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_1xtra.m3u8
#EXTINF:-1,[*R2] BBC Radio 2
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_two.m3u8
#EXTINF:-1,[*R3] BBC Radio 3
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8
#EXTINF:-1,[*R4] BBC Radio 4 FM
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_fourfm.m3u8
#EXTINF:-1,[*R4L] BBC Radio 4 LW
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_fourlw.m3u8
#EXTINF:-1,[*R4X] BBC Radio 4 Extra
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_four_extra.m3u8
#EXTINF:-1,[*R5] BBC Radio 5 Live
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_five_live.m3u8
#EXTINF:-1,[*R5X] BBC Radio 5 Live Sports Extra
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_five_live_sports_extra.m3u8
#EXTINF:-1,[*R6] BBC Radio 6 Music
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_6music.m3u8
#EXTINF:-1,[*AN] BBC Asian Network
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_asian_network.m3u8
#EXTINF:-1,[*WS] BBC World Service
http://bbcwsen-lh.akamaihd.net/i/WSEIEUK_1@189911/master.m3u8

Edit: corrected some errors in the above stream URLs.


RE: BBC radio streams not working - simoncn - 16-02-2015 16:39

(16-02-2015 15:28)mikegriff Wrote:  I'm getting somewhere i think
I've updated the library
kazoo can put a stream in a Volumio play list and i can see information -- see attachment
I have re instated the *.wav instream.transcode
I still don't hear anything though :-(
Mike

Please update to MinimStreamer 0.5.2 and remove the *:wav transcoding setting. The stream should play on Volumio as a "normal" AAC stream.


RE: BBC radio streams not working - Pastim - 16-02-2015 16:49

(16-02-2015 16:38)simoncn Wrote:  
(10-02-2015 18:21)simoncn Wrote:  The BBC appears to have discontinued the AAC streams for national radio stations. These are being replaced by new HLS AAC streams. I am working on a technical solution to enable MinimStreamer to handle the new HLS streams.

This solution is now available in MinimStreamer 0.5.2. When you play an HLS stream via MinimStreamer, it is automatically converted to a "normal" AAC ADTS stream. The converted AAC stream can optionally be transcoded to other formats such as wav, wav24 or L16. It can also be recorded to an AAC ADTS file.

I have tested this with the BBC streams in the following .m3u playlist file:

Code:
#EXTM3U
#EXTINF:-1,[*R1] BBC Radio 1
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_one.m3u8
#EXTINF:-1,[*R1X] BBC Radio 1Xtra
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_1xtra.m3u8
#EXTINF:-1,[*R2] BBC Radio 2
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_two.m3u8
#EXTINF:-1,[*R3] BBC Radio 3
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_three.m3u8
#EXTINF:-1,[*R4] BBC Radio 4 FM
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_fourfm.m3u8
#EXTINF:-1,[*R4L] BBC Radio 4 LW
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_fourlw.m3u8
#EXTINF:-1,[*R4X] BBC Radio 4 Extra
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_four_extra.m3u8
#EXTINF:-1,[*R5] BBC Radio 5 Live
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_five_live.m3u8
#EXTINF:-1,[*R5X] BBC Radio 5 Live Sports Extra
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_radio_five_live_sports_extra.m3u8
#EXTINF:-1,[*R6] BBC Radio 6 Music
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_6music.m3u8
#EXTINF:-1,[*AN] BBC Asian Network
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/high/ak/bbc_asian_network.m3u8
#EXTINF:-1,[*WS] BBC World Service
http://bbcwsen-lh.akamaihd.net/i/WSEIEUK_1@189911/master.m3u8
When I try to install I'm getting:
Code:
15:48:11.450 Module 'minimstreamer-0.5.102.jar' requires module 'jminim-0.6.203'



RE: BBC radio streams not working - mikegriff - 16-02-2015 16:52

[/quote]

Please update to MinimStreamer 0.5.2 and remove the *:wav transcoding setting. The stream should play on Volumio as a "normal" AAC stream.
[/quote]

Great Simon
at the moment I get Module 'minimstreamer-0.5.102.jar' requires module 'jminim-0.6.203



15:50:30.925 AWT-EventQueue-0: TrayView: showFailure action
15:50:30.926 AWT-EventQueue-0: TrayView: displaying tray icon message: MinimServer: Module 'minimstreamer-0.5.102.jar' requires module 'jminim-0.6.203'
15:50:30.956 AWT-EventQueue-0: TrayView: displaying tray icon tooltip: MinimServer: Module 'minimstreamer-0.5.102.jar' requires module 'jminim-0.6.203'
15:50:30.958 Thread-6: DeviceMonitor notifyContext: name=context0, status=Stopped


RE: BBC radio streams not working - simoncn - 16-02-2015 17:04

(16-02-2015 16:49)Pastim Wrote:  When I try to install I'm getting:
Code:
15:48:11.450 Module 'minimstreamer-0.5.102.jar' requires module 'jminim-0.6.203'

Thanks for the quick response and apologies for the inconvenience.

Please delete the minimstreamer-0.5.2 package using the Packages tab of the Properties window, then reinstall it.


RE: BBC radio streams not working - Pastim - 16-02-2015 17:13

(16-02-2015 17:04)simoncn Wrote:  
(16-02-2015 16:49)Pastim Wrote:  When I try to install I'm getting:
Code:
15:48:11.450 Module 'minimstreamer-0.5.102.jar' requires module 'jminim-0.6.203'

Thanks for the quick response and apologies for the inconvenience.

Please delete the minimstreamer-0.5.2 package using the Packages tab of the Properties window, then reinstall it.
Restarted OK. Thanks very much for the quick fix.

Now, sorry for being slow as usual, but don't I still need a transcode, or am I misunderstanding something?


RE: BBC radio streams not working - simoncn - 16-02-2015 17:19

(16-02-2015 17:13)Pastim Wrote:  Restarted OK. Thanks very much for the quick fix.

Now, sorry for being slow as usual, but don't I still need a transcode, or am I misunderstanding something?

With MinimStreamer 0.5.2, you don't need a transcode setting. The HLS stream is automatically converted to AAC ADTS as described in the Release notes.