C# - Audio/Video/Text Chat In ASP.Net App
Jan 7, 2011
I need to develop a chat system in ASP.Net. I have gone through lots of SO question asked on similar topic, but did'nt find any one satisfactory. Is it possible to create it from scratch or do i need to go for some API's. My requirement is limited to my site users only, can say intranet based.
View 2 Replies
Similar Messages:
May 24, 2010
I want to create a text, voice and video chat facility in our website like gmail/gtalk (video chat quality like skype)? how to find refernce/ project source code or any useful links to create chat application also to send/share any file to him. we can be able to send text and voice message when user is offline.
View 2 Replies
Jul 23, 2010
i need to embedd a video player on web form, that will be able to play almost every ormost of the known video/audio formats....(mpeg, flv, avi, 3gpp, wmv, wma)..i need only a single player.....to be embedded....and it shuld not use the pc's local players..
View 6 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
Jun 4, 2010
I want to know the requiremets to develop Video and voice chat using C#.
View 2 Replies
Jun 13, 2010
Does anyone have any sample asp.net C# code to extract the audio from a youtube video link and save it as a mp3 file. Someone recommended using wget and ffmpeg which I installed and am trying to shell a command, but get an exception below. Sample code is listed below.
System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.EnableRaisingEvents = false;
proc.StartInfo.FileName = "C:\Program Files\GnuWin32\bin\wget.exe http://www.youtube.com/get_video?video_id=... | ffmpeg -i - audio.mp3";
proc.Start();
View 3 Replies
Jul 12, 2010
i have to write one .net library for audio/video streaming... how to write a .net library.
View 5 Replies
Feb 20, 2011
How to do video/audio input and output programmer/application using asp.net
View 3 Replies
Jan 29, 2010
I'm wth Asp.net, c#. How Can I do Audio ,Vedio streaming for a web page?
View 1 Replies
Mar 25, 2010
I need to create a audio / video library website. Users should be able to browse / view the available video files in a player. Please give me some reference links / projects and also let me know the file format in which the streaming occurs fast.
View 5 Replies
Sep 12, 2010
How could i paly a video & audio file on an asp.net page so that the file is determined on the run time
View 2 Replies
Jan 12, 2010
I want to play video / audio files on asp .net page.
client has following requirements
1) It can play all the popular formats
2) It can use installed player (if windows media player or any other) or it can run inside browser (i.e. Flash player)
I have already explored different options i.e. silverlight, Windows media services & flash player Among these three silverlight is discarded as there very few browsers having that plug in.
View 2 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 21, 2010
How can I check the quality and bit-rate of audio & video files in C# asp.net?
View 1 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 15, 2010
I need the ability to stream live audio/video on my churches website. I have checked many sources online and cannot find anything that mathches my needs just right. I do not want a 3rd party software. I do not want to use the new silverlight 4 as i need to be able to deploy this now. I am on a shared hosting account so I do not have full access to the server. I know this limits the options greatly but I know there also has to be a way to do it.
Also the main need is to stream a single audio/video source but it would also be beneficial to have this a 2 way system for youth groups discussions. So the ability for the church to stream one video and the youth that are signed on can also stream there audio/video back so possibly a webcam chat type setup would be best.
View 4 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
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
Jul 16, 2012
How to play audio and video files...
View 1 Replies
Nov 16, 2013
How to intergrate on skype video chat on asp.net ....
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
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
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
Sep 5, 2012
I want to develope web based chat application for an organization
My requirements are,
1. Group chat
2. Private chat
3. All chat information will save in sql server
4. if user minimize the browser,it will blink like gtalk and face book
View 1 Replies