Show Video / Audio Files On Webpage?
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
Similar Messages:
Jul 16, 2012
How to play audio and video files...
View 1 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 29, 2010
I'm wth Asp.net, c#. How Can I do Audio ,Vedio streaming for a web page?
View 1 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
Jul 29, 2010
I need to do a web page to show the video of live events, I gone through the article [URL]
View 12 Replies
Jan 5, 2014
How to show progress bar while uploading video files using ASP.Net,C#.
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
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
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
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
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
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
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 3, 2010
I want to embed audio into my web page. What's the best built in control in Visual Studio 2008 to use to add a small control that can play audio?
View 1 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
Nov 30, 2010
I have an audio gallery in which i want to give play option to user. I find embed code of html but it just play a file in background i want to give user a control to play or stop as it is available in mediaplayer or any other player. How can i do this?
View 1 Replies
Apr 1, 2010
Is there any way to combine multiple Audio Files (.wav etc) into one file?
I have found an example here :
[URL]
Quote:
[code]....
View 1 Replies