The time now is Fri 24 May 2013, 21:58
All times are UTC - 4 |
| Author |
Message |
panzerpuppy
Joined: 02 Oct 2007 Posts: 632
|
Posted: Sun 19 Apr 2009, 05:51 Post subject:
|
|
Is it possible to play .ASF (WMA) streams via the mms:// protocol with Streamtuner + AlsaPlayer ?
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 19 Apr 2009, 05:59 Post subject:
|
|
| 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

|
|
Back to top
|
|
 |
panzerpuppy
Joined: 02 Oct 2007 Posts: 632
|
Posted: Sun 19 Apr 2009, 06:09 Post subject:
|
|
| 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)
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 19 Apr 2009, 06:23 Post subject:
|
|
| 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/viewtopic.php?search_id=1980304451&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

|
|
Back to top
|
|
 |
trapster

Joined: 28 Nov 2005 Posts: 1966 Location: Maine, USA
|
Posted: Sun 19 Apr 2009, 07:24 Post subject:
|
|
ttuuxxx wrote:
| Quote: | | 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: | #!/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: | | mplayer mms://66.90.103.45:80/golden |
| Code: | | gxine mms://66.90.103.45:80/golden |
| Code: | | xine mms://66.90.103.45:80/golden | (with xine-ui)
_________________ trapster
Maine, USA
Asus eeepc 1005HA PU1X-BK
Frugal install:Puppeee4.31 + 1.0, Puppy4.10 + Lupu52
Currently using Puppeee-1.0 AND lupu52 w/ fluxbox
|
|
Back to top
|
|
 |
panzerpuppy
Joined: 02 Oct 2007 Posts: 632
|
Posted: Sat 02 May 2009, 05:37 Post subject:
|
|
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, 07:26; edited 1 time in total
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 02 May 2009, 07:24 Post subject:
|
|
| 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

|
|
Back to top
|
|
 |
jrb

Joined: 11 Dec 2007 Posts: 972 Location: Smithers, BC, Canada
|
Posted: Thu 07 May 2009, 00:06 Post subject:
|
|
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
_________________ SFS-TCZ_Linker, http://puppylinuxstuff.meownplanet.net/choicepup/ user=puppy, password=linux
|
|
Back to top
|
|
 |
panzerpuppy
Joined: 02 Oct 2007 Posts: 632
|
Posted: Thu 14 May 2009, 06:23 Post subject:
|
|
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: | | /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.
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Thu 14 May 2009, 06:37 Post subject:
|
|
| 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
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

Last edited by ttuuxxx on Thu 14 May 2009, 14:08; edited 1 time in total
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Thu 14 May 2009, 08:05 Post subject:
|
|
NO, please blame ecomoney
Just joking
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Thu 14 May 2009, 14:08 Post subject:
|
|
| trio wrote: | NO, please blame ecomoney
Just joking |
ok changed
lol
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
joopyhellspawn

Joined: 12 Feb 2008 Posts: 41
|
Posted: Sat 16 May 2009, 09:23 Post subject:
|
|
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: | | xterm -e streamripper %q |
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 16 May 2009, 09:47 Post subject:
|
|
| 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: | | 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/viewtopic.php?search_id=591289205&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

|
|
Back to top
|
|
 |
hatchiebird
Joined: 01 Jun 2009 Posts: 7 Location: Tennessee, USA
|
Posted: Tue 02 Jun 2009, 20:30 Post subject:
Streamtuner+Aqualung |
|
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.
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|