473,394 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Streaming Audio

Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by streaming
audio is: ability to play one or more songs back to back...or maybe even let
the user select several songs to play and it will play them back to back.

Thanks,
Tony K

Jun 3 '07 #1
8 3076
I wouldn't call that streaming audio, I'd call that file download selection.

Can you be more specific as to what, exactly, you are trying to?

"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microsof t.com...
Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by streaming
audio is: ability to play one or more songs back to back...or maybe even
let the user select several songs to play and it will play them back to
back.

Thanks,
Tony K

Jun 4 '07 #2
Tony,
True streaming audio is done with a streaming audio server, such as
the windows media server for windows. I think what you're looking for is a
playlist generator for an appropriate player. For example, you may be able
to create a windows media player playlist file, asx, dynamically from an
asp.net application. This would tell the windows media client on the user's
comptuer what files to grab and information about them.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microsof t.com...
Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by streaming
audio is: ability to play one or more songs back to back...or maybe even
let the user select several songs to play and it will play them back to
back.

Thanks,
Tony K

Jun 4 '07 #3
You can implement streaming media with this free control:
http://SteveOrr.net/articles/StreamingMedia.aspx
With a little code I'm sure you can get it to play some songs back to back.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microsof t.com...
Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by streaming
audio is: ability to play one or more songs back to back...or maybe even
let the user select several songs to play and it will play them back to
back.

Thanks,
Tony K
Jun 4 '07 #4
Mark,
Windows Media Server. I have Windows Server 2003 up and running, but
will that support other OS's that visit my site? I am just reading this
now, so I haven't even looked into Windows Media Server. Is it available
for downlaod?

Thanks,
Tony

"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:eM**************@TK2MSFTNGP04.phx.gbl...
Tony,
True streaming audio is done with a streaming audio server, such as
the windows media server for windows. I think what you're looking for is a
playlist generator for an appropriate player. For example, you may be able
to create a windows media player playlist file, asx, dynamically from an
asp.net application. This would tell the windows media client on the
user's comptuer what files to grab and information about them.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microsof t.com...
>Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by
streaming audio is: ability to play one or more songs back to back...or
maybe even let the user select several songs to play and it will play
them back to back.

Thanks,
Tony K

Jun 4 '07 #5
Steve,
Thanks a lot for the info. I'll get started on this right away!

Thanks again,
Tony K
"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.netwrote in
message news:DC**********************************@microsof t.com...
You can implement streaming media with this free control:
http://SteveOrr.net/articles/StreamingMedia.aspx
With a little code I'm sure you can get it to play some songs back to
back.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microsof t.com...
>Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by
streaming audio is: ability to play one or more songs back to back...or
maybe even let the user select several songs to play and it will play
them back to back.

Thanks,
Tony K
Jun 4 '07 #6
Nevermind on the "available for download" part. I just logged onto my
server and saw it is included. If I have other questions or problems, I'll
come back or...find the newsgroup for Media Server.

Thanks again,

Tony K
"Tony K" <no************@kingprogramming.comwrote in message
news:93**********************************@microsof t.com...
Mark,
Windows Media Server. I have Windows Server 2003 up and running, but
will that support other OS's that visit my site? I am just reading this
now, so I haven't even looked into Windows Media Server. Is it available
for downlaod?

Thanks,
Tony

"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:eM**************@TK2MSFTNGP04.phx.gbl...
>Tony,
True streaming audio is done with a streaming audio server, such
as the windows media server for windows. I think what you're looking for
is a playlist generator for an appropriate player. For example, you may
be able to create a windows media player playlist file, asx, dynamically
from an asp.net application. This would tell the windows media client on
the user's comptuer what files to grab and information about them.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microso ft.com...
>>Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by
streaming audio is: ability to play one or more songs back to back...or
maybe even let the user select several songs to play and it will play
them back to back.

Thanks,
Tony K

