您的位置:首页 > 其它

DSS的Windows版本如何安装呢?

2010-11-20 22:37 260 查看
毕业设计,是我自己定的题目,没有人能帮忙。
http://www.ietf.org/rfc/rfc2326.txt RTSP的标准文档。

我还发现了一个很好的网站http://www.rosoo.net

还有叫做http://mpeg4ip.sourceforge.net/documentation/index.php mpeg4ip的开源工程





“The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text.”





还有一个题目http://topic.csdn.net/t/20020819/15/952874.html

“sum_7123():

你好!我现在也在作视频点播系统,我也是已经用TCP做控制,UDP传输数据已经完成了VOD。现在的工作是用rtp/rtcp实现数据的传输,将来想进一步
做成一个基于目录服务器的分布式视频点播系统!

我的email是weigaojiang@163.com,欢迎你跟我联系!有什么问题大家一块儿讨论! ”





DSS是Quicktime服务器的开源版本。号称全部代码接近10万行,支持所有主流os。可是我死活没有找到编译好的支持NT的exe版本,连文章目前都没搜索到。

源码的目录/DarwinStreamingSrvr6.0.3-Source/WinNTSupport下, 有vc6可以打开的dsw





对于windows:



Windows

WindowsNTSupport/StreamingServer.dsw
脚本用于在Windows平台上连编流媒体服务器。可以以批处理的方式连编所有的文件。连编完成之后产生的二进制执行代码位于Debug和Release目录下。
WindowsNTSupport/makezip.bat
脚本用于创建带有一个Install.bat文件的安装目录。


里头有个说明书的:

win32如此安装:



1. Open WinNTSupport/StreamingServer.dsw in VC++.

2. Do a batch build. This builds all our targets.

在这一步,如果文件是在中文路径下,就经常会有包含文件未添加进去的的情况出现。

换到英文路径下,第一次编译也说少了什么文件,链接和第二次编译都报错说,找不到grp.h.

fatal error C1083: Cannot open include file: 'grp.h': No such file or directory

这个头文件是在什么地方呢?



<grp.h> 是linux下的 组文件,也不是c、c++的标准库文件。囧啊!

在网上搜索了一下:



http://hi.baidu.com/cccstudy/blog/index/1 ccstudy说,6.03的就是编译不过,5.5的就可以。







3. Run WinNTSupport/makeZip.bat. This copies all install targets (including admin html and help files) into a new directory, WinNTSupport/DarwinStreamingServer.

4. Run WinZip, make a new archive called "DarwinStreamingSrvrversion.Windows.zip", where "version" is the server version. For example: "DarwinStreamingSrvr3_Preview.Windows.zip".

5. Select "Add", navigate into WinNTSupport/DarwinStreamingServer. Make sure that "Include subfolders" is checked, and hit "Add with wildcards". This makes the zip archive.

6. Under "Actions" select "Make .exe file". This makes the self-extracting zip archive, called "DarwinStreamingSrvrversion.Windows.exe". For example: The above

zip archive generates ""DarwinStreamingSrvr3_Preview.Windows.exe". Make sure to set the unstuff to directory to be c:/Darwin Streaming Server3/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