Code Examples
  Home arrow Code Examples arrow Quick Introduction to ASF,ASX, and Network...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
CODE EXAMPLES

Quick Introduction to ASF,ASX, and Networking Media Distribution
By: S. Balaji
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 26
    2005-02-08

    Table of Contents:
  • Quick Introduction to ASF,ASX, and Networking Media Distribution
  • Sample “.asx” metafiles:
  • How to Link the ASX File to Web Pages

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Quick Introduction to ASF,ASX, and Networking Media Distribution


    (Page 1 of 3 )

    Have you ever wondered how to code for distributing media files over a network? S. Balaji provides some examples.

    The distribution of media files (audio and video files) over a network is the process of delivering (streaming) an audio or video stream from one server to another.

    Distribution serves many purposes, such as:

    1. Distributing a stream to another server. 
    2. Distributing a stream to a server that is enabled for HTTP streaming. This allows users behind a firewall to receive a stream. 
    3. Distributing a stream from one Windows Media Server to another Windows Media Server.

    Advanced Streaming Format (ASF):

    Media file distribution can be done by using the Advanced Streaming format (ASF). ASF is a data format for streaming audio and video content, images, and script commands in packets over a network with a small time delay before playback begins.

    NetShow Encoder (a part of Windows Media Tools) is used to convert media files (like AVI, WAV and MPG) to ASF.  Users can select a codec (Compressor/Decompressor) based on the audio, image quality, and image size. Other third-party tools are also available, like Zealot Software’s All Video Converter (http://www.zealotsoft.net/).

    ASF Stream Redirector (.asx) file:

    The metafile (.asx) is a simple text file. It is easily created and edited with a text editor such as Notepad. This file is saved with the file extension “.asx”. Other types of metafilers are “.wax” and “.wvx”. “.wax” is used for pure audio stream with “.wma” file extension. “.wvx” is used for video stream with “.wmv” file extension.

    An ASX metafile can provide the following information:

    1. The location of the media file (.asf) on the Network.
    2. The Title, Author, Description and Copyright
      information of the media file.
    3. The rules for protocol rollover.
    4. The play list.

    More Code Examples Articles
    More By S. Balaji


     

    CODE EXAMPLES ARTICLES

    - Bipartite Graphs
    - Connectivity in Graphs
    - The Ford-Fulkerson Algorithm
    - Critical Paths
    - The Bellman-Ford and Roy-Floyd Algorithms
    - Shortest Path Algorithms in Graphs
    - Minimum Spanning Tree
    - Articulation Edges and Vertexes
    - Circles and Connectivity in Graphs
    - Depth-First Search in Graphs
    - Breadth-First Search in Graphs
    - The Prufer Code and the Floyd-Warshall Algor...
    - An Insight into Graphs
    - Coding a Custom Object with WSC
    - Creating a Custom Object with WSC





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek