[Live-devel] How to install live555 on ubuntu.

2009-11-11 Thread Zelalem Sintayehu
Hi, I don't know if it the proper forum to ask this question. I just downloaded the live555-latest.tar.gz file and unzipped it and created a make file using genMakefile script. Then when I run the make command it failed. I got two errors, which are CC: command not found and also [rtcp_from_spec

Re: [Live-devel] RTSP Stack

2009-11-11 Thread Ross Finlayson
Hi, trying to develop an rtsp proxy server and was looking for an rtsp stack. Sorry, but our software doesn't support RTSP proxying (at least, not without a lot of programming). -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-

Re: [Live-devel] Queries related to Streaming MP3 clips using LIVE server.

2009-11-11 Thread Sathish Kumar Manohar
One more update on this: Moreover from the Initial 1 or 2 bytes of the payload, I am not able to find any valid ADU Descriptor Information. Is there any problem in sending that information from the server? From: live-devel-boun...@ns.live555.com [mailto:live-dev

[Live-devel] RTSP Stack

2009-11-11 Thread Zelalem Sintayehu
Hi, trying to develop an rtsp proxy server and was looking for an rtsp stack. I'm completely new to Live and got confused. Which part of the application shall I use. I only want an rtsp stack, but want to have access to all the options. Like I want to change the host address and port. I don't w

Re: [Live-devel] [PATCH] Fix type of too long constant

2009-11-11 Thread Ross Finlayson
Thanks. This will be included in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] [PATCH] Fix type of too long constant

2009-11-11 Thread Pierre Ynard
This fixes the error: GroupsockHelper.cpp:731: error: integer constant is too large for 'long' type diff -urp live.orig/groupsock/GroupsockHelper.cpp live/groupsock/GroupsockHelper.cpp --- live.orig/groupsock/GroupsockHelper.cpp 2009-09-28 17:16:16.0 +0200 +++ live/groupsock/Groups