Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-25 Thread jimi00
Thanks bpa. I'll revert to 7.2.1 and keep you informed when I'll have the time to do some more testing. BTW I definitely should be reporting a nasty bug in SC 7.3 that makes the last couple of seconds of audio stutter on Apple Lossless files transcoded to WAV or FLAC. I could not figure out if

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-25 Thread bpa
When I change the conf file RA settings from $FILE$ to $URL$ as a workaround to 9638, it behave similar to your Apple Lossless bug but until the 9638 is sorted, this stutter won't be obvious to most other users. Log the bug - that way it has to be verified. -- bpa

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-24 Thread bpa
The conf files work OK and play the file in 7.2.1 but do not work in 7.3. It looks like a 7.3 bug if developers accept what the conf file are trying to do. -- bpa bpa's Profile:

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-23 Thread jimi00
Here we go: [08-10-23 22:07:40.9391] Slim::Player::StreamingController::pause (1533) 00:04:20:12:65:bb [08-10-23 22:07:40.9395] Slim::Player::StreamingController::_setPlayingState (1742) new playing state PAUSED [08-10-23 22:07:40.9413] Slim::Player::Source::playmode (173) 00:04:20:12:65:bb:

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-23 Thread bpa
According to post 1 you are running 7.2.1 but the log looks like 7.3 ? What version of SC are you running ? What version of AlienBBC have you installed ? -- bpa bpa's Profile:

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-23 Thread jimi00
Oops, I ran into authentication problems in the meantime with 7.2.1, so I upgraded both SC and AlienBBC. Behavior with RA files hasn't changed a bit and AlienBBC works fine with the BBC radio shows. I should have mentioned it, I'm sorry. If I may, does the error log tell us anything worthwhile?

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-23 Thread bpa
If I may, does the error log tell us anything worthwhile? It does - it says that conf files are set up asa I requested. The input to mplayer (i.e. $FILE$) becomes - which may be causing a problem but it works on my Linux system so I need to double check my conf files but can't do this at

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-22 Thread jimi00
I followed these instructions to play the RA type. The time indicator starts up as if something was playing but I dont get any audio out of the SB3. I checked my processes and mplayer doesnt even seem to launch. bpa;351937 Wrote: To play file with extension .ra as RealAudio file - make the

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-22 Thread bpa
Did you restart SC ? Check Settings/Advanced/Filetypes - there should be a entry with no name but just like RTSP - this is the ra entry (you need to modify strings.txt to get a name) -- bpa bpa's Profile:

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-22 Thread jimi00
Yes I did restart SC. And there is an empty file type in the Settings that uses mplayer.sh for decoding. Here is my latest server log, if that can be of any help: [08-10-22 23:49:56.3801] Slim::Utils::Strings::string (410) Error: missing string RA [08-10-22 23:49:56.3805]

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-22 Thread bpa
The ra type works for me as I posted when playing a file in my music folder. The error can be ignored as it results in the no name in filetype entries. Do you have 3 no-name entries with mplayer.sh and are they enabled just like RTSP entries. Get a log of trying to play the .ra file with

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-20 Thread bpa
I tried adding a new type to the conf files but the file wouldn't stream - lots of stuttering as it is a RM file which seeks forwards into the file which cannot be replicated with a streaming source. Download is the best idea. Make sure the filename has only Latin non accented characters and no

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-20 Thread jimi00
bpa;351436 Wrote: I tried adding a new type to the conf files but the file wouldn't stream - lots of stuttering as it is a RM file which seeks forwards into the file which cannot be replicated with a streaming source. Download is the best idea. Make sure the filename has only Latin non

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-20 Thread bpa
Make no changes at the moment and use a file extension of rm (e.g. Substitute2.rm ). SC should pickup the file as RealAudio and try to play it as a file with mplayer. Post again if it does not play and I'll suggest changes to the conf files. -- bpa

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-20 Thread jimi00
A podcast... why didnt I think of this before? I successfully downloaded the rm media file with clut and the header indicates xaudio/x-pn-realaudio. I haven't tried playing it yet with the SB3 (we'll see tonight when I come home) but it should help things that the file is now locally present. I

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-20 Thread jimi00
bpa;351473 Wrote: Make no changes at the moment and use a file extension of rm (e.g. Substitute2.rm ). SC should pickup the file as RealAudio and try to play it as a file with mplayer. Post again if it does not play and I'll suggest changes to the conf files. No luck. I tried playing the

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-19 Thread jimi00
bpa;351091 Wrote: No the problem is the URL is using port 80 and not port 554 which is normally used for RTSP RealAudio because it support HTTP transport on port 80. Before connecting a RealAudio service AlienBBC check for the duration of the audio stream but it looks like the check is

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-19 Thread bpa
No - mplayer does not support RealAudio transported by HTTP protocol only by the RTSP protocol. Adding http to the types would divert ALL HTTP stream to AlienBBC. If mplayer supported HTTP, it would be necessary to adding a new mime type (i.e. audio/x-pn-realaudio ) in the mime column of the

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-19 Thread bpa
I now understand what is happening. The URL is not using RealNetworks HTTP tunnelling for RealAudio streams but is simply a Podcast of a file in RealAudio format. I think it may be possible to handle it but it would need new type and convert entries. -- bpa

[SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-18 Thread jimi00
Hello, I have been trying to get this to play on my SB3 with SC 7.2.1 and AlienBBC on Mac OS X 10.5.5 : http://www.aligrefm.org/player/Substitute.rpm It's a Real Audio playlist that links to : http://aligrefm2.free.fr/Substitute/Substitute2.rm I have properly installed AlienBBC to do so and

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-18 Thread bpa
AlienBBC uses mplayer. Mplayer does not support RealAudio over HTTP only over RTSP so try the following URL rtsp://aligrefm2.free.fr/Substitute/Substitute2.rm -- bpa bpa's Profile:

Re: [SlimDevices: Plugins] AlienBBC Real Audio Stream Issue

2008-10-18 Thread jimi00
bpa;351059 Wrote: AlienBBC uses mplayer. Mplayer does not support RealAudio over HTTP only over RTSP so try the following URL rtsp://aligrefm2.free.fr/Substitute/Substitute2.rm Thank you but no luck. I get an error=connect timed out: invalid argument message on the SB3 display using the