473,732 Members | 2,207 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3104
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************ @kingprogrammin g.comwrote in message
news:3D******** *************** ***********@mic rosoft.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************ @kingprogrammin g.comwrote in message
news:3D******** *************** ***********@mic rosoft.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************ @kingprogrammin g.comwrote in message
news:3D******** *************** ***********@mic rosoft.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******@fitzm e.comwrote in message
news:eM******** ******@TK2MSFTN GP04.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************ @kingprogrammin g.comwrote in message
news:3D******** *************** ***********@mic rosoft.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.netw rote in
message news:DC******** *************** ***********@mic rosoft.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************ @kingprogrammin g.comwrote in message
news:3D******** *************** ***********@mic rosoft.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************ @kingprogrammin g.comwrote in message
news:93******** *************** ***********@mic rosoft.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******@fitzm e.comwrote in message
news:eM******** ******@TK2MSFTN GP04.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************ @kingprogrammin g.comwrote in message
news:3D******* *************** ************@mi crosoft.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************ @kingprogrammin g.comwrote in message
news:93******** *************** ***********@mic rosoft.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******@fitzm e.comwrote in message
news:eM******** ******@TK2MSFTN GP04.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************ @kingprogrammin g.comwrote in message
news:3D******* *************** ************@mi crosoft.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.nosp amwrote in message
news:eV******** ******@TK2MSFTN GP02.phx.gbl...
Other OS's don't visit your site. Client browsers contact your server,
not their operating systems.
"Tony K" <no************ @kingprogrammin g.comwrote in message
news:93******** *************** ***********@mic rosoft.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******@fitzm e.comwrote in message
news:eM******* *******@TK2MSFT NGP04.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************ @kingprogrammin g.comwrote in message
news:3D****** *************** *************@m icrosoft.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
3590
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: <?php Header("Content-Type: audio/x-pn-realaudio"); echo "http://www.domain.com/audiofolder/track1.rm"; ?>
1
3510
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 wwwroot (for security / traceability). I don't want the "save as" box to open for streamable content. Basically I'm trying to mimic the exact action, as if they had clicked a www.mydomain.com/download.wav file, and allow the browser to open it...
3
3182
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 bits of streaming video and audio, short bits of animation, text and webforms. (I don't have to consider serving the output) This has to be done before someone is hired to do the authoring. What software or specialized hardware would anyone...
1
2159
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, &(whdr), sizeof(WAVEHDR));
2
1950
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 are a lot smaller in size, but they do not stream, a user has to download the file before listening to it. Which format would you recommend for good to high quality audio streaming? Should RealAudio files stream? If so how can I get them to...
2
6433
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 populated with nodes that when clicked play an audio clip from specified local or web URL and navigate the browser control to a specified local or web URL. Audio playback uses as hidden media player object AxWMPLib.AxWindowsMediaPlayer).
2
2194
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
1142
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 put effects like echo on an audio mp3 song, and how can i get a voice from the mike and add effects on it then send it to the speakers? i mean to make live effects.
0
1398
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 format. 3. Video is a custom format. Basically just a set of structure, containing compressed bitmaps and timing information, as to when to display the same
0
9447
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9307
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9235
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9181
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.