Displaying 6 results from an estimated 6 matches for "musicplay".
Did you mean:
musicpal
2008 Jul 07
7
[Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case
...edesktop.org
ReportedBy: freedesktop at tevp.net
QAContact: swfdec at lists.freedesktop.org
The above mentioned URL has a little music player that gets me the following
output on the command line from the 0.7.2 swfdec-mozilla plugin
Loading stream:
http://music.vampirefreaks.com/musicplayer/music_player_black.swf
unhandled event 9
Loading stream:
http://music.vampirefreaks.com/musicplayer/music_playlist.php?stream=1&playlist=Official-Zombie-Girl
SWFDEC: ERROR: swfdec_net_connection.c(107): swfdec_net_connection_connect:
FIXME: using NetConnection with non-null URLs is not implem...
2005 Aug 05
2
Embedded player
Hey folks,
I was hoping I could pick your guys' brains. I have been searching for a
flash player that I can embed onto my site, that would be capable of
playing an icecast stream. I have checked out a few, and they are all
limited to playing a static mp3 file. Has anyone worked with such a
thing and could give some recommendations?
Thanks,
Jim Kehoe
Hiway Radio
2006 Nov 27
2
Flash stream support
Sorry if you received already this email, but I didn't, so I'm trying
again.
Hi guys, a client interested on having flash streams from a server
recommended Icecast. I never heard in the Flash community about it and
in the documentation it doesn't mention anything about it or about the
protocol flash uses (rtmp). I read that it is possible to extend it but
probably it gets a bit too
2006 Dec 02
0
Flash stream support
Not sure about what your client wants, but...
I can confirm that *some* flash players can handle mp3 streams
streamed by icecast or other stream engines - e.g. the XSPF Player :
http://musicplayer.sourceforge.net/ .
<xspf specific>
For this one you just give the url of your mountpoint as parameter
(song_url). It doesn't work if you pass it thru the xspf playlist.
BTW, it doesn't read id3 tags in the stream, so you have to pass the
title and so on manually.
</xspf specific...
2008 Feb 02
3
IE, flash and icecast
I'm having trouble getting an IE client to hear mp3 streams through a
flash player. It appears to be the same problem as described at
http://icecast.imux.net/viewtopic.php?t=2039 - the flash player connects
to the icecast server and begins downloading the audio data, but never
actually plays it.
I've tried all the suggestions from that thread - I patched icecast so
that the Content-length
2006 Jul 07
3
Send a 30 Second Clip of an mp3
On my site I''m allowing users to upload songs in mp3 format. Members
can download the full song, but on public pages I would like to use a
flash player to play a 30 second clip of the song and/or allow
downloading of a 30 second mp3 snippet. The songs are stored above the
web root directory, and I use the send_file method for the full file
downloads for members.
My question is,