Javascript - What Is The Best And Easiest-to-use Video Player For Popular Video Extension
Sep 6, 2010What is the best and easiest-to-use video player for popular video extension in asp.net?
View 1 RepliesWhat is the best and easiest-to-use video player for popular video extension in asp.net?
View 1 RepliesI 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 ?
I have two mp4 video files on webserver, i wanted to play them in flash player(flv player) on my asp.net page, but i couldn't be able to play them, i also tried to play them in quick time player the same prob occured. but i waz giving the accurate path, there were no spaces in mp4 file names etc.
Does it need to have mp4 player(or codec etc) installed on webserver?
I have also some wmv files on that server , and i am playing perfectly using silver light player, and media player object on my website.
1)in my website i want to put a video player which player is best (windows media player or flash player) ?
2)if user will upload any type of video. how to convert to that video into (wmv or flv) ?
3)after uploading how to compress the video?
im using Jwflv player,which is free, to display flv players on .NET Web Form Application.
but the problems is when the page is load, the video area is first Black, and after clicking on Play you get your video.
i want to show the first frame of the video before clicking play, and after click play ill get my video
I am using visual basic web developer 2010 express. I have downloaded aspnetflashvideo web control to my toolbox. I then dragged it onto my web form and get the following 'Unrecognized tag prefix or device filter 'AspNetFlashVideo'.' Is there something else I need to do when I added this control to my toolbox?
View 7 RepliesTried Flowplayer, doesn't seem great, is JW Player better ? Any other suggestion ? Especially need to be able to manage TimeCode with Frame support.
View 2 Repliesi have dataset with a table that fill by database with link of youtube. i have a datagridview, that fill by the table with the link.
above the datagrideview in the same page, i want to create dynamic video player, so when i click a call in the datagridview he will start in the video player above.
I need to embed Video to my webpage. Any good control for it??
View 2 Repliesi want to embed avi video ,but i don't like the window media player. I like the one like cnn or youtube where it doesn't show all button (play, previous, next...).
View 5 RepliesI develop one simple application in this application i want to upload a small video and i watch that uploaded video any player .
View 1 RepliesI've configured progressive video player on my website. When I'm passing direct url to .mp4 file everything works fine.
when I'm trying to pass file bytes from my .ashx file. Player begins to play but if you try to seek it'll write buffering, buffer video till the seekpoint and continue to play.
here is my file download script in .ashx handler
FileStream sourceFile = new FileStream(FileName, FileMode.Open); long FileSize; FileSize = sourceFile.Length; byte[] buffer = new byte[(int)FileSize]; sourceFile.Read(buffer, 0, (int)sourceFile.Length); sourceFile.Close(); context.Response.AddHeader("Content-Disposition", "attachment;filename=file.mp4"); context.Response.ContentType = "application/octet-stream"; context.Response.BinaryWrite(buffer);
I am using this article (Upload Save Retrieve and Play MP4 Video files with live streaming from Database in ASP.Net using C# and VB.Net)...
When I am playing video,getting a error (200 stream not found netstream.play.streamnotfound, clip '[clip] FileCS.ashx?id=1') over the player ...
I uploaded video in sql-server by using codeproject [URL[ article.this is working fine. Now I want to play this video in flash player like youtube.
how to play video from sql-server to flash player.
i am developing web portal, which suppose to upload video in sql2005 and should be able to retrieve that video on request and play in aspx page with windows media player.
View 1 RepliesIam having a avi video file of 250MB.i want to play it through it media player control.it plays but first it download the whole file than plays.so what i want is to buffer that file.so at moment user clcks on play buttonit starts playing the file.
View 6 RepliesNow 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 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 have a problem wit my project, i wanna upload a clip wit .flv, .avi axtension to my server What do i do to archieve it?
View 5 RepliesI 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 RepliesI just wondered is there any good learning c# and oop web tutorial / seminars either free or paid that will give you a good understanding of producing asp.net websites?
View 4 RepliesI want to insert flash object in my Asp.net page.I just googled it but found results to create specific object in the page script.Is there any additional UI component available with Simple Drag and drop interface for flash file.
View 1 Repliesfor video conference project i need to start from capturing video. me how to capture video in asp.net.
View 2 RepliesHow to get thumbnails from video(wmv) in c#
View 1 Repliesi want to add video on my html page how i can use that, and wht sort of configuration i want to do ?
View 6 Replies