What is streaming media services?
The so-called streaming media refers to the use of streaming in the Internet to play media formats,
Compared to the traditional way of downloading the entire video file before it can be viewed,
Streaming media technology is through the special compression of video files into a small packet,
From the video server to the user's computer in a continuous, real-time transmission, the user does not need to completely download the entire video file before viewing,
Just a short buffer to watch the downloaded video files, the remainder of the file will continue to download.
The common streaming media file format has. mov,. asf,. Viv,. SWF,. RT,. RP,. ra,. RM
There's also a WMV format, which is the abbreviation for Windows Media video.
I use virtual machines to build tests here. Server traffic cannot afford--
Download Install update package
In Win Server2008, there is no integration of streaming media, but as a separate plugin.
Windows Server: "https://www.microsoft.com/zh-cn/download/details.aspx?id=12442
Windows Server R2: "https://www.microsoft.com/zh-cn/download/details.aspx?id=20424
Select the desired version.
I download WINDOWS6.1-KB963697-X64.MSU here, (virtual machine server is R2 64-bit)
If the user is a newly installed Windows Server 2008, you need to download "SERVER.MSU",
If a user installs a Windows Server 2008 system in Server Core mode, the download is "CORE.MSU",
"ADMIN.MSU" is a remote server Management tool for WMS 2008, which is downloaded as needed.
Download good and install it.
Point to accept
Then wait for the progress bar silently.
Update package Installation Complete
Server Add Desktop Experience feature
(The reason for adding this feature is that it will be tested for playback,
There is no player to add this feature to the server. )
Find the feature, then click Add Feature
Then tick the desktop experience. The Add Features wizard will pop up, click Add necessary features, and then next.
Then install, you may need to restart the server after installation.
After restarting the server, the installation is complete
Add the streaming Media services role
Because the downloaded update package has been installed before, the role of streaming media service will be more in the role.
There is no such role for the newly installed update package.
Tick Streaming Media Services
Next.
Here by default, click Next
Check the live stay protocol here.
Installation
Streaming Media Services Installation complete
Configure Streaming Media Services
Feel free to create a catalog as a test directory.
Here a ZZ directory is created on the D drive and a small WMV format video screen is used as a test in the directory.
Then start configuring streaming media Services
Find Windows Media Services
Right-click on the publishing point and select Add Publishing point.
Here the name to set, and so on will be accessed when the name will be used. Set here as Mov
Content type Select the file in the directory (the one that you want to test for just the catalog)
Publishing point type selection points advertise a point of distribution, the difference is introduced. On-demand can be fast-forward or something.
Directory location Select the directory that you just created to hold the video screen.
allow wildcard characters to be used to access directory content
option to play all files in the home directory if checked
Set content playback,
Loop playback is a continuous loop of the playback of this video screen,
Shuffle is a random playlist of the video screen (test directory Only one video screen will not tick out the shuffle)
Log function, add as needed.
Description page, direct next,
Here as needed, because on a video screen I tick the first one here
ClickCompleteAfter you configure the Unicast Announcement Wizard.
Check all the file options in the directory here
Playback address, can be modified to their own IP address or domain name
If you have access to an external network, you must change it to an extranet IP address or domain name.
Here tick create a play Web page, if not created in the Web browser cannot play directly.
Here the directory is set to the directory of the website.
Next
Complete
Test your streaming media server
Two kinds of test methods, one is the client test
One is in Web page testing.
can be clicked here, of course, you can also open IE directly inside the input URL test.
Here I am testing outside the net.
1. Client access test, in Browser input Mms://192.168.0.120/mov
The IP address here is the intranet IP
2. Play with the web player
Some configuration details note
Configure this I also configured for a long time, in the configuration of the process encountered some minor problems.
If you do not follow the above steps or not, IIS may not be installed.
Especially HTTP redirection , this must be installed.
Win2008 server to build streaming media services (see movies online)