rtmplite流媒体服务器 quickstart

来源:互联网 发布:matlab简单编程实例pdf 编辑:程序博客网 时间:2024/06/11 04:06

Quick Start

The software requires Python 2.6. After uncompressing the download or checking out the sources from SVN, run the server file with -h option to see all the command line options.

bash$ tar -zxvf rtmplite-7.0.tgzbash$ cd rtmplitebash$ python rtmp.py -h

To start the server with default options and debug trace, run the following:

bash$ python rtmp.py -d

A test client is available in testClient directory, and can be compiled using Flex Builder. I have already put the compiled SWF file in the bin-debug directory. Open your browser and then open the testClient.html file in your browser. The user interface will allow you to connect to the server to test the connection. You can also test streams by clicking on publish or play buttons.


引用:http://code.google.com/p/rtmplite/

0 0
原创粉丝点击