Web Forms :: Fast Streaming For Avi Files?

Feb 24, 2011

We are playing video(avi) in our web site .Its taking time to play the file .Nothing is showing for 2 mins.Is there any way to streaming the file.for playing video file code is from this linkhttp://www.daniweb.com/code/snippet216568.html

View 3 Replies


Similar Messages:

Architecture :: Streaming WAV Files From SQL Server Into A WebPage?

Apr 23, 2010

We are storing the WAV file into a database table as VARBINARY(MAX). We want to play the WAV file directly in a web page. We want to use PLAY, PAUSE and STOP for these WAV files.

We want the user to have a Control on the page to play the WAV file.

Here we DO NOT want to store the FILE in the Web Server's file structure. It is againt the SECURITY policy.

We tried different ways. Nothing is working. We used SoundPlayer class. Using this, we can only PLAY and STOP but can not PAUSE the WAV file.

View 2 Replies

Web Forms :: How To Render Page Fast As HTML

Apr 30, 2010

how to make asp.net page fast render as fast as HTML page, this is my main and urgent requirement,

Acctualy My page conatins lots of data, images and videos from the database, so m facing the problem in page rendring, rendring is too slow, and client requires as fast rendring as HTML, i have studied a lot and found.....

Retrive data with the help of XML creates fast page rendring mean Retrive data from database in XML and then bind all the data in page from that XML file.

View 4 Replies

Web Forms :: Create Secure And Fast Emailing Services?

Oct 6, 2010

want to create Secure and Fast email service with chat tool like gtalk. i have email server. Please let me know how to create this. if any of you are interested to help me to create such application please ask me. I will accept his perposal with open heart. But before tell me how i can start or what i should do to make ground for that project.

View 2 Replies

Web Forms :: How To Implement Video Streaming

Oct 18, 2010

I need to do video streaming on my webpage. Whats the best way to implement video streaming functionality. I am using .NET 2.0 with VS 2005.

View 2 Replies

Web Forms :: How To Write Coding For Video Streaming

Apr 16, 2010

How to do/write coding for vedio streaming for asp.net(except usiing silver light)

View 2 Replies

Web Forms :: Streaming CSV (or TXT) Content To The Browser Over SSL/HTTPS

May 4, 2010

Has anyone had issues with streaming CSV (or TXT) content to the browser over SSL/HTTPS.

There are no issues when running my code in Firefox - i've found a bunch of issues, all seem to be solved for people using PHP.

this.Response.ClearContent();
this.Response.ClearHeaders();
this.Response.Buffer = true;
...
this.Response.AddHeader("","") // headers
this.Response.Write("TXT STRING GOES HERE");
this.Response.Flush();
this.Response.End();

I've tried all different headers to remove the no-cache, pragma ...etc.

[code]....

View 7 Replies

Web Forms :: Video Conversion, Uploading & Streaming?

Apr 20, 2010

I am totally desparate with the task of Video Conversion, uploading & streaming. I have gone through various articles, posts, blogs and code snipped but couldnt find any full working solution for that.I was advised to work with ffmpeg and i got the functionality [URL]but later i come to know that most asp.net servers (including mine) do not allow to ffmpeg on the server.

Then i look for other solutions, some are saying to convert video files manually and then upload to website (funny hannn). Some are suggesting other site which can store our video and stream from there servers .....So i am stuck now and dont know where to go. I need a complete solution of this problem. Like Users could upload a video file (of any format or at least a good number of choice for upload file format), then they click an upload button and video conversion (e.g. to .flv took place) and the output should be displayed to a user in video player (showing our own logo, not youtube logo....etc.) and thats it.I will definately appreciate all of your comments and guidence.

View 4 Replies

Web Forms :: Website With Live Music Streaming

Dec 15, 2012

I 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 Replies

Web Forms :: FileUpload And MaxRequestLength: Why Does Application Know So Fast And Form Know So Slow Of Exces

May 11, 2010

Let's say you set maxRequestLength to the max number (2097151) (units are KB) and use the following code for your OnClick event for your submit button:

int int fileSize = FileUpload1.PostedFile.ContentLength;

if (fileSize < 2000000)//units are bytes
Label1.Text="too big";
else
{
FileUpload1.SaveAs(saveItHerePath);
Label1.Text = "Upload success.";
}

Why when a huge file is attempted does it take a minute to get to the OnClick event on the server? Because if maxRequestLength were set to that value 2000, it would immediately choke if you tried to upload a 500MB file. What is going on here? What are the best practices for using the FileUpload control? Is there a better alternative way of uploading or checking for file size?

View 5 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

Web Forms :: Streaming MP3s Based On Logged In User?

Apr 6, 2010

I have a requirement to be able to stream MP3s based on the user who is logged in. Eg, user 1 should only be able to listen to 1.mp3, user 2 should only be able to listen to 2.mp3 etc. All the mp3s would be stored in a particular directory on the server.

I am currently investigating the Silverlight audio player available at [URL]. However, I am unable to find a way to programmatically specify the file to stream once the user clicks the play button.

Are there any other media players/controls that allow streaming and also allow specifying the audio file to play programmatically?

View 2 Replies

Web Forms :: Browser Hangs On File (video) Streaming?

May 4, 2010

I'm having a problem with file streaming where this file is a video that is streamed to a FLV player.

Essential components for understanding the problem:

- An asp.net page called Viewer.aspx that has de FLV player incorporated in the HTML.

- An asp.net page (It could be an http handler but in this case it's not) called Downloader.aspx that gets a flv file from somewhere on the web and writes it to the Response Output Stream.

Everytime Viewer.aspx is called, it makes Downloader.aspx the source of the the FLV player and the video is correclty presented and streamed into the player.

The problem I am having now is that any user interaction with the page (even typing an URL inside the same website domain on the browser address bar) becames hung until the video download ends.

I can measure this video download with HTTP Watch for example, and confirm that just after the video download into the player ends, the command issued by the user is immediately processed (or the browser goes to another page if the user typed a new address in the browser address bar).

I tought that it could be the limit of 2 connections per domain, but HTTP Watch only shows one active connection (the video download into the FLV player).

Even if it was this 2 connections limit, I think a nice solution would be to somewhat detect the user interaction with the page and abort that video download.

View 1 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

Forms Data Controls :: Parsing A Label Field To Stop Displaying Anything After The Word "fast?

Oct 25, 2010

ive have a call that pulls back an RSS feed and displays it in a label but theres stuff i dont want after the word "Fast" how do i go about parsing a label field to stop displaying anything after the word "fast".... if that makes sense

P.S! this isnt my first post had to create a new account. microsoft! when you click forgot password it brings up an error...and the few times it works the link it sends you is expired when you click on it..been like that for 2 weeks!

View 9 Replies

Use HttpResponse.End() For A Fast Webapp?

May 30, 2010

HttpResponse.End() seems to throw an exception according to msdn.Right now i have the choice of returning a value to say end thread(it only goes 2 functions deep) or i can call end().

I know that throwing exceptions is significantly slower (read the comment for a C#/.NET test) so if i want a fast webapp should i consider not calling it when it is trivially easy to not call it?

-edit- I do have a function call in certain functions and in the constructor in classes to ensure the user is logged in.So i call HttpResponse.End() in enough places although hopefully in regular site usage it doesn't occur too often.

View 2 Replies

Is It Possible To Optimize WebForms To Perform As Fast As MVC?

Jul 13, 2010

There's so much hype about ASP.NET MVC these days, but the truth is that ASP.NET webforms is not going anywhere for some time. Is there any way for current developers to optimize ASP.NET webforms to perform as fast as ASP.NET MVC?

I have noticed a significant difference in speed between ASP.NET MVC and ASP.NET webforms. MVC is a lot snappier and loads pages faster than webforms. Can I achieve the same with ASP.NET webforms by optimizing it? If yes, what would you recommend?

View 6 Replies

Best Way To Read Millions Of Record From Sql Server Very Fast?

Dec 6, 2010

best way to read millions of record from sql server database.i have tried dataset but the performance is not good

View 5 Replies

Why CKEditor Slow Down Pages / How To Make It Fast

Feb 17, 2010

I have used CKEditor in my ASP.NET pages. But after than, that pages are very slow. Is it possible that it is caused by CKEditor?

View 1 Replies

Databases :: OracleConnection.Close() Not Closing Fast Enough

Jun 15, 2010

I have a program that calls a thread, which starts an oracle connection and runs a query that takes about 5 minutes to complete. I want the user to be able to cancel the action if desired. When I call the Close() method on the connection, it takes a good 2 - 3 minutes to close the connection, and then the thread aborts. Is there some way I can get the connection to close faster?

View 1 Replies

MVC: First Access After Some Minutes Slow, Then Every Following Request Is Fast?

Jul 30, 2010

when I access any page of my ASP.NET MVC website first time, then this first request is slow. It needs about 4-5 seconds to load. But every following request to any page is fast.When I wait some minutes or a hour then every first request is slow again. Every following request is fast.

I think that IIS 7 is compiling the code and keep it in memory. After some time it will delete it from memory so it needs to compile it again.What can I do that every first request is as fast as every following request?
(Without precompiling my source, if possible)

View 3 Replies

Sql - Avoid Fast Rate Page Refresh?

Apr 21, 2010

I have a page that shows statistics for users, this cannot be cached because each user has different statistics and there are many thus the real time query must be made.

What the way to avoid database server overload when user will click F5's to refresh or to ask different queries in short time intervals ?

View 2 Replies

Streaming Video Using Embed Tag?

Feb 20, 2010

I am trying to play a video file in an aspx page. the video resides in the database.

I am using handler file (ashx) for that, and using the ashx file as src value of embed tag in the aspx page.

[Code]...

it works if I use media player activex ( object tag) . but it does not work for FF. I think embed tag is most standard. so i am trying to use it for streaming video.

View 5 Replies

How To Use C# To Integrate With Video Streaming

Sep 1, 2010

how to use ASP.Net C# to display video streaming on the ASP.Net Web?

Another thing is the video can only run for one time. Do I need to use any plugin to develop it?


How to use C# code to control the video?

View 3 Replies

Do Music Streaming In Web Application?

Dec 21, 2010

I want to develop a web application which gets media files from a streaming server and plays it on my website. How can I do this using ASP.NET?

View 1 Replies







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