VLS streaming 을 리눅스 서버에 설치는 했는데 어떻게 사용하나요?

지수아비의 이미지

리눅스 서버에서 스트리밍 서비스를 하려고
http://www.videolan.org 에서 vls-0.5.6.tar.gz 를 다운로드 하여
레드햇9에 설치를 했습니다.

설치후 데몬을 띄운다음 telnet 접속도 잘 됩니다.

# telnet localhost 9999
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
 
Videolan Server Administration System
 
Login: 
Password:
xxxx@vls>help
Provider: Admin
Status: 0
Info: help: gives help on the specified command.
Info: program: configure an input with programs.
Info: logout: terminates the administration session.
Info: show: show running broadcasts, available channels, programs or inputs
Info: start: launches a program.
Info: stop: stops a program.
Info: suspend: suspends streaming.
Info: config: load and save configuration file.
Info: input: configure a new input.
Info: shutdown: stops the server.
Info: browse: gives the program list
Info: channel: configure a new channel.
Info: resume: resumes streaming.

그런데 이렇게 설치된 서버에서 스트리밍 서비스를 하려면 그 다음은 어떻게 하나요?
예를들어 test.wmv 또는 test.avi 등의 동영상 파일이 있다면
html 소스에서 어떤식으로 기술을 해줘야 하는지요?