Jun 4 '07 #7
Other OS's don't visit your site. Client browsers contact your server, not
their operating systems.
"Tony K" <no************@kingprogramming.comwrote in message
news:93**********************************@microsof t.com...
Mark,
Windows Media Server. I have Windows Server 2003 up and running, but
will that support other OS's that visit my site? I am just reading this
now, so I haven't even looked into Windows Media Server. Is it available
for downlaod?

Thanks,
Tony

"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:eM**************@TK2MSFTNGP04.phx.gbl...
>Tony,
True streaming audio is done with a streaming audio server, such
as the windows media server for windows. I think what you're looking for
is a playlist generator for an appropriate player. For example, you may
be able to create a windows media player playlist file, asx, dynamically
from an asp.net application. This would tell the windows media client on
the user's comptuer what files to grab and information about them.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@microso ft.com...
>>Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by
streaming audio is: ability to play one or more songs back to back...or
maybe even let the user select several songs to play and it will play
them back to back.

Thanks,
Tony K


Jun 4 '07 #8
Thanks again. Sorry... first time attempting something like this.

Tony K
"Scott M." <s-***@nospam.nospamwrote in message
news:eV**************@TK2MSFTNGP02.phx.gbl...
Other OS's don't visit your site. Client browsers contact your server,
not their operating systems.
"Tony K" <no************@kingprogramming.comwrote in message
news:93**********************************@microsof t.com...
>Mark,
Windows Media Server. I have Windows Server 2003 up and running, but
will that support other OS's that visit my site? I am just reading this
now, so I haven't even looked into Windows Media Server. Is it available
for downlaod?

Thanks,
Tony

"Mark Fitzpatrick" <ma******@fitzme.comwrote in message
news:eM**************@TK2MSFTNGP04.phx.gbl...
>>Tony,
True streaming audio is done with a streaming audio server, such
as the windows media server for windows. I think what you're looking for
is a playlist generator for an appropriate player. For example, you may
be able to create a windows media player playlist file, asx, dynamically
from an asp.net application. This would tell the windows media client on
the user's comptuer what files to grab and information about them.
--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"Tony K" <no************@kingprogramming.comwrote in message
news:3D**********************************@micros oft.com...
Is streaming audio capable in asp.net 2.0 / AJAX? What I mean by
streaming audio is: ability to play one or more songs back to back...or
maybe even let the user select several songs to play and it will play
them back to back.

Thanks,
Tony K


Jun 4 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Daniel | last post by:
Hi all, I wanted a way to (http) stream Real Audio files without the need to use ..ram files. In case there are others interested in this, the following is the solution that worked for me: ...
1
by: Michael | last post by:
Hello, I'm looking for a way to allow a client who clicks on a link the ability to "adodb.stream" a multimedia file (mainly audio/wav) files, but the file they would be accessing is outside the...
3
by: DMS | last post by:
I need to create some specifications and budget request for a workstation (G5) and all necessary hardware and software for authoring online college courses. The course material would contain short...
1
by: JC | last post by:
Hi, I have to play a streaming audio. So in a thread I play audio as follow thread{ //some code for(;;){ //some code waveOutPrepareHeader(hwo, &(whdr), sizeof(WAVEHDR)); waveOutWrite(hwo,...
2
by: Cerebral Believer | last post by:
Hi All, I plan to use streaming audio on my site. I had uploaded some .mp3's as part of a trial, and these streamed very badly so I tried .ram (RealAudio) files instead. The RealAudio files...
2
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is...
2
by: cityrocker2005 | last post by:
Hi! Programmers, I have code for streaming audio file from remote server, if anybody know about it please send it to me.
0
MJMF
by: MJMF | last post by:
Streaming: how can i make an audio streaming to transmit the voice through a radio station to make the people listen by a web site. by C# please replay, help me MP3 audio effects: how can i...
0
by: =?Utf-8?B?TWF0dA==?= | last post by:
Hi, I need to build a Media Player using Silverlight/ASP.NET to stream data from a audio/video file on the server. Details: 1. Audio and Video files are separate. 2. Audio is WAV or VOX...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.