Web Forms :: How To Present An Audio/video File On Website

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


Similar Messages:

Web Forms :: Present Video And Audio In A Site With 3.5 Platform?

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

Web Forms :: Live Audio / Video Streaming In An Website?

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

MVC :: Creating Audio / Video Library Website?

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

Stream Live Audio / Video On Churches Website?

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

Play Video & Audio File On Page?

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

Web Forms :: Play Audio - Video On A Webpage

Jan 29, 2010

I'm wth Asp.net, c#. How Can I do Audio ,Vedio streaming for a web page?

View 1 Replies

Web Forms :: Object Tag To Embed Video / Audio Files?

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

Web Forms :: How To Implement Live Audio And Video Streaming

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

Web Forms :: How To Play Audio And Video Files In Webpage

Jul 16, 2012

How to play audio and video files...

View 1 Replies

Web Forms :: Creating New Folder In Server And Video / Audio Uploading And Playing

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

Playing Video/Audio In Webpage In 3.0?

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

Implement Audio / Video Conference App?

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

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

C# - How To Progammatically Extract Audio Mp3 From A Youtube Video

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

Write .net Library For Audio - Video Streaming?

Jul 12, 2010

i have to write one .net library for audio/video streaming... how to write a .net library.

View 5 Replies

How To Do Video/audio Input And Output Application

Feb 20, 2011

How to do video/audio input and output programmer/application using asp.net

View 3 Replies

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

How To Check The Quality And Bit-rate Of Audio & Video Files In C#

May 21, 2010

How can I check the quality and bit-rate of audio & video files in C# asp.net?

View 1 Replies

Web Forms :: Play Audio Online In Website?

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

Web Forms :: Play Audio From A Database Using Audio Or Flash Player

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

Web Forms :: Reading Audio File Through Ffmpeg.exe?

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

Web Forms :: Pass Each Value Present In Any(specified) Column To A Text Box Present On A Remote Page

Jun 18, 2010

my requirement is : am having a excel sheet with some values listed i want to pass each value present in any(specified) column to a text box present on a remote page (a site other than mine) as a input and capture the result displayed on the page and then store the input and reuslt side by side in db this should repeat till the end of the input values in the excel sheet.

View 2 Replies

Looking For Mp3 Audio Player To Embed In Website?

Mar 30, 2010

tell me the any player for mp3 audio files. I want to use it in ASP.NET

View 4 Replies

Play Audio Online In Website?

Mar 21, 2011

i need to play audio online in asp.net website

My requirement is

users 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







Copyrights 2005-15 www.BigResource.com, All rights reserved