Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Installing LIVE555 streaming media on 6.3.2 : (5 Items)
   
Installing LIVE555 streaming media on 6.3.2  
Hi,

I've downloaded the source code from http://www.live555.com/liveMedia/#config-unix 
#./genMakeFiles qnx4 worked
But make "fails".
They advise to modify the config.qnx4 file. Does anybody know what to modify ie. what directory to include?

I'm doing this on a 6.3.2 machine.

I need this for the streaming functionality of the media player. Does anyone know of any other alternatives?

Following is the error I get:

# make
cd liveMedia ; make
make[1]: Entering directory `/root/live/liveMedia'
cc32 -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I. -D_QN
X4 -DBSD -DSOCKLEN_T=uint32_t -I/usr/watcom/10.6/usr/include -WC,-xs Media.cpp
make[1]: cc32: Command not found
make[1]: *** [Media.o] Error 127
make[1]: Leaving directory `/root/live/liveMedia'
make: *** [all] Error 2
#
#


Thanks

Re: Installing LIVE555 streaming media on 6.3.2  
On Fri, 23 Apr 2010, Seraph Varghese wrote:

> Hi,
>
> I've downloaded the source code from http://www.live555.com/liveMedia/#config-unix
> #./genMakeFiles qnx4 worked
> But make "fails".
> They advise to modify the config.qnx4 file. Does anybody know what to modify
> ie. what directory to include?
>
> I'm doing this on a 6.3.2 machine.

You have a qnx6 environment with 6.3.2

You've told it build for qnx4 so its trying to use tool sets that you don't have.

I don't know if anyone has previously ported this to work on qnx6, but that
would need to be done.

Peter

>
> I need this for the streaming functionality of the media player. Does anyone
> know of any other alternatives?
>
> Following is the error I get:
>
> # make
> cd liveMedia ; make
> make[1]: Entering directory `/root/live/liveMedia'
> cc32 -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I. -D_QN
> X4 -DBSD -DSOCKLEN_T=uint32_t -I/usr/watcom/10.6/usr/include -WC,-xs Media.cpp
> make[1]: cc32: Command not found
> make[1]: *** [Media.o] Error 127
> make[1]: Leaving directory `/root/live/liveMedia'
> make: *** [all] Error 2
> #
> #
Re: Installing LIVE555 streaming media on 6.3.2  
On Fri, Apr 23, 2010 at 10:18:03AM -0400, Seraph Varghese wrote:
> Hi,
> 
> I've downloaded the source code from http://www.live555.com/liveMedia/#config-unix 
> #./genMakeFiles qnx4 worked

...

> I'm doing this on a 6.3.2 machine.

You are running on QNX6, but the ./genMakeFiles command you ran was for
QNX4. QNX6 and QNX4 are different operating systems. Does the
genMakeFiles script support qnx6?

Regards,
Gilles
Re: Installing LIVE555 streaming media on 6.3.2  
No, ./genMakeFiles 6 did not work.

Any one know of a streaming server that will work on QNX 6.3.2?
Re: Installing LIVE555 streaming media on 6.3.2  
On Fri, Apr 23, 2010 at 01:17:56PM -0400, Seraph Varghese wrote:
> No, ./genMakeFiles 6 did not work.

You typed "6". Probably "qnx6" would have been a better try.

> Any one know of a streaming server that will work on QNX 6.3.2?

Run an HTTP server? Then you can get them with http get commands (i.e.
play over HTTP).

Regards,
Gilles