Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Google AdWords FAQ
- Open a Command Prompt
- Common Error Codes
- Getting Started with Web Hosting
- Hosting Account Number
- Link to Hosting.com
- Password Protection for Website
- Scheduled Maintenance
- Configure HTTP Streaming of Audio and Video
- tracert
- Using Iperf To Test Network Bandwidth
- HostMySite Shared Account Setup FAQ
- Install OSCommerce
- Install Drupal
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
How do I configure HTTP Streaming for Audio/Video files?
The following article explains how to configure HTTP Streaming for your site. HTTP streaming gives you the ability to play an audio or video file directly on your website. This feature is supported on all of our plans. You simply upload the necessary file(s) and add a small section of code to your site.
To configure HTTP Streaming for Audio/Video files, please follow these steps:
- Upload the audio/video file(s) to your website using an FTP program. Instructions for using an FTP program can be found here.
- Add the following code to the webpage, based on the type of file you are streaming:
- Video streaming:
<embed src="mymovie.mpg" CONTROLS="imagewindow" CONSOLE="video" width="320" height="240" autostart="TRUE">
</embed> - Audio streaming:
<embed src="mymusic.mp3" CONTROLS="audiowindow" CONSOLE="audio" width="200" height="100" autostart="TRUE">
</embed>
- Video streaming:
The above code will add the audio or video file to your page and will automatically run the file.
Note: The person viewing the page through a browser will need to have the appropriate software installed on their machine to run the file. For example, if you wish to stream a real media file the person will need to have real media installed on their computer so that their browser can play the file.
