博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Darwin流媒体server在windows下搭建
阅读量:5239 次
发布时间:2019-06-14

本文共 1697 字,大约阅读时间需要 5 分钟。

 

简单介绍

主页:   http://dss.macosforge.org/

Darwin Streaming Server (DSS) is an open sourceproject intended for developers who need to stream QuickTime and MPEG-4 mediaon alternative platforms such as Mac, Windows, Linux, and Solaris, or thosedevelopers who need to extend and/or modify the existing streaming server codeto fit their needs. Darwin Streaming Server is only supported by the opensource community and is not eligible for technical support from Apple.

 

DSS 是跨平台的软件,能够在LinuxMac OS Windows 等上面部署

搭起来后,就能够用手机等进行远程播放了.

安装步骤

(1)

下载后解压。直接点击文件Install.bat,安装到 C:\ProgramFiles\Darwin Streaming Server 

(2)

安装 Perl 解释器,从  选择

选择ActivePerlW下载,我的系统是32位,在这里选择32位的下载,然后安装 。默认就可以。

装好后在 cmd 以下使用:

 c:\document  and settings> cd  C:\ProgramFiles\Darwin Streaming Server

# 依据提示创建 WebAdmin 的账号和password

C:\Program Files\Darwin Streaming Server> perl WinPasswdAssistant.pl

# 执行 WebAdmin 管理器

 C:\Program Files\Darwin Streaming Server> perl streamingadminserver.pl

# 如今就能够打开 http://127.0.0.1:1220/ 来对 DSS server进行管理了

 

在 DSS WebAdmin 里面改动 General Settings -> Media Directory 。将它改为你的 Media 文件夹,假设使用默认的,把视频文件放到C:\ProgramFiles\Darwin Streaming Server\Movies 里面

(3)

用   打开rtsp://127.0.0.1:554/sample_100kbit.mp4,正常的话,就能够看到视频正常播放了. Movies 里面有自带的例子.

转换普通视频为能够播放的流媒体格式

例子的视频是经过处理过的.

下载选择适合自己系统的版本号.

或到下载

下载解压后把mp4box.exe放入C:\WINDOWS\system32.转换个视频后信息例如以下:

C:\Program Files\Darwin StreamingServer\Movies>mp4box duola1.mp4 -hint

Hinting file with Path-MTU 1450 Bytes

Hinting track ID 1 - Type"avc1:avc1" (H264) - BW 460 kbps

Hinting track ID 2 - Type "mp4a:mp4a"(mpeg4-generic) - BW 32 kbps

Saving duola1.mp4: 0.500 secs Interleaving

然后就能够用rtsp://127.0.0.1:554/duola1.mp4 播放了.

转载于:https://www.cnblogs.com/wzjhoutai/p/6979696.html

你可能感兴趣的文章
首届.NET Core开源峰会
查看>>
ViewPager的onPageChangeListener里面的一些方法参数:
查看>>
python pdf转word
查看>>
poj 2182 Lost Cows
查看>>
OpenFlow 交换机与控制器交互步骤
查看>>
java-内存模型
查看>>
文本相似度比较(网页版)
查看>>
Jenkins关闭、重启,Jenkins服务的启动、停止方法。
查看>>
2019.01.13 bzoj4538: [Hnoi2016]网络(树链剖分)
查看>>
codeforces 315 308
查看>>
BZOJ3998 [TJOI2015]弦论 【后缀自动机】
查看>>
CF E2 - Array and Segments (Hard version) (线段树)
查看>>
svn 架设
查看>>
k8s部署rocketmq 双主
查看>>
Linux SPI总线和设备驱动架构之四:SPI数据传输的队列化
查看>>
SIGPIPE并产生一个信号处理
查看>>
CentOS
查看>>
Explicit keyword
查看>>
Linux pipe函数
查看>>
java equals 小记
查看>>