Post Reply 
 
Thread Rating:
  • 16 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Streaming server vs Network sharing(NFS)
11-05-2009, 05:02 AM
Post: #11
RE: Streaming server vs Network sharing(NFS)
That will depend on the application / applet you are using.

It's not clear here whether you are trying to view the media using a link to launch an external media player or by using an applet embedded in a web page. You need to provide much more information.

If your MIME types are configured correctly, and the application supports it, then it should open up and start playback as it is downloading, as long as there is sufficient bandwidth to do so. (The download bandwidth has to be equal or greater to the bit rate the stream was encoded at for this to work.)
Find all posts by this user
Quote this message in a reply
03-04-2010, 08:11 PM (This post was last modified: 03-08-2010 03:19 PM by fingerblues.)
Post: #12
RE: Streaming server vs Network sharing(NFS)
(10-21-2009 07:05 AM)Dave Wrote:  YouTube is mainly progressive download. If you look at the player, you will see a progress bar as it downloads. If you look in your browser cache you will find a copy of the video file you have just been watching.

Live streaming is (near) real-time transmission where typically you encode directly from a camera and the stream is sent over the network to the browser. Only the data buffer gets stored on the local system before it is rendered and displayed.

On-Demand streaming is where the content has been encoded and stored on a file system and then streamed when requested. Only the data buffer gets stored on the local system.

Progressive download is where the content has been encoded and stored on a file system and then downloaded when requested but allows playback whilst downloading, providing the download speed is equal to or faster than the playback rate. Video data ends up on the local system, usually in your browser cache.

Download is where the content has been encoded and stored on a file system and then downloaded. Playback only takes place after the file has been fully downloaded.

good explanation.
___________________
indianapolis web design
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: