473,671 Members | 2,311 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Inserting Live Audio onto a Basic HTML Document

Hey,

I'm looking for a code that can insert live audio, just like live
video using Netmeeting as a host. The code I have for video is:

<HTML><OBJECT ID="NetMeeting "
CLASSID="CLSID: 3E9BAF2D-7A79-11d2-9334-0000F875AE17">< PARAM
NAME="MODE" VALUE="RemoteNo Pause"></OBJECT><SCRIPT> NetMeeting.Call To("callto:90.0 .0.185+type=ip" );</SCRIPT></HTML>

If there is one that can apply the same type of function, but using a
plug and play microphone, rather than a webcam.

Thanks.
Jul 23 '05 #1
5 2622
dj******@cox.ne t (David) wrote:
I'm looking for a code that can insert live audio
Use a streaming media server, link to it.
, just like live
video using Netmeeting as a host.


Leave the choice of player to the client.

--
Spartanicus
Jul 23 '05 #2
Can you clarify how to link to the server?
That's the code I'm looking for.

Spartanicus <me@privacy.net > wrote in message news:<2g******* *************** **********@news .spartanicus.ut vinternet.ie>.. .
dj******@cox.ne t (David) wrote:
I'm looking for a code that can insert live audio


Use a streaming media server, link to it.
, just like live
video using Netmeeting as a host.


Leave the choice of player to the client.

Jul 23 '05 #3
dj******@cox.ne t (David) wrote:

Please don't top post, it upsets Brucie's voices.
>I'm looking for a code that can insert live audio
Use a streaming media server, link to it.

Can you clarify how to link to the server?


<a href="protocolh ere://serverhere">Liv e audio</a>

--
Spartanicus
Jul 23 '05 #4

"Spartanicu s" <me@privacy.net > wrote in message
news:lk******** *************** *********@news. spartanicus.utv internet.ie...
dj******@cox.ne t (David) wrote:

Please don't top post, it upsets Brucie's voices.


And it makes the Baby Je-- ... oh, never mind.

Jul 23 '05 #5
dj******@cox.ne t (David) wrote in message news:<bc******* *************** ****@posting.go ogle.com>...
I'm looking for a code that can insert live audio, just like live
video using Netmeeting as a host. The code I have for video is:

<HTML><OBJECT ID="NetMeeting "
CLASSID="CLSID: 3E9BAF2D-7A79-11d2-9334-0000F875AE17">< PARAM
NAME="MODE" VALUE="RemoteNo Pause"></OBJECT><SCRIPT> NetMeeting.Call To("callto:90.0 .0.185+type=ip" );</SCRIPT></HTML>


That code doesn't look very robust in a cross-platform, cross-browser
way. It uses an object with only the proprietary "classid" attribute,
not the better-supported reference to an object by URL and MIME type.
Also, the script lacks the mandatory "type" parameter to indicate what
scripting language is used. Hence, the code is invalid, and probably
won't work in most browsers (I doubt it does anything meaningful in
Mozilla, for instance).

--
Dan
Jul 23 '05 #6

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

Similar topics

0
1981
by: conaito VoIP | last post by:
conaito VoIP ActiveX library for developers of VoIP audio applications, such as voice chat, conference, VoIP, providing real-time low latency multi-client audio streaming over UDP/IP networks. Includes efficient components for sound recording, playback, encoding, decoding, mixing, resampling, reading, and writing wave files, mixer volume controls access. Provides UDP/IP server and client components for peer-to-peer, multi-user, and...
2
2770
by: Howard Jess | last post by:
Given the html at the end of this message, I see how a DOM NodeList exhibits its "live" behavior; that is, adding elements to a document can change any NodeList variables, when there's *no* code that refers to them. I suppose I can imagine cases where this idea would be useful, but I can imagine many more where I'd like to get a *static* list of, e.g., the <p> elements in my document, and do something with them, regardless of any I...
7
18908
by: Andrew Poulos | last post by:
I'm using the following code to create a small table with one column and two rows. An image goes into the first cell. //create table var t = document.createElement("TABLE"); t.style.position = "absolute"; t.style.left = "100px"; t.style.top = "100px"; t.style.width = "200px";
1
2684
by: laredotornado | last post by:
Hello, I want to play an audio file embedded on my page by clicking on an audio image and the page change to a new page. Is there a cross-browser Javascript way to do this? Right now the code I have is ... <html> <head> <title>Dictionary: homeostasis</title> <link href="liveink.css" type="text/css" rel="stylesheet"/> </head>
20
3238
by: Stephen Kellett | last post by:
Hi Folks, How can I play midi and/or audio files using JavaScript? I'm hoping there are some calls/APIs I can use that I am unaware of. My JavaScript book from O'Reilly seems rather lacking in this area. I'm looking for something like: playMidiNote(pitch, duration); playSoundFile(soundFileURL);
4
6047
by: Gary Morrison | last post by:
I need to create a lot of fairly-short audio files from the concatenation of a lot of even shorter audio files. I'd like to control that from a Perl script. The audio files would presumably be AIFF or WAV files, preferable AIFF. Do any of you know of Perl commands to accomplish this? Specifically, * A call to create and open a new, empty AIFF or WAV file, * A call to append onto the end of that open audio file the audio content of...
3
4789
by: abrtlt | last post by:
I would like to have a web page in which, when the user clicks on any of several specific elements, a specific audio file is played, without reloading the page. The specific audio file name is obtained from a PHP script (accessing a MySQL database) that could be called using XMLHttpRequest and JavaScript would write in a "div" tag an "embed and play" HTML tag containing the audio file name. I am not sure this would work, as the embed tag...
2
7885
by: hzgt9b | last post by:
Using VS2003, VB.NET, BACKGROUND I have a window forms based application that will be distributed and executed directly from CD media. The app contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowse) control. The TreeView is populated with nodes that when clicked play an audio clip that is stored on the CD and navigate the browser control to a specified web URL (also stored on the CD). All the web URLs are html documents...
7
2719
by: Danny | last post by:
Hello: I would like to develop a browser extension, or whatever such a thing is classified as, that would allow a user of IE6, and possibly IE7, to switch between a live and development page. I'm sure the individuals reading this are familiar with what I'm referring to; however, I'll provide an example.
0
8911
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
8819
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...
0
8667
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...
0
7428
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
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
5692
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
4222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2048
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1806
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.