Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-28 Thread raglencross

Sorry for the delay on getting back to you, but business called me
away.
The command line resulted in the following:

Macmini:~ raglencross$ ls -l /Applications/MPlayer
OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/
total 41976
-rwxr-xr-x  1 raglencross  admin  21490476 Jan 12  2008 mplayer

In anticipation of what next you might suggest to do, I tried the same
command on the directory which contains (or which I think contains)
squeezebox.exe.  I just got an error message about an invalid
directory.  I suspect that the squeezebox file is not the correct one
as it is only 115KB or so in size which seems too small to be the whole
application.


-- 
raglencross

raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-20 Thread angle333

This week on A Prairie Home Companion a mix of shows we've done over the
past few years from the historic State Theater on Hennepin Avenue in
Minneapolis. Jearlyn Steele sings Something's Got a Hold on Me, Guy
Noir confronts and angry mob of Canadians


-- 
angle333

angle333's Profile: http://forums.slimdevices.com/member.php?userid=39363
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-20 Thread angle333

Plus, the delightful schoolmarm, Miss Daisy, visits Dusty and Lefty out
on the trail, Dakota darling Becky Schlegel sings Heartaches by the
Number, and it was the fishing opener in Lake Wobegon. Conversation in
Carl Krepsbach's boat 'Prada' (http://www.inikesneakers.com/)turned to
marriage, and you'll hear more about that this week.


-- 
angle333

angle333's Profile: http://forums.slimdevices.com/member.php?userid=39363
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-19 Thread raglencross

The ls -l command gave the following results:

Macmini:~ raglencross$ ls -l
total 0
drwx--+  6 raglencross  staff   204 Jul 19 14:45 Desktop
drwx--+  4 raglencross  staff   136 Jul  7 20:53 Documents
drwx--+ 13 raglencross  staff   442 Jul 13 15:35 Downloads
drwx--+ 33 raglencross  staff  1122 Jul 11 00:22 Library
drwx--+  3 raglencross  staff   102 Jul  7 20:53 Movies
drwx--+  5 raglencross  staff   170 Jul  8 22:54 Music
drwx--+  4 raglencross  staff   136 Jul  7 20:53 Pictures
drwxr-xr-x+  6 raglencross  staff   204 Jul 16 10:51 Public
drwxr-xr-x+  5 raglencross  staff   170 Jul  7 20:53 Sites

Presumably drwx means delete/read/write/execute permission for me,
raglencross, (and the group staff?) for the specified folders i.e.
Desktop, Documents, etc. Don't have a clue what the number and date
columns or -xr-x+ mean!

You are right that the SBS and mplayer executables are installed with
different ownerships.  SBS's owner is unknown and mplayer is owned by
me.  Changing SBS to my ownership does not solve the problem, probably
because, as you suggest, said ownership has to be extended to the
containing folders and directories.

Anyway, as a new Mac user, it looks like I will have to dig in to the
whole matter of sharing, ownership and permissions as done by Apple. 
It seems to be every bit as complicated as for Windows, despite the
hype about Mac's simplicity!  In the interim, I can listen to PHC using
one of my Windows servers ;)

Thanks for your help in steering me in the right direction, Bpa.


-- 
raglencross

raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-19 Thread bpa

The d in dwrx means directory not delete.  Write access to a
directory means you can delete files from a directory.

ownership of SBS is not related to the userid which runs SBS. 

On Linux the userid is squeezeboxserver.  According to OSX startup
scripts the SBS userid is the environment variable $USER - I don't know
its value on OSX.

I wasn't very clear about the ls -l command - it was supposed to be
done on the directory containing mplayer so try 

ls -l /Applications/MPlayer
OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-18 Thread bpa

I don't know the OSX specifics but I believe the following to be
applicable.

First - a user which is an administrator will nearly always be able to
run mplayer whereas SBS does not run as Administrator but with another
userid and group which has very few privileges needs to have
permissions and owner set correctly in order to run mplayer.  Ideally
when testing mplayer execution you should be testing logged in with the
same userid (and by implication group) as the SBS userid. 

For a user to run mplayer - the user needs execute, sometimes read but
not write access. The containing directories will needs execute access
as well to list/search the directory.  Write access except for owner is
dangerous and a security risk as it enables non privileged users alter
the executable.

When looking at a file properties/details - permissions will have
owner, group and others/everyone access.  You only indicated one set of
permissions.

In a Terminal windows you can use the ls -l command to list file
permissions, owner and group.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-17 Thread raglencross

The mplayer executable and the directory and sub-directories which
contain it show me to have read and write permission which is expected
as my account is an administrative one.  Other users for mplayer.exe
namely admin and everyone, are read only.  I changed these to read
and write, but this had no effect.

I don't know how to determine ownership.  If I install an application
as an administrator does that not make me the owner?


-- 
raglencross

raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-16 Thread raglencross

Thanks for the reply, Bpa.

The command line produces the following:

MPlayer dev-SVN-r25648-4.0.1 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU P8600  @ 2.40GHz (Family: 6, Model:
23, Stepping: 10)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Usage:   mplayer [options] [url|path/]filename

Basic options: (complete list in the man page)
-vo drvselect video output driver ('-vo help' for a list)
-ao drvselect audio output driver ('-ao help' for a list)
vcd://trackno  play (S)VCD (Super Video CD) track (raw device, no
mount)
dvd://titleno  play DVD title from device instead of plain file
-alang/-slangselect DVD audio/subtitle language (by 2-char country
code)
-ss position   seek to given (seconds or hh:mm:ss) position
-nosound do not play sound
-fs  fullscreen playback (or -vm, -zoom, details in the
man page)
-x x -y yset display resolution (for use with -vm or -zoom)
-sub file  specify subtitle file to use (also see -subfps,
-subdelay)
-playlist file specify playlist file
-vid x -aid yselect video (x) and audio (y) stream to play
-fps x -srate y  change video (x fps) and audio (y Hz) rate
-pp qualityenable postprocessing filter (details in the man
page)
-framedrop   enable frame dropping (for slow machines)

Basic keys: (complete list in the man page, also check input.conf)
-  or  -   seek backward/forward 10 seconds
down or up   seek backward/forward  1 minute
pgdown or pgup   seek backward/forward 10 minutes
 orstep backward/forward in playlist
p or SPACE   pause movie (press any key to continue)
q or ESC stop playing and quit program
+ or -   adjust audio delay by +/- 0.1 second
ocycle OSD mode:  none / seekbar / seekbar + timer
* or /   increase or decrease PCM volume
x or z   adjust subtitle delay by +/- 0.1 second
r or t   adjust subtitle position up/down, also see -vf
expand

* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND
KEYS * * *

This all looks pretty normal to me i.e. no error messages.  Just
something else to consider while you mull this over, under the settings
for the RTSP files, PCM and WAV are realmplayer.sh, FLAC is
realmplayer.sh/FLAC and MP3 is disabled. Should the
realmplayer.sh setting not be just mplayer, like it is on a Windows
PC?


-- 
raglencross

raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-16 Thread bpa

OK - that's good so next you need to check permissions and security.

Who is the owner of the mplayer executable ?
What are the permissions of the mplayer executable and the containing
directory ?


On OSX and Linux - a shell script is needed to run mplayer - that is
why realplayer.sh is in Filetypes rather than mplayer.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-15 Thread bpa

raglencross;561713 Wrote: 
 I agree with your assessment that playreal can't find mplayer despite,
 in my case, it being exactly where it should be.  I notice in the
 preamble to the else/if construct that the uname is set to Darwin
 which is not my user name or the name of my computer.  Could this be
 the problem?
 
uname is the name of the operating system running the realplayer.sh
such as Linux but in the case of OSX uname should be Darwin.

There are three main possibilities why realplayer.sh is not working
1. Cannot find mplayer 
2. Security - Permissions or ownership is preventing mplayer running.
3. mplayer for some reason won't run on your system (e.g. missing
library).

To test 3 try the following in a Terminal window- it should produce a
short help.  If it is does produce a help file please copy the error
message to a post as it may indicate the problem.

I believe this command has the file path you indicated in your post -
if not change it to your path. Please not the quotation marks as they
are necessary because of the space in the path name.

/Applications/MPlayer
OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer
-help


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-07-14 Thread raglencross

bpa;554631 Wrote: 
 From the Mplayer Extended site
 
 
 Since this is not the standard Mplayer - it is not installed where the
 shell script expected.  The Plugin settings page info just checks that
 an mplayer is installed - it does not verify location or version.  
 
 I don't have an OSX system so I can only make gueeses as to get it
 working.
 
 You have a choice - either
 1. Uninstall current mplayer and then install an official (and probably
 older) build of mplayer. However the mplayer developers were very bad at
 building OSX builds so this may be difficult. This may be an alternative
 site http://haque.net/software/mplayer/mplayerosx/builds/
 2. Change the realmplayer.sh file to look for the mplayer executable on
 your system.
 
 I suggest doing 2 since the mplayer you have seems to be able to play
 RealAudio from a Terminal window.
 
 First - determine the full path of the mplayer executable (not the
 folder) - In a Terminal window you could try the following commands
 (these are guesses).
 which mplayer
 or
 where mplayer

Bpa, I am having the same problem as the OP on a Mac mini using OSX
10.6 with an Intel processor. The only difference is that I installed
the older version of mplayer that you recommended.  It is installed in
the path expected by realplayer.sh for an Intel CPU, namely: i386
processor
/Applications/MPlayer
OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer


The playreal plugin settings show mplayer to be installed and the
correct file types are activated, but when I try to stream the PHC URL
you gave in an earlier post via Tune in URL, I get no audio.  The SB3
shows as connecting although the web UI looks to be streaming normally. 
The URL plays with no problem through the mplayer GUI. I have not tried
to stream the URL via a command line as you request the OP to do
because, like him, I am confused whether you mean a SBS or OSX one. 
Regardless, I don't know the command structure for either method. 

I agree with your assessment that playreal can't find mplayer despite,
in my case, it being exactly where it should be.  I notice in the
preamble to the else/if construct that the uname is set to Darwin
which is not my user name or the name of my computer.  Could this be
the problem?

Anyway, in option 2 of the above quote it looks like you were going to
tell the OP how to alter realplayer.sh once you determined where his
mplayer application was located. Since mine is known, I would
appreciate your help in doing this.


-- 
raglencross

raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-14 Thread bpa

isaacc7;554599 Wrote: 
 Hmmm, looking further, I can see that I actually have something called
 MPlayer OS X Extended. That seemed to be the most current version of
 MPlayer for OS X, is that what is screwing me up? That is what was
 indicated on the MPlayer homepage

From the Mplayer Extended site
 MPlayer OSX Extended is an unofficial modification of the MPlayer OSX
 project

Since this is not the standard Mplayer - it is not installed where the
shell script expected.  The Plugin settings page info just checks that
an mplayer is installed - it does not verify location or version.  

I don't have an OSX system so I can only make gueeses as to get it
working.

You have a choice - either
1. Uninstall current mplayer and then install an official (and probably
older) build of mplayer. However the mplayer developers were very bad at
building OSX builds so this may be difficult. This may be an alternative
site http://haque.net/software/mplayer/mplayerosx/builds/
2. Change the realmplayer.sh file to look for the mplayer executable on
your system.

I suggest doing 2 since the mplayer you have seems to be able to play
RealAudio from a Terminal window.

First - determine the full path of the mplayer executable (not the
folder) - In a Terminal window you could try the following commands
(these are guesses).
which mplayer
or
where mplayer


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-14 Thread bpa

Why not do what I suggested in choice 2.  It is much easier.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-14 Thread isaacc7

I tried using the commands you gave, and I even tried another one that
seemed more suitable to OS X (find, although I'm not sure I was using
it correctly) and wasn't able to pull up anything. It said that the
ones you mentioned weren't commands, and the find command didn't find
mplayer... I'll give it another shot once i get back home. Thanks again
for all the help.

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-14 Thread bpa

Try the following in a Terminal window- it should produce a short help.

/Applications/MPlayer\ OSX\
Extended.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer
-help


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-13 Thread bpa

That's a far more normal log with all the expected RTSP activity.

It looks like the shell script realmplayer.sh cannot find mplayer. 
This issue happens a lot with OSX and solution can depend on OSX
version and processor.

The version you are using should be looking for mplayer in 

i386 processor
/Applications/MPlayer
OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer

PowerPC
/Applications/MPlayer
OSX.app/Contents/Resources/External_Binaries/mplayer_noaltivec.app/Contents/MacOS/mplayer

If not found above then it looks for 
/usr/local/bin/mplayer

Where is mplayer on your system ?


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-13 Thread isaacc7

bpa;554524 Wrote: 
 That's a far more normal log with all the expected RTSP activity.
 
 It looks like the shell script realmplayer.sh cannot find mplayer. 
 This issue happens a lot with OSX and solution can depend on OSX
 version and processor.

OK, that sounds like progress! The problem has been identified...


 The version you are using should be looking for mplayer in 
 
 i386 processor
 /Applications/MPlayer
 OSX.app/Contents/Resources/External_Binaries/mplayer.app/Contents/MacOS/mplayer
 
 PowerPC
 /Applications/MPlayer
 OSX.app/Contents/Resources/External_Binaries/mplayer_noaltivec.app/Contents/MacOS/mplayer
 
 If not found above then it looks for 
 /usr/local/bin/mplayer
 
 Where is mplayer on your system ?

Wow, mine is just located in /applications/MPlayer. What's with all the
other folders? I have an Intel Mac and that's where it was installed. It
works just fine using on its own from that location. There is a folder
titled mplayer and it is located at:
opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/multimedia/MPlayer.
Inside that folder, there is a folder entitled files and a file
called portfile.

Hmmm, looking further, I can see that I actually have something called
MPlayer OS X Extended. That seemed to be the most current version of
MPlayer for OS X, is that what is screwing me up? That is what was
indicated on the MPlayer homepage... Thanks!

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-12 Thread bpa

I've seen the problem a while ago but can't remember the cause.

It is very strange because your log shows no indication of procesing by
the plugins - it's as if the plugins are not installed.

As well as the player.source set to DEBUG can you also set
plugin.playreal and plugin.phcplayer to DEBUG as well - don't forget to
click Apply. 

Note time. Now paste the URL is supplied into the SBS WebUI Tune in
URL.
Wait one minute and copy into a post *all* messages from log between
noted time and last message - even if the messages are repeated.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-12 Thread isaacc7

bpa;554330 Wrote: 
 I've seen the problem a while ago but can't remember the cause.
 
 It is very strange because your log shows no indication of procesing by
 the plugins - it's as if the plugins are not installed.
 
 As well as the player.source set to DEBUG can you also set
 plugin.playreal and plugin.phcplayer to DEBUG as well - don't forget to
 click Apply. 
 
 Note time. Now paste the URL is supplied into the SBS WebUI Tune in
 URL.
 Wait one minute and copy into a post *all* messages from log between
 noted time and last message - even if the messages are repeated.

OK, tried again. I tried to start the stream around the 10:05 mark.
Thanks for sticking with me!

Isaac


+---+
|Filename: log.doc.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10083|
+---+

-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-12 Thread bpa

I can't open the log.doc file - it does not seem to be a plain text
file.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-12 Thread isaacc7

bpa;554387 Wrote: 
 I can't open the log.doc file - it does not seem to be a plain text
 file.

Hmm, I did zip it, but it should be openable as a . Doc once unzipped.
I'll try posting again once I get home. Sigh. ...


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-12 Thread isaacc7

One more time, with feeling! The action starts around the 11:52 mark.


+---+
|Filename: log2.doc |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10086|
+---+

-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread isaacc7

bpa;554058 Wrote: 
 AlienBBC is dead - did you install it from the Plugins tab ?
 
 For 7.5 you should be using the Play RealAudio and Prarie Home
 Companion plugins - install from the Plugins Tab.  Mplayer is still a
 requirement.

Yeah, I did install it from the plugins tab. When yo say it is dead,
do you mean it no longer works and I shouldn't have installed it, or do
you mean that something has gone wrong with my installation? I do have
playaudio installed as well. Thanks for the reply!

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread bpa

AlienBBC nop longer works for BBC since BBC has stopped RealAudio and
AlienBBC is no longer supported and I think has not been updated since
7.4 so there may be other SBS issues. Also I think PHC changed their
web site as well.  Some user changed the install.xml to make AlienBBC
keep on working. It shouldn't be appearing on the plugins tab. 

Remove AlienBBC and use the supported plugins.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread isaacc7

OK, I removed the alienbbc plugin and restarted SBS. I have mplayer
installed, the playaudio plugin, and the prairie home companion plugin
installed and I still have nothing. Oddly, I notice that the SBS
interface shows that it is playing a good 45 seconds before the SB
touch claims to be playing. Anything else I should look into? I would
really like this to work:-)

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread bpa

On OSX there are often problems with version of mplayer used and where
it is installed.

Were you ever able to play RealAudio streams with mplayer ?

To get diagnostic - Enable logging with player.source set to Debug and
try to play for about 1 minute. Then copy relevant log entries into a
text file and attached to a post (you may need to zip it if it is too
big).


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread isaacc7

bpa;554147 Wrote: 
 On OSX there are often problems with version of mplayer used and where
 it is installed.
 
 Were you ever able to play RealAudio streams with mplayer ?
 
 To get diagnostic - Enable logging with player.source set to Debug and
 try to play for about 1 minute. Then copy relevant log entries into a
 text file and attached to a post (you may need to zip it if it is too
 big).

I haven't tried playing a realaudio stream in years:-) Not sure where
I'd even find one these days. OK, help me out here, what is
player.source? Is that part of SBS, or part of Mplayer? Should I try to
play a realaudio stream for a minute, or any old thing? Once again,
thanks, I would never get through this without help!

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread bpa

First try to play a realaudio stream with mplayer by itself to make sure
you have a version that still works.
Here is a URL for recent PHC.

rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm

The log is a SBS - use WebUI Settings/Logging - change the
player.source to DEBUG and click Apply.  Then open a logfile window
using WebUI Settings/Information.

Note time of start of test so that you copy log entries from start of
test only.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread isaacc7

Ok, I can stream via mplayer, it took a while, but it did come up.
Curiously, i couldn't pause the stream, I could only quit out of it.
Another thing that was odd was that my computer tried to use Quicktime
to stream it first. I waited to see if it would work, but gave up on it
and quit out of it before launching mplayer.

Here's the log from when I tried to listen to PHC:

[10-06-11 13:36:00.5165]
Slim::Player::StreamingController::_eventAction (271)
00:04:20:22:12:a8: StatusHeartbeat in PAUSED-TRACKWAIT -
Slim::Player::StreamingController::_NoOp
[10-06-11 13:36:01.0117]
Slim::Player::StreamingController::_eventAction (271)
00:04:20:22:12:a8: StatusHeartbeat in PAUSED-TRACKWAIT -
Slim::Player::StreamingController::_NoOp

It's the same thing for the whole screen. Any ideas?

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread bpa

You should have played the stream from a Terminal window.
OSX looked at rtsp:// and thought it was a Quicktime rtsp stream and
not a Realaudio rtsp stream - it is ambiguous.

Are you sure you pressed play with the rtsp URL or perhaps you didn't
wait long enough to see something like


Code:


  [10-06-11 18:56:29.0235] Slim::Player::StreamingController::_eventAction 
(271) 00:04:20:1e:01:e0: StatusHeartbeat in STOPPED-IDLE - 
Slim::Player::StreamingController::_NoOp
  [10-06-11 18:56:29.9170] Slim::Player::StreamingController::stop (1961) 
00:04:20:22:00:d9
  [10-06-11 18:56:29.9173] Slim::Player::StreamingController::_eventAction 
(271) 00:04:20:22:00:d9: Stop in STOPPED-IDLE - 
Slim::Player::StreamingController::_NoOp
  [10-06-11 18:56:29.9176] Slim::Player::StreamingController::resetSongqueue 
(1644) Song queue is now 
  [10-06-11 18:56:29.9187] Slim::Player::StreamingController::play (1964) 
00:04:20:22:00:d9
  [10-06-11 18:56:29.9190] Slim::Player::StreamingController::_eventAction 
(271) 00:04:20:22:00:d9: Play in STOPPED-IDLE - 
Slim::Player::StreamingController::_StopGetNext
  [10-06-11 18:56:29.9193] Slim::Player::StreamingController::_eventAction 
(284) params: index = 0 seekdata = undef
  [10-06-11 18:56:29.9197] Slim::Player::StreamingController::_setPlayingState 
(2232) new playing state STOPPED
  [10-06-11 18:56:29.9200] 
Slim::Player::StreamingController::_setStreamingState (2245) new streaming 
state IDLE
  [10-06-11 18:56:29.9205] Slim::Player::Song::new (107) index 0 - 
rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm
  [10-06-11 18:56:29.9208] Slim::Player::Song::new (149) live=3
  [10-06-11 18:56:29.9211] 
Slim::Player::StreamingController::_setStreamingState (2245) new streaming 
state TRACKWAIT
  [10-06-11 18:56:29.9213] Slim::Player::Song::getNextSong (228) 
rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm
  [10-06-11 18:56:29.9216] Slim::Player::Song::getNextSong (250) scanning URL 
rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm
  [10-06-11 18:56:29.9226] Slim::Player::StreamingController::_playersMessage 
(774) Getting stream info...: 
rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm
  [10-06-11 18:56:29.9236] Slim::Player::StreamingController::_eventAction 
(303) 00:04:20:22:00:d9: Play - new state STOPPED-TRACKWAIT
  [10-06-11 18:56:30.5332] Slim::Player::Song::getNextSong (228) 
rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm
  [10-06-11 18:56:30.5336] Slim::Player::StreamingController::_nextTrackReady 
(730) 00:04:20:22:00:d9: nextTrack will be index 0
  [10-06-11 18:56:30.5339] Slim::Player::StreamingController::_eventAction 
(271) 00:04:20:22:00:d9: NextTrackReady in STOPPED-TRACKWAIT - 
Slim::Player::StreamingController::_Stream
  [10-06-11 18:56:30.5342] Slim::Player::StreamingController::_Stream (1162) 
Song queue is now 0
  [10-06-11 18:56:30.5345] Slim::Player::StreamingController::_Stream (1165) 
00:04:20:22:00:d9: preparing to stream song index 0
  [10-06-11 18:56:30.5348] Slim::Player::Song::open (362) 
rtsp://archivemedia.publicradio.org/5559/phc/2010/06/05_phc.rm
  [10-06-11 18:56:30.5355] Slim::Player::Song::open (386) seek=false time=0 
canSeek=1
  [10-06-11 18:56:30.5362] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-alc-fab4-00:04:20:22:00:d9
  [10-06-11 18:56:30.5367] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-alc-*-00:04:20:22:00:d9
  [10-06-11 18:56:30.5370] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-alc-fab4-*
  [10-06-11 18:56:30.5375] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-alc-*-*
  [10-06-11 18:56:30.5379] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-wma-fab4-00:04:20:22:00:d9
  [10-06-11 18:56:30.5382] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-wma-*-00:04:20:22:00:d9
  [10-06-11 18:56:30.5386] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-wma-fab4-*
  [10-06-11 18:56:30.5388] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-wma-*-*
  [10-06-11 18:56:30.5392] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-aac-fab4-00:04:20:22:00:d9
  [10-06-11 18:56:30.5396] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-aac-*-00:04:20:22:00:d9
  [10-06-11 18:56:30.5399] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-aac-fab4-*
  [10-06-11 18:56:30.5402] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-aac-*-*
  [10-06-11 18:56:30.5405] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-ogg-fab4-00:04:20:22:00:d9
  [10-06-11 18:56:30.5408] Slim::Player::TranscodingHelper::checkBin (232) 
Checking formats for: rtsp-ogg-*-00:04:20:22:00:d9
  [10-06-11 18:56:30.5411] 

Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread isaacc7

bpa;554172 Wrote: 
 You should have played the stream from a Terminal window.
 OSX looked at rtsp:// and thought it was a Quicktime rtsp stream and
 not a Realaudio rtsp stream - it is ambiguous.
 
 
 
 Have you checked whether play Real plugin is installed correctly ?
 Are the rtsp file types enabled under WebUiI
 Settings/Advanced/Filetypes ?

RTSP files are enabled. How would I know if the play realaudio plug in
was installed properly? It says that mplayer is installed and that fast
start is enabled. There are two things on the ignore list


r3g2ident.rm
r2online_id.rm

And when you say a terminal window, are you referring to the OS X
terminal? Maybe the command line interface in SBS? I opened mplayer and
gave it the link, and it streamed fine, is there anoter way I should be
testing? I have given it 10 minutes and it gives me the same info in
the log as I posted earlier. Grrr... I bet it's something simple, I
just don't know enough about this stuff to notice it...


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] no sound with prairie home companion

2010-06-11 Thread isaacc7

Oh, and just FYI, I did find something called tune in URL in the SBS
web interface. Same result. It says it is connected, and even counts
down the time, but no sound

Isaac


-- 
isaacc7

isaacc7's Profile: http://forums.slimdevices.com/member.php?userid=38226
View this thread: http://forums.slimdevices.com/showthread.php?t=79577

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins