Web Forms :: Play Live TV On Website?
May 7, 2015I want to play live tv on my website .. I have a video url: and want to embed it with flash player.
View 1 RepliesI want to play live tv on my website .. I have a video url: and want to embed it with flash player.
View 1 RepliesI want to make project which is MP3 downloading website..
Some website example about it i know basic of asp.net and also know layer architecture..
I am new to video streaming.
I want to play a live video in aspx page.
How to do that.
How to save video file in sql . and play on web page in asp.net c#.
View 1 Repliesi 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 RepliesHow to play mp4 file in website which is having a size of approx 20 mb.
View 1 RepliesI want play video file in a webpage
How to display video from client folder
I am developing chat application in asp.net using vb and i want to show functionality like if one user sends messages to another user so the notification is displayed that "You have a new message" in the right bottom corner of the corner as in like in the outlook and also another scenario is if browser window is minimized and any message is arrived to the particular user then orange color blinking effect must be given to the browser icon present on the task bar.application developed in asp.net with vb framework 4.0db : sql server 2008 r2
View 1 RepliesI want to create a website that streams live music, something like a radio, users go on to the website listen to the music, then can see what song is playing, and they can chat amoung them.Also that the person streaming the songs can as well have a speech in between the songs.i have been researching but couldnt find much information, most of the stuff i found out its very advanced, and i dont want to be copying someones code just for the sake of doing something.
View 1 RepliesMy 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?
I am working on an scenario where I want to access my webcamera and show a live video to another user. It's somewhat like conferencing. How would I write code to access my webcamera?
View 5 Repliesi 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.
i want to know how can i show live video or video conference in asp.net ?
View 3 RepliesI have a large .NET based system running within the company intranet, which allows winforms users to see some live calculated numbers and a custom winforms control drawn live (but not real-time). The Forms users can also affect the operation of the system.
I would like to just show the live numbers on a website, along with the custom control. Nothing needs to come back from the web user, as the web app is meant to be just for monitoring. All the numbers can be calculated at the server. It's been a long time since I touched ASP.NET, and I need to know how to proceed. What are the steps in building and deploying such a website? Any caveats I need to look out for?
how to create user logins using SQL database and I have a project in mind. ASP.NET is new to me and I utilize C# as my programming language of choice. What I would like to do is create a login page for users and allow them to upload video and pictures to their profile. Also, I would like to have my own admin login to edit the main content for my website. Is there a tutorial that I can use to learn this skill?
View 3 Replieshow display excel live online on website when change cell on excel on my pc change cell on website
View 5 RepliesI need to show live video streaming on my asp.net website. I know how to show videos and audios on my web page but don't know how to show a live videos?
View 1 RepliesI was working on some website in ASP.NET 3.5 on VS 2010. Though, some of the work is left, I intend to make it live. I have a domain and a host. But are there any chnages to be done in web.config etc before uploading? or how does this process work?
View 2 Repliesi want to know one imp thing abt asp.net website.. suppose i have craete one website project... its dummy.. so suppose i want to make it live so is there any changes which i have to do in that.. becoz if its dummy then its based on one local pc. for making live that should be accessed by all who access the site.
View 2 RepliesI want to display live bombay stock exchange data in my website just like this website
[URL]
how to do it...
I have an live website and I need to enable roles and add it to a folder. What's the best way to go about it? Do I add code to web.config? Do I add code to individual pages? Do I use the membership provider service with V W D and recopy the website?
View 7 RepliesI am working on a website and i would like to have an option on the website for 'Live Chat" so that customers/visitors can talk to the website ownser or any sales Rep.
I've been searching an online chat software , but they charge a lot on monthly/yearly bases, so i guess it's better to create your own
But before doing that what are the things/problems that i might face according to you to accomplish this feature ?
Do i need separate chat server ? and i need features like " auto-message like " An operator will be with you shortly" how to accomplish these things ?
Do i need any database support to for using this feature ?
I am using the asp.net 3.5. i have development a website using master page, user control, update panel, asp.net ajax such as loading box and message box etc. when i testing the site in my local, it show with the normal speed. but after i upload the website into the live server, the loading box and message box is slow loading.if there is a popup of messagebox, it is slower and when i click the ok button on the message box. it seem close in very slow and have a duplicate box come out. i have no idea on it. why it is so slow when uploaded to the server?
View 1 RepliesI am searching for a live chat solution for my website (created in ASP.net) to provide online support to our customer.
View 3 Repliesi'm looking to implement a live helpdesk (chat) feature to an ASP website, something similar to LivePerson.
Would anyone be able to direct me towards firstly the required achitecture to help me understand what will be required to even develop such a feture and if at all possible some example code/solutions, if any exist ??