Web Forms :: How To Implement Audio Recorder
Feb 16, 2011
I want make a demo project in which i want to implement audio sound recoder in asp.net through which user can record there voice and save it.Next time user can able to play it.Is any API use for it or not?.
View 6 Replies
Similar Messages:
May 7, 2015
I need to audio and video streaming option on my website, like registered user can upload the video through browser option and other users can view that video on website like youtube.
View 1 Replies
Jan 31, 2010
some one know server or Ocx or dll or code to implementing asp.net audio / vedio web conferance like [URL]
View 2 Replies
Mar 7, 2011
I am working on an ASP.NET Web application and I want it to have audio playback functionality. I can do is using directories. For example, using the ASP.NET Audio control like :- , is pretty easy and straight-forward and works accordingly. But, the trouble comes when I'm using a database and the control. I am totally new to data binding in ASP.NET. I don't like using JavaScript, but i am comfortable using it, but I would prefer C# solution (I know beggars can't be choosers).
I have a database containing only one table called tblAudio. This table has two fields only for the title of the audio file (type NVARCHAR(MAX)) and the field for the actual audio (type VAR BINARY(MAX)). I'm using Visual Studio 2010 Professional with SQL Server Express Edition. The table has a single record with the relevant data in their fields.
View 1 Replies
Mar 8, 2011
find a voice recorder software to be used in my asp.net website in windows 2003 server. The recorder software must be installed only on the server and not on the client.
View 1 Replies
Dec 12, 2010
Adobe Flash or QuickTime..???
I assume Flash is not available via Ipads???
Which method alows the URL of the audio to be hidden when others embed the audio ?
View 4 Replies
May 24, 2010
how can i add audio play button to play mp3 file
View 3 Replies
Apr 22, 2012
How can I play an audio on my web page using file path from Sql database?
While I am embedding a player for playing media.
View 1 Replies
Jan 29, 2010
I'm wth Asp.net, c#. How Can I do Audio ,Vedio streaming for a web page?
View 1 Replies
Aug 25, 2010
i am using ffmpege.exe for getting duration and converting it.
but for certain type of file its showing error Error while opening file.
View 1 Replies
Mar 21, 2011
i need to play audio online in asp.net websiteMy requirement isusers will be able to browser the audio file using file upload control and two button will be displayed 'Play' and 'Stop'.site should have the capability to play audio file in any format.
View 3 Replies
May 6, 2010
I was able to upload 4MB size audio file in my database. The problem occurred when I tried to upload 90MB .mp3 file to MS-SQL Server 2005. only 4MB is allowed by default. I increased the default size in the web config to 195MB,and it's still not working. The following code depicts the size that I currently set in the web config.
<httpRuntime
View 5 Replies
Dec 16, 2010
Is it possible to have visitors to my website hear and see audio/video "mpg" files? I could not find any controls that output audio or video. Otherwise, is linking to u-tube my only other option?
View 2 Replies
May 25, 2010
<object data="Wildlife.wmv" type="video/x-ms-wmv" width="320" height="255">
<param name="src" value="Wildlife.wmv">
<param name="controller" value="true" />
<param name="autoplay" value="true">
<param name="autoStart" value="1">
</object>
I want to embed video/audio files using Object tag, the above code works fine in IE with controller but in firefox it plays the video but controller doesn't shop up?
does any one have html code snippet which works in all browsers for all audio/ video mime types?
View 5 Replies
Sep 27, 2010
My project is to create a website that facilitates giving live lectures on intranet. Hence, the bandwidth is not an issue here.
Also, I have implemented some basic code of live streaming using windows media encoder SDK in a C# console application. I was able to view the streaming on another LAN PC in VLC player.
Now, how do I implement my code in the asp.net website? What I want is that in order to start the streaming (i.e., start the live lecture), the facutly just clicks on a button in a webpage. This will stream his movements to the students (via a server). Also, this will enable the facutly to view himself on the webpage.
Is this even possible? I mean it would be like : both the student and the faculty will access the same website. The interface to both of them will be different - one will start the stream and the other (student) will receive the stream.
Or will I have to create a different application to start the streaming? So it would be like the facutly will start that applicaiton to start the streaming and the students will access the stream throught the player embedded in the website.
Another question is : what player should I use to receive the stream (on the student side)? Windows Media Player (I heard that it has problems with firefox)? Or the ubiqutous flash plugin will succeed in capturing the media encoder stream?
View 1 Replies
Feb 19, 2010
I want to present video and audio in a site with 3.5 platform. Using mediaplayer or flv player?
View 3 Replies
Jul 16, 2012
How to play audio and video files...
View 1 Replies
May 7, 2015
what i will do is upload the mp3 files in my directory and called the file name on button click event in query string how can i pass query string vlaue to this html tag.
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
View 1 Replies
Oct 15, 2010
I am a Bigner in asp.net c# learning. How can i create a new folder in server from my c# program. in my semester asp.net project, i want to upload video/audio files into my own newly created folder and the storing folder's name must be given by me, which means each time folder name may change during uploading time. and how can i give a picture link to that vodeo files containing in different folders and how can i play that files in the browser using a player.
View 1 Replies
Aug 12, 2010
How to find length of audio file in .net
View 4 Replies
Sep 24, 2012
how to store mp3 files in database(sql server) and how to retrieve those stored songs and play in a page
View 1 Replies
Feb 15, 2010
is there any open source or paid api to convert any type of audio to mp3 format using c# and asp.net?
View 3 Replies
Mar 5, 2011
I already have my audio file in database (which is in varbinary(max) data type) and I could retrieve said music as byte(). But the problem is I don't know how to play it..
View 3 Replies
Jan 4, 2010
Given an audio file (mp3 or wav), is here a way to get the duration, size (in bytes) and other other attributes of the file?
View 4 Replies
Jul 23, 2010
i would like to ask on how to insert an audio to my site.
so when a user click it, it plays the sound.
View 5 Replies