Lawrence Blackham
2005-01-18, 05:48
Hi
I recently moved Slimserver from Windows to Linux and all was well
including AlienBBC V0.12 (which is brilliant BTW thank you to everyone
involved with the plugin). However, I have recently 'upgraded' to
AlienBBC V0.91 & V0.92 and cannot get them to work. From the slimserver
AlienBBC appears to start but either:-
1.
plays with no sound or
2.
with no sound until 5-10 seconds into whatever is chosen and then
after a short pause it appears to re-attempt to play the stream
from zero seconds again and then this loop just continues with no
sound.
With my very limited knowledge of Linux (I'm using Mandrake 10.1) I have
tried to investigate further. I have tried running ./slimserver.pl
-d_plugin and get the following output:-
2005-01-18 12:10:37.4025 Requiring Plugins::RadioIO plugin.
2005-01-18 12:10:37.4331 Requiring Plugins::Picks plugin.
2005-01-18 12:10:37.5257 Requiring Plugins::DateTime::Plugin plugin.
2005-01-18 12:10:37.5443 Requiring Plugins::Rescan plugin.
2005-01-18 12:10:37.5700 Requiring Plugins::SavePlaylist plugin.
2005-01-18 12:10:37.5910 Requiring Plugins::LineX plugin.
2005-01-18 12:10:37.6381 Requiring Plugins::SlimTris plugin.
2005-01-18 12:10:37.6674 Requiring Plugins::Snow plugin.
2005-01-18 12:10:37.7348 Requiring Plugins::Alien::Plugin plugin.
Subroutine HTML::Entities::decode_entities redefined at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 253,
<DATA> line 1.
2005-01-18 12:10:38.0600 Requiring Plugins::Shooter plugin.
2005-01-18 12:10:38.0873 Requiring Plugins::RssNews plugin.
2005-01-18 12:10:38.1609 Requiring Plugins::ShoutcastBrowser plugin.
2005-01-18 12:10:38.2937 Requiring Plugins::Live365 plugin.
2005-01-18 12:10:38.4081 Registering screensaver Datetime Screensaver
2005-01-18 12:10:38.4091 Registering screensaver LineX Screensaver
2005-01-18 12:10:38.4098 Registering screensaver Snow Screensaver
2005-01-18 12:10:38.4147 Registering screensaver RSS News Ticker
2005-01-18 12:10:38.4178 Adding RadioIO to menu: RADIO
2005-01-18 12:10:38.4184 Adding Picks to menu: RADIO
2005-01-18 12:10:38.4190 Adding SlimTris to menu: GAMES
2005-01-18 12:10:38.4196 Adding Alien::Plugin to menu: RADIO
2005-01-18 12:10:38.4201 Adding Shooter to menu: GAMES
2005-01-18 12:10:38.4207 Adding RssNews to menu: PLUGINS
2005-01-18 12:10:38.4211 Adding ShoutcastBrowser to menu: RADIO
2005-01-18 12:10:38.4216 Adding Live365 to menu: RADIO
2005-01-18 12:10:38.4233 Registering screensaver Now Playing (Jump back
on wake.)
2005-01-18 12:10:41.5375 RSS Feed Info:
2005-01-18 12:10:41.5385 BBC News World Edition,
http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml
2005-01-18 12:10:41.5394 CNET News.com, http://news.com.com/2547-1_3-0-5.xml
2005-01-18 12:10:41.5401 New York Times Home Page,
http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml
2005-01-18 12:10:41.5410 RollingStone.com Music News,
http://www.rollingstone.com/rssxml/music_news.xml
2005-01-18 12:10:41.5418 Slashdot, http://slashdot.org/index.rss
2005-01-18 12:10:41.5426 Yahoo! News: Business,
http://rss.news.yahoo.com/rss/business
2005-01-18 12:10:41.5434
MPlayer 1.0pre6-3.4.1 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium III Katmai/Pentium III Xeon Tanner (Family: 6,
Stepping: 2)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with
--disable-runtime-cpudetection.
77 audio & 188 video codecs
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
mplayer: could not connect to socket
mplayer: No such file or directory
======= WAVE Format =======
Format Tag: 28515 (0x6F63)
Channels: 2
Samplerate: 44100
avg byte/sec: 32041
Block align: 465
bits/sample: 16
cbSize: 26
Unknown extra header dump: [5d] [0] [10] [0] [15] [0] [d1] [1] [10] [0]
[1] [0] [0] [3] [8] [0] [0] [20] [0] [0] [0] [0] [0] [2] [0] [4]
===========================
This didn't tell me very much so I tried to run mplayer on it's own as
it is called from slimserver i.e. mplayer -vo null -really-quiet -cache
128 -af resample=44100:0:1 -ao p
cm -aofile /dev/fd/3 rtsp://rmv8.bbc.net.uk/radio2/r2_radcliffemon.ra
Again no sound but looking at the -ao/-aofile options I saw that the
/dev/fd didn't exist is this unusual? By removing the -ao/-aofile
options mplayer works fine. I tried (probably naively) to create the fd
directory and use touch to create an empty file called '3'. Rerunning
mplayer with '-ao pcm -aofile /dev/fd/3' there was still no sound from
slimserver but the '3' file does fill up and if I subsequently run the
command 'mplayer /dev/fd/3' I do get sound.
Can someone please suggest what I should try next?
Thanks
Lawrence
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/2005
I recently moved Slimserver from Windows to Linux and all was well
including AlienBBC V0.12 (which is brilliant BTW thank you to everyone
involved with the plugin). However, I have recently 'upgraded' to
AlienBBC V0.91 & V0.92 and cannot get them to work. From the slimserver
AlienBBC appears to start but either:-
1.
plays with no sound or
2.
with no sound until 5-10 seconds into whatever is chosen and then
after a short pause it appears to re-attempt to play the stream
from zero seconds again and then this loop just continues with no
sound.
With my very limited knowledge of Linux (I'm using Mandrake 10.1) I have
tried to investigate further. I have tried running ./slimserver.pl
-d_plugin and get the following output:-
2005-01-18 12:10:37.4025 Requiring Plugins::RadioIO plugin.
2005-01-18 12:10:37.4331 Requiring Plugins::Picks plugin.
2005-01-18 12:10:37.5257 Requiring Plugins::DateTime::Plugin plugin.
2005-01-18 12:10:37.5443 Requiring Plugins::Rescan plugin.
2005-01-18 12:10:37.5700 Requiring Plugins::SavePlaylist plugin.
2005-01-18 12:10:37.5910 Requiring Plugins::LineX plugin.
2005-01-18 12:10:37.6381 Requiring Plugins::SlimTris plugin.
2005-01-18 12:10:37.6674 Requiring Plugins::Snow plugin.
2005-01-18 12:10:37.7348 Requiring Plugins::Alien::Plugin plugin.
Subroutine HTML::Entities::decode_entities redefined at
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 253,
<DATA> line 1.
2005-01-18 12:10:38.0600 Requiring Plugins::Shooter plugin.
2005-01-18 12:10:38.0873 Requiring Plugins::RssNews plugin.
2005-01-18 12:10:38.1609 Requiring Plugins::ShoutcastBrowser plugin.
2005-01-18 12:10:38.2937 Requiring Plugins::Live365 plugin.
2005-01-18 12:10:38.4081 Registering screensaver Datetime Screensaver
2005-01-18 12:10:38.4091 Registering screensaver LineX Screensaver
2005-01-18 12:10:38.4098 Registering screensaver Snow Screensaver
2005-01-18 12:10:38.4147 Registering screensaver RSS News Ticker
2005-01-18 12:10:38.4178 Adding RadioIO to menu: RADIO
2005-01-18 12:10:38.4184 Adding Picks to menu: RADIO
2005-01-18 12:10:38.4190 Adding SlimTris to menu: GAMES
2005-01-18 12:10:38.4196 Adding Alien::Plugin to menu: RADIO
2005-01-18 12:10:38.4201 Adding Shooter to menu: GAMES
2005-01-18 12:10:38.4207 Adding RssNews to menu: PLUGINS
2005-01-18 12:10:38.4211 Adding ShoutcastBrowser to menu: RADIO
2005-01-18 12:10:38.4216 Adding Live365 to menu: RADIO
2005-01-18 12:10:38.4233 Registering screensaver Now Playing (Jump back
on wake.)
2005-01-18 12:10:41.5375 RSS Feed Info:
2005-01-18 12:10:41.5385 BBC News World Edition,
http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml
2005-01-18 12:10:41.5394 CNET News.com, http://news.com.com/2547-1_3-0-5.xml
2005-01-18 12:10:41.5401 New York Times Home Page,
http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml
2005-01-18 12:10:41.5410 RollingStone.com Music News,
http://www.rollingstone.com/rssxml/music_news.xml
2005-01-18 12:10:41.5418 Slashdot, http://slashdot.org/index.rss
2005-01-18 12:10:41.5426 Yahoo! News: Business,
http://rss.news.yahoo.com/rss/business
2005-01-18 12:10:41.5434
MPlayer 1.0pre6-3.4.1 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium III Katmai/Pentium III Xeon Tanner (Family: 6,
Stepping: 2)
Detected cache-line size is 32 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with
--disable-runtime-cpudetection.
77 audio & 188 video codecs
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
mplayer: could not connect to socket
mplayer: No such file or directory
======= WAVE Format =======
Format Tag: 28515 (0x6F63)
Channels: 2
Samplerate: 44100
avg byte/sec: 32041
Block align: 465
bits/sample: 16
cbSize: 26
Unknown extra header dump: [5d] [0] [10] [0] [15] [0] [d1] [1] [10] [0]
[1] [0] [0] [3] [8] [0] [0] [20] [0] [0] [0] [0] [0] [2] [0] [4]
===========================
This didn't tell me very much so I tried to run mplayer on it's own as
it is called from slimserver i.e. mplayer -vo null -really-quiet -cache
128 -af resample=44100:0:1 -ao p
cm -aofile /dev/fd/3 rtsp://rmv8.bbc.net.uk/radio2/r2_radcliffemon.ra
Again no sound but looking at the -ao/-aofile options I saw that the
/dev/fd didn't exist is this unusual? By removing the -ao/-aofile
options mplayer works fine. I tried (probably naively) to create the fd
directory and use touch to create an empty file called '3'. Rerunning
mplayer with '-ao pcm -aofile /dev/fd/3' there was still no sound from
slimserver but the '3' file does fill up and if I subsequently run the
command 'mplayer /dev/fd/3' I do get sound.
Can someone please suggest what I should try next?
Thanks
Lawrence
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 17/01/2005