Web Forms :: FLV Video Playback On Website
Dec 12, 2012I want play flv file on my website. But i don't want to upload other image file for default picture.
View 1 RepliesI want play flv file on my website. But i don't want to upload other image file for default picture.
View 1 Replieshow to capture the live video from a dvr device to a webpage?I have been searching and googling for a week and found nothing.
View 2 Repliesi need to get the number of views of a video from the mentiond below sites.when user enters the url in txtbx can view the number of views.
[URL]
I am using ajax and javascript to play sound from specific time till a specific time.
I do change the class from play to pause when user plays it but i am unable to change it back to play when the sound duration stops
<script type="text/javascript">
function aud_play_pause() {
var myAudio = document.getElementById("myTune");
var musicStartTime = 25;
var musicStopTime = 35;
[Code] ....
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 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 RepliesWhile i am Uploading Some Video Files from my asp.net website(C#) for the first time, i foud some error which i am furnishing here under
"Access to the path 'D:inetpubvhostsdemon4netsalt.comhttpdocsStudy MaterialVideo+1' is denied."
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path 'D:inetpubvhostsdemon4netsalt.comhttpdocsStudy MaterialVideo+1' is denied.ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
i am planning to save my files in side the "
Study MaterialVideo+1,
Study MaterialVideo+2, etc..
" Folders
i want to know how can i show live video or video conference in asp.net ?
View 3 Repliesdoes anyone know how can i move a video from youtube that i have put in a site
html code is here i see the video but from design i cannot move the video
[code]....
Our customer has several security cameras at their site. These cameras transmit rtmpe streams that can be accessed by using the proper url. The video itself is flv. What the customer want is the ability to view these cameras on a website, both from internet explorer, and windows mobile 6.5. How can we do this, is there some kind of component we can use that we simply can parse the rtmpe url to, and it will go fullscreen and show the video? We need to handle input as well, both from mouse and a remote control, and we planned to use javascript for that. But for now, our biggest concern is how to play the stream.
View 1 RepliesI want to learn ASP.NET 4 and C# from scratch to intermediate at least. I want to follow videos. Do you know any good website even if it is paid, I have found this[URL] but I am not sure about it,
View 4 RepliesI 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 RepliesI would like to create an asp.net website that display video in continu like TV. i am not sure which technology to use. The app will give a feel like a tv to the users.
View 1 RepliesI 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.
How to intergrate on skype video chat on asp.net ....
View 1 Repliesyour code is working fine ..but i cant see the video on the page . when place cursor at video portion i get the download option of that video ..
View 1 RepliesProblem Description: A person has to enter all his details and take a photo(While Taking his Snap in our website there will be a Image Component and we have to Initilize the Client System(Any Company Webcam)Webcam and below Image Component there will be a button(Take Snap) When he clicks on it , it should take his snap store it. After He fills all his details when he clicks on Save button, all the details along with that image should be Uploaded to the server.
1) How to Check Whether the Client has Installed any Webcam or Not First.
2) If the Client has Installed any Webcam then Initialize that Webcam When he clicks on Take Picture.
3) Stream that Video that is coming from that Webcam Inside our Image Control in Website.
4) After He Clicks on Save Image button that streaming should stop and still image should be saved.
5) Accessing that Image(Later Converting it to Byte Stream) and uploading Image along with his data to Sql Server.
I want to post few videos on a website but i don't want to use youtube or any other website.
I want to have an in-build player on the webpage with video in it - how to accoplish that ?
Now i'm currently trying to code a basic website as a project and i've run into problems regarding a search video function. having searched through the forum i still could not find a solution.What i intend to do is to have a video search web service in my website, perhaps something like this:http://www.google.com/uds/solutions/...rch/index.html. however from my limited understanding the codes provided is unable to work with VS2005? Is there a basic template that i could follow and implement for a video search function for youtubes video?
View 8 RepliesWhat is the best and easiest-to-use video player for popular video extension in asp.net?
View 1 RepliesWhen using a modal popup extender along with an embedded video, the popup is hidden behind the video in IE but works as expected in FF.I've tried manually setting the z-index of the popup to a huge number and the z-index of the video object to 1 but this makes no difference.
I've put the code for a sample page below.
[Code]....
I want know how to add video in mvc 2.0 using Video tag in Html 5 .I am trying to add video using video it display Erro video tag is not defined please help me How to add video in MVC 2.0
View 3 Replies i have Placed one object tag in one of my aspx pages which will play videos dynamically. object tag is as follow:
<object
type="application/x-shockwave-flash"
data='<%=file %>'[code]....
where "file" is a variable which i have delared at Code behind and on one button click i set it with "Video file with path". problem is that, i am not able to play video...
i have video file in my data base.and i want to run this video in my website.
View 2 Replies