Streamtuner+AlsaPlayer-476kb or Streamtuner+Aqualung-576kb

Stuff that has yet to be sorted into a category.
Message
Author
panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#16 Post by panzerpuppy »

Is it possible to play .ASF (WMA) streams via the mms:// protocol with Streamtuner + AlsaPlayer ?

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#17 Post by ttuuxxx »

panzerpuppy wrote:Is it possible to play .ASF (WMA) streams via the mms:// protocol with Streamtuner + AlsaPlayer ?
whats the stream example you have?
I have bmp installed and it works with a lot of streams and I'll be building a streamtuner/bmp release soon, should be about the same size :) So since I have it installed right now i could test it straight away and findout if it works. I'll also look into alsaplayer also.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#18 Post by panzerpuppy »

ttuuxxx wrote:
panzerpuppy wrote:Is it possible to play .ASF (WMA) streams via the mms:// protocol with Streamtuner + AlsaPlayer ?
whats the stream example you have?
I have bmp installed and it works with a lot of streams and I'll be building a streamtuner/bmp release soon, should be about the same size :) So since I have it installed right now i could test it straight away and findout if it works. I'll also look into alsaplayer also.
ttuuxxx
Try this (low quality) stream for example:

mms://66.90.103.45:80/golden

(Gxine can play it, but Alsaplayer fails to open the stream)

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#19 Post by ttuuxxx »

panzerpuppy wrote:
ttuuxxx wrote:
panzerpuppy wrote:Is it possible to play .ASF (WMA) streams via the mms:// protocol with Streamtuner + AlsaPlayer ?
whats the stream example you have?
I have bmp installed and it works with a lot of streams and I'll be building a streamtuner/bmp release soon, should be about the same size :) So since I have it installed right now i could test it straight away and findout if it works. I'll also look into alsaplayer also.
ttuuxxx
Try this (low quality) stream for example:

mms://66.90.103.45:80/golden

(Gxine can play it, but Alsaplayer fails to open the stream)
the actual streams for that mms file is
http://66.90.103.45:80/golden?MSWMExt=.asf
and no that didn't play in bmp maybe with a plugin, but not by default, That would play with bigbass's release of xmms for gtk2 puppy 4.0 http://www.murga-linux.com/puppy/viewto ... 51&t=29529
he included wma format and gtk1 libs
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#20 Post by trapster »

ttuuxxx wrote:
I have bmp installed and it works with a lot of streams and I'll be building a streamtuner/bmp release soon...
Why build for different players? This is what I have for bmp.
Just add the script (ie. streamtuner2bmp) for whichever player to /usr/local/streamtuner.

streamtuner2bmp:

Code: Select all

#!/bin/sh
sed -i -r '/#M3U/d' $1
bmp $1 &
exit
Of course, make sure you symlink beep-media-player to bmp

Now, when you get streamripper incorporated...

these work:

Code: Select all

mplayer mms://66.90.103.45:80/golden

Code: Select all

gxine mms://66.90.103.45:80/golden

Code: Select all

xine mms://66.90.103.45:80/golden
(with xine-ui)
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#21 Post by panzerpuppy »

ttuuxxx,could you compile the latest build (R-1065) of Aqualung with these features enabled:

Optional features:
[+] LADSPA plugin support
[+] CDDA (Audio CD) support
[+] CDDB support
[+] Sample Rate Converter support
[ ] iRiver iFP driver support
[+] Loop playback support
[+] Systray support
[+] Podcast support
[ ] Lua (programmable title formatting) support

Decoding support:
[+] sndfile (WAV, AIFF, etc.)
[+] Free Lossless Audio Codec (FLAC)
[+] Ogg Vorbis
[ ] Ogg Speex
[+] MPEG Audio (MPEG 1-2.5 Layer I-III)
[+] MOD Audio (MOD, S3M, XM, IT, etc.)
[+] Musepack
[+] Monkey's Audio Codec
[+] WavPack
[ ] LAVC (AC3, AAC, WavPack, WMA, etc.)

Encoding support:
[+] sndfile (WAV)
[+] Free Lossless Audio Codec (FLAC)
[+] Ogg Vorbis
[+] LAME (MP3)

Output driver support:
[ ] sndio Audio
[+] OSS Audio
[+] ALSA Audio
[+] JACK Audio Server
[ ] Win32 Sound API

?
Last edited by panzerpuppy on Sat 02 May 2009, 11:26, edited 1 time in total.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#22 Post by ttuuxxx »

panzerpuppy wrote:ttuuxxx,could you compile the latest build (R-1065) of Aqualung with these features:

Optional features:
[+] LADSPA plugin support
[+] CDDA (Audio CD) support
[+] CDDB support
[+] Sample Rate Converter support
[ ] iRiver iFP driver support
[+] Loop playback support
[+] Systray support
[+] Podcast support
[ ] Lua (programmable title formatting) support

Decoding support:
[+] sndfile (WAV, AIFF, etc.)
[+] Free Lossless Audio Codec (FLAC)
[+] Ogg Vorbis
[ ] Ogg Speex
[+] MPEG Audio (MPEG 1-2.5 Layer I-III)
[+] MOD Audio (MOD, S3M, XM, IT, etc.)
[+] Musepack
[+] Monkey's Audio Codec
[+] WavPack
[ ] LAVC (AC3, AAC, WavPack, WMA, etc.)

Encoding support:
[+] sndfile (WAV)
[+] Free Lossless Audio Codec (FLAC)
[+] Ogg Vorbis
[+] LAME (MP3)

Output driver support:
[ ] sndio Audio
[+] OSS Audio
[+] ALSA Audio
[+] JACK Audio Server
[ ] Win32 Sound API

?
next time I have series 4 and running I'll give it a shot :), now that 2 request for series 4,lol and I only booted up on series 5 like last night. oh well
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
jrb
Posts: 1536
Joined: Tue 11 Dec 2007, 19:56
Location: Smithers, BC, Canada

#23 Post by jrb »

I've just repackaged and added ch-alsa-streamtuner-2.sfs to the ChoicePup repository. It should work well with any Puppy4.xx.

Thanks ttuuxxx, J

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#24 Post by panzerpuppy »

There's something really weird going on with Aqualung and the Puppy 4.x series.

When started and running (even with no song playing), Aqualung modprobes (aggressively) every 2 seconds:

Code: Select all

/sbin/modprobe -q -- block_major_XX
where XX is a random number.

causing significant CPU spikes (~10% CPU usage with a 2GHz+ CPU)

(You'll have to use HTop to see this)

Can anyone explain what's happening?

There's no such problem when you use Aqualung in Upup.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#25 Post by ttuuxxx »

panzerpuppy wrote:
Can anyone explain what's happening?

There's no such problem when you use Aqualung in Upup.
I've been reading that a lot lately with general apps in 4 series and more so in 4.2, when in doubt blame Ecomoney, lol
ttuuxxx
Last edited by ttuuxxx on Thu 14 May 2009, 18:08, edited 1 time in total.
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#26 Post by trio »

NO, please blame ecomoney :lol: :lol:

Just joking

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#27 Post by ttuuxxx »

trio wrote:NO, please blame ecomoney :lol: :lol:

Just joking
ok changed :wink:
lol
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
joopyhellspawn
Posts: 41
Joined: Tue 12 Feb 2008, 16:55

#28 Post by joopyhellspawn »

How do I get the other plugins installed? On my LInux Mint version there are plugins for Live365.com, Google Radio, and a couple of others I can't recall just now.

Does it matter what version of streamtuner we run? I am running the version that came with Pupply 4.2.

Also, how do I get the streamripper to work? When I click on Record, a terminal window opens with Streampipper in the title bar but nothing in the window and it doesn't do anything. This is the command that appears in the Preferences for Streamripper:

Code: Select all

xterm -e streamripper %q

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#29 Post by ttuuxxx »

joopyhellspawn wrote:How do I get the other plugins installed? On my LInux Mint version there are plugins for Live365.com, Google Radio, and a couple of others I can't recall just now.

Does it matter what version of streamtuner we run? I am running the version that came with Pupply 4.2.

Also, how do I get the streamripper to work? When I click on Record, a terminal window opens with Streampipper in the title bar but nothing in the window and it doesn't do anything. This is the command that appears in the Preferences for Streamripper:

Code: Select all

xterm -e streamripper %q
If you want stream ripper to work you need to install it, thats why I left the button so others like you would have a choice in the future :)
Here's a link
http://www.murga-linux.com/puppy/viewto ... 05&t=33569
Next yes you can install the other plugins butttttttttt You'll need Python installed, you'll have to search the forum for that, I don't really use python, but once thats installed and you install the plugins from another Os like Ubuntu Gutsy, you should be fine.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

hatchiebird
Posts: 7
Joined: Tue 02 Jun 2009, 02:51
Location: Tennessee, USA

Streamtuner+Aqualung

#30 Post by hatchiebird »

Thanks for sharing. I just downloaded and installed in Puppy 4.2.1 and it works great. I'm new to Linux and just learning my way around.

User avatar
Schism
Posts: 78
Joined: Fri 12 Dec 2008, 15:50

Aqualung and Streamtuner on Upup476!

#31 Post by Schism »

Running:
Compaq Presario F750 US
-AMD Athlon X2 TK57 @ 1.6 GHz
-1GB ram
-Atheros AR24XX wi-fi

with Upup476

Installed both. Alsaplayer choppy.

Aqualung looks good and sounds good.

bones01
Posts: 371
Joined: Mon 11 Aug 2008, 07:47
Location: Melbourne, Aus

how do i tune in?

#32 Post by bones01 »

I'm using ChoicePup and d/l jrb's version of Streamtuner+alsaplayer. The default stations work well, and I have no complaints with the sound quality, although I have only tried it with an old laptop.

However, when I try to stream from a website/radio of my choice, I have no luck. I've endeavoured to save the url address of the stream, but have either misunderstood what is needed, or am completely wrong.

www.pbsfm.org.au is one of the main stations I'm trying to get.

Any ideas or corrections would be greatly appreciated.

Bones
Dell Latitude D630 running Puppy 5.2.8 frugal, Macpup 525 frugal (if I can get it working again. Sadly, I couldn't get it fixed :? )
Precise Puppy 5.4 live DVD
Precise 5.7.3 on USB

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#33 Post by trapster »

What happens if you plug this address in?
http://www.pbsfm.org.au/public/playerVer/player.asp
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#34 Post by ttuuxxx »

also this address
mms://srv1.mel.apstream.net/pbsfm

ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

bones01
Posts: 371
Joined: Mon 11 Aug 2008, 07:47
Location: Melbourne, Aus

#35 Post by bones01 »

Thanks Trapster and tttuxxx. Tried both but had no luck with either of them.

when I try, alsplayer starts up, but I get a 'no stream' message in the box.

any other suggestions?

Bones
Dell Latitude D630 running Puppy 5.2.8 frugal, Macpup 525 frugal (if I can get it working again. Sadly, I couldn't get it fixed :? )
Precise Puppy 5.4 live DVD
Precise 5.7.3 on USB

Post Reply