Install Darwin Streaming Server 6.0.3 on Ubuntu 14.04
The process of build Darwin Streaming Server 6.0.3 on Ubuntu 14.04:
- ref to Configuring Darwing Streaming Server in Linux
- download & apply patches
- refer to here to modify make file, add -lpthread to follow make file:
- ./QTFileTools/QTFileTest.tproj/Makefile.POSIX -lpthread
- ./QTFileTools/QTTrackInfo.tproj/Makefile.POSIX -lpthread
- ./QTFileTools/QTSampleLister.tproj/Makefile.POSIX -lpthread
- ./QTFileTools/QTTrackInfo.tproj/Makefile.POSIX -lpthread
- refer to: http://blog.csdn.net/zhaozhencn/article/details/18265535, add -lpthread -ldl
- Start DarwingStreaming Server and admin Server
- .sudo /usr/local/sbin/DarwinStreamingServer
- .sudo /usr/local/sbin/streamingadminserver.pl
- Fix issues in Install script, as install.sh, visit my github
- To test RTSP Client, run VLC: rtsp://127.0.0.1/sample_100kbit.mp4
- To test Web Admin,
- run: streamingadminserver.pl
- start browser, http://localhost:1220
- Issue:
- After installation, text in the "web admin server" is not able to display correctly. further investigation is needed.
- streamingadminserver.pl is not compatible with new
perl. As the result you got a web page without any text. The fix is here
()
http://vk.com/wingcatlab?w=wall-99790498_55
- Ver 5.5.5-”Install (instalar) Darwin Streaming Server 5.5.5 DSS from sources in Ubuntu” - many replies, succeed - 2009.12.03
- 5.5.5-”How to Install Darwin Streaming Server 5.5 on Ubuntu”, install from binary, test with MP4Box
- 6.0.3-Darwin Streaming Server 6.0.3 - setup, customization, plugin or module development, performance and load tests on 32 & 64 bit Redhat Linux. -- many replies, successful
- 6.0.3-refer to here “creating a Home Media Streaming Center with Ubuntu” - download from github
- 6.0.3-refer to “Compiling Darwing Streaming Server 6.03 Under Debian - Updated” - one remark not successful
- 6.03-Apple Darwin Streaming Server Compilation & Installation for Linux - one install succeed by replies
- forum-Darwin Streaming Server on Ubuntu
Labels: Linux, Open Source, StreamingServer