More > JRiver Media Center 21 for Linux

Problems with web-radio

(1/3) > >>

geier22:
I try to open in MC21 these URL's,:
http://www.radioberlin.de/live.m3u --->   nothing happens.
http://www.radioberlin.de/live.pls --->   nothing happens.

I give this URL (pls) in VLC, and get the following URL:
http://rbb-mp3-radioberlin-m.akacast.akamaistream.net/7/70/292096/v1/gnl.akacast.akamaistream.net/rbb_mp3_radioberlin_m

this URL copied to MC, works.

only this URL I can play directly in MC:

http://www.radioberlin.de/live_s.m3u gives:
http://rbb-mp3-radioberlin-s.akacast.akamaistream.net/7/52/292096/v1/gnl.akacast.akamaistream.net/rbb_mp3_radioberlin_s (only 48 kBit/s)

http://www.polskastacja.pl/play/aac_blues.pls -----> Works with URL http://91.121.249.17:80

http://www.polskastacja.pl/play/blues.asx  ----> MC Crashes
http://www.polskastacja.pl/play/blues.pls  ----> MC Crashes

same from VLC:
http://188.165.20.29:5500  --> MC crashes

In MC 19 (win) all links work well.

What (stream) formats supported MC21?

I was looking at the Options for the Menu "File Associations" but I can not find it.Am I blind or is this so?

bob:

--- Quote from: geier22 on August 15, 2015, 08:31:23 am ---I try to open in MC21 these URL's,:
http://www.radioberlin.de/live.m3u --->   nothing happens.
http://www.radioberlin.de/live.pls --->   nothing happens.

I give this URL (pls) in VLC, and get the following URL:
http://rbb-mp3-radioberlin-m.akacast.akamaistream.net/7/70/292096/v1/gnl.akacast.akamaistream.net/rbb_mp3_radioberlin_m

this URL copied to MC, works.

only this URL I can play directly in MC:

http://www.radioberlin.de/live_s.m3u gives:
http://rbb-mp3-radioberlin-s.akacast.akamaistream.net/7/52/292096/v1/gnl.akacast.akamaistream.net/rbb_mp3_radioberlin_s (only 48 kBit/s)

http://www.polskastacja.pl/play/aac_blues.pls -----> Works with URL http://91.121.249.17:80

http://www.polskastacja.pl/play/blues.asx  ----> MC Crashes
http://www.polskastacja.pl/play/blues.pls  ----> MC Crashes

same from VLC:
http://188.165.20.29:5500  --> MC crashes

In MC 19 (win) all links work well.

What (stream) formats supported MC21?

I was looking at the Options for the Menu "File Associations" but I can not find it.Am I blind or is this so?


--- End quote ---
Every single one of those URLS work for me in MC 21 32 bit debian wheezy (my production machine) and 64 bit on ubuntu vivid.

I'm guessing you have something preventing the redirects from working properly.

IIRC you are running on a non-debian distro?
If so you could try doing a

--- Code: ---ldd -d /usr/lib/jriver/Media\ Center\ 21/*.so | less
--- End code ---
and

--- Code: ---ldd -d /usr/lib/jriver/Media\ Center\ 21/Plugins/*.so | less
--- End code ---
and look for missing libs (probably in JRReader).


MC doesn't mess with file associations on linux.

geier22:
Bob,
I still tried this twice. with the url
http://www.polskastacja.pl/play/blues.pls
every time there is a white window, without anything being played (picture)
However, the station seems to be found.
I have made of both tests a log.

The two less - commands I've also attached.

I use here Jessie in a normal installation (no VM)

bob:

--- Quote from: geier22 on August 17, 2015, 03:47:14 pm ---Bob,
I still tried this twice. with the url
http://www.polskastacja.pl/play/blues.pls
every time there is a white window, without anything being played (picture)
However, the station seems to be found.
I have made of both tests a log.

The two less - commands I've also attached.

I use here Jessie in a normal installation (no VM)

--- End quote ---

A couple of thoughts.
The missing libnettle stuff is weird. Is there a libnettle.so in your "/usr/lib/jriver/Media Center 21" directory?

How about sample rates? Do you have stuff that's sampling under 44.1k set to go to 44.1k (or 48k) in your DSP studio settings?
What is your audio device setting and what is that device capable of?
( run /usr/lib/jriver/Media\ Center\ 21/alsacap from a terminal window)

geier22:
1)
--- Quote ---Is there a libnettle.so in your "/usr/lib/jriver/Media Center 21" directory?
--- End quote ---
/usr/lib/jriver/Media Center 21/libnettle.so
/usr/lib/jriver/Media Center 21/libnettle.so.4

--- Quote ---DSP studio settings
--- End quote ---
---> Picture

--- Quote ---what is that device capable of
--- End quote ---

--- Code: ---root@enp2so:/home/hans# /usr/lib/jriver/Media\ Center\ 21/alsacap
*** Scanning for playback devices ***
No protocol specified
xcb_connection_has_error() returned true
Card 1, ID `DEVICE', name `TEAC USB AUDIO DEVICE'
  Device 0, ID `USB Audio', name `USB Audio', 1 subdevices (1 available)
    2 channels, sampling rates 32000, 44100, 48000, 88200, 96000, 176400, 192000
Hz
    Sample formats: S16_LE, S24_3LE
      Subdevice 0, name `subdevice #0'
root@enp2so:/home/hans#
--- End code ---

--- Quote ---What is your audio device setting
--- End quote ---
---> Picture

and my .asoundrc :

--- Code: ---pcm.!default {
        type plug
        slave.pcm "softvol"
}
ctl.!default {
        type hw
        card DEVICE
}

pcm.softvol {
        type softvol
        slave.pcm "hw:DEVICE,0"
        control.name Master
        control.card DEVICE
        hint {
                show on
                description "USB-DAC (softvol)"
        }
}

ctl.softvol {
        type hw
        card DEVICE
}
--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version