• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to stream multimedia files from a website

Bulldog13

Golden Member
Good morning

I work for a public affairs office which also does TV broadcasting. They want to be able to stream all or part of their show to the WORLD WIDE INTARWEB.

I am not really sure where to begin as far as questions. Is it just a matter of popping the media file onto the server and wrapping a code snippet around it ? What should the file be encoded as ? What bit rate ? Do I need additional hardware ? What are the bandwidth requirements ? Our server uses asp.
 
A lot really depends on how much traffic you plan on getting. I think people tend to be moving to appliance based systems for steaming media, but you can also use Windows Media Services if you already have a 2003 box. Then use Windows media encoder to change the bit rate. The better the quality, the higher the bit-rate the more bandwidth it will require. You can always do VBR. After you add the file the media server will generate the link mms:\\www.server.com\video.wmv or the code for an embedded media player.
 
Back
Top