The audio tag has no wiki summary.
1
vote
0answers
19 views
Best server setup for a website that streams videos/audio [duplicate]
I have a entertainment website that host both videos and audio, these are the 2 problems I'm having:
Storage is a issue on my dedicated server, I'm going need more space soon
The site buckles when ...
1
vote
2answers
24 views
detailed access statistics for audio files
We have an external hosting company for our video files. They provide us with detailed access statistics e.g. The duration how long how many people have seen a specific video. This is quite ...
3
votes
1answer
53 views
Podcast Best Practices - Page Development & Monetization Considerations [closed]
Our current podcast page has show notes and a link to download an mp3 of our podcast. We were advised to add an audio player to stream the file live from our website. The thought being this would ...
1
vote
0answers
31 views
Synchronizing audio with scrolling text [closed]
I am trying to have a website that vertically scrolls about 5 paragraphs of text with a matching audio file that reads along with it. It doesn't need to be synchronized word for word such as ...
3
votes
2answers
315 views
HTML5 Audio: Which formats? Ditch Ogg Vorbis in favor of Ogg Opus? Is MP3 still needed?
I'm currently working on a website which has to stream audio files. Since bandwidth is always an issue, the file size should be as small as possible. I wonder what audio formats I should provide.
...
1
vote
1answer
536 views
Yahoo media player not working with Ruby on rails
I have a yahoo media player embedded in my webpage. I am currently using Ruby on Rails to create/edit my web page. When i click the play button next to a track the YMP waits a while and then goes to ...
1
vote
0answers
271 views
Why doesn't Firefox have a volume slider for the audio element? [closed]
Seems like most browsers have a slider to control the volume of audio files played via the <audio> tag, yet Firefox on Windows (and Linux) seems to only have an 'all on' or 'all off' volume ...
3
votes
1answer
70 views
Hosting media on separate server than web server
Basically I have a website hosted by a web hosting company which I have limited access to (ftp upload etc). I have a home server which I use to record and store audio files. Is there an elegant way or ...
-1
votes
1answer
31 views
How to allow users to brodcast audio on site [closed]
Here is what i'm wanting to do. I want to have a page on my site where users can 'broadcast' audio/video using their webcam. I know some PHP so I can build this if someone can provide me some pointers ...
3
votes
3answers
311 views
Is there a media player that works on HTTPS sites?
I'm currently using Yahoo! Media Player for a site that needs to play MP3 files that are stored on our server. In total, there's quite a bit more than the free limits at Soundcloud, but each file is ...
0
votes
1answer
396 views
Background Music on Website and Not Start Over?
Yeah I know, background music sucks. Bottom line, client wants it.
I need to know how to keep it playing when going through the pages.
I'm using a quicktime plugin for the time being but I noticed ...
4
votes
2answers
394 views
Is there a flash/html5 audio player that allows links to jump to a specfic time?
I am looking for a web audio player to embed on my website that allows links to jump to a specific time in the audio, a la youtube.
I am uploading lecture audio from lectures that are over an hour. ...
2
votes
1answer
423 views
Embed audio broadcasting on web page
I'd like to embed simple audio player on my webpage and I want it to get the audio from a stream broadcasted from my server.
I read I can use IceCast on my web-server, getting an audio stream from a ...
1
vote
1answer
204 views
Which script for an audio sharing site?
I am going to build an audio sharing site. I am familiar with Drupal but I hope there are some more 'Specialized' CMS/Script for this purpose, whatever that is not ASP-based.
So please suggest best ...
0
votes
2answers
732 views
Several audio tracks with a flash video
I have videos in different formats (wma, mkv) with several audio tracks (one by language). I would like to make these videos available in streaming for video-on-demand.
One told me that the flash ...
0
votes
1answer
62 views
cost for hosting a largish online radio station
How much does a connection for an internet radio station that feeds maybe a 100K users cost to the company that provides it? Do you have to be in a special location to get such an upload capability or ...
3
votes
6answers
282 views
The YouTube of Sound
My current website includes some embedded YouTube (and Facebook) videos and I know there are numerous other video hosting websites.
Is there a free hosting service specifically for audio files, for ...
1
vote
2answers
2k views
Using <audio> in Firefox with JavaScript
I am trying to implement background music on a website using the audio object, which is controlled by a JavaScript, I have posted a question about this before, @LazyOne explained that IIS will not ...
2
votes
1answer
2k views
JavaScript control of <audio> not working in Firefox, works in Chrome
<audio id="audioMusic" loop="loop">
<source src="/Music/behind_you.ogg" type="audio/ogg" />
<source src="/Music/behind_you.mp3" type="audio/mp3" />
</audio>
<script ...
1
vote
1answer
261 views
Recording audio from webpage?
I'm looking for a way to record audio from somebody on a page on my site - any recommendations? Sorry if I haven't expressed that very clearly - please edit if not!
Ideally looking for a new startup ...
0
votes
1answer
55 views
hosting website with video and audio conversion [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I have created a website with audio and video conversion online and providing the output file via email or instant ...
1
vote
1answer
61 views
What's Required for the AudioObject in Schema.org
We're trying to paint our site with the correct Schema.org information, and we're getting the following error:
...
4
votes
1answer
489 views
Previews for audio e-commerce site
Is there a way to do previews for audio files in the base, Magento Community Edition? I see the place to put the "sample" files under "Downloadable information" section on my product. I attached an ...
3
votes
1answer
168 views
Is there any reason for me not to use the “wav” format for html5 audio crossbrowser compatibility?
I'm targeting modern browsers (only those that support <audio>) and specifically the iPad. I've tested here and wav works on chromium, firefox 4.0 (both mac 10.6) and on the iPad. I have a ...
1
vote
2answers
102 views
Looking for Non Hosted Audio & Video Podcasting Solution for Church Websites
I am looking for a solution that will do the following:
User uploads audio and/or video files with title, desc. image etc
Solution embeds info into ID3 tags
Solution generates RSS feed
Solution ...
2
votes
2answers
500 views
How to play a tone (eg. sine wave) at an arbitrary pitch/frequency?
I would like to generate a single continuous tone (eg. a sine wave) from a web page with the ability to interactively control the following:
start/stop sound
change pitch
change volume
I'm after a ...
7
votes
3answers
698 views
Simple future-proof, backwards-compatible way to play audio mp3 files in-place on the page?
I have a site for a musician that includes music in mp3 format, but these are played through a Flash file (xspfplayer). Of course, without Flash this is useless.
Is there a better future-proof, and ...
