Koozali.org: home of the SME Server

Live555 RTSP Server on SME 7.4

Offline countbobo

  • 1
  • +0/-0
Live555 RTSP Server on SME 7.4
« on: November 02, 2010, 06:08:54 PM »
Hello everyone,

I've been using SME Server for a few years for a hylafax application and some other projects.

Recently we began developing an iphone and blackberry app. Turns out blackberry needs RTSP server installed in order to stream mp3s and videos.

So I found an opensource RTSP server in Live555, and downloaded it to the server.

Unfortunately after trying to compile it, I am getting the following error;


[root@freq live]# make
cd liveMedia ; make
make[1]: Entering directory `/root/live/liveMedia'
c++ -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall -DBSD=1 Media.cpp
make[1]: c++: Command not found
make[1]: *** [Media.o] Error 127
make[1]: Leaving directory `/root/live/liveMedia'
make: *** [all] Error 2



Does that mean that the server doesn't have C++. If so is there a RPM for C++ for SME ?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Live555 RTSP Server on SME 7.4
« Reply #1 on: November 02, 2010, 09:34:34 PM »
Hi, welcome here

you're right: there's no compiling tools on SME

anyway you can set up ATrpm repo and install it with:

Code: [Select]
yum --enablerepo=atrpms install live

finally, SME 7.4 is quite old, you should update asap

last raccomandation: google is your friend; it took 10 seconds to me to find info about openrtsp rpm ;-)

Offline countbobo

  • 1
  • +0/-0
Re: Live555 RTSP Server on SME 7.4
« Reply #2 on: November 02, 2010, 10:00:26 PM »
I'm sorry but what exactly do I install there and how do I proceed to install the software I want to use? I'm a little lost? What is ATrpm?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Live555 RTSP Server on SME 7.4
« Reply #3 on: November 02, 2010, 10:16:29 PM »
I'm sorry but what exactly do I install there and how do I proceed to install the software I want to use? I'm a little lost? What is ATrpm?


read carefully the wiki page I linked in my previous post

then use the command I suggested.. you're done

please take some time to read the documentation too :-)
thank you