> 1) We need symbolic links on Linux for shared libraries. For example,
> libfoo.so.1.2.3 would required these symlinks:
>
> libfoo.so.1 -> libfoo.so.1.2.3
> libfoo.so -> libfoo.so.1.2.3
>
> libfoo.so.1.2.3 and libfoo.so.1 will be shipped in the library package
> and libfoo.so will be shipped in
> please support CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS. It would be nice if
> the build system honors these variables if they are set by the user. In
> Debian, hardening flags are passed through these variables. A patch that
> add the support is attached.
Thanks. This will be included in the next r
Hi,
I used the Live 555 to create an RTSP client that receives video a stream
of RTP over RTSP (RTP over TCP).
Server is not in my control and as far as I know it was developed using
Live555 as well.
My client is retrieving video in very high rate (around 65-170 fps, 3-9
time faster than the c
First, when you reply to a mailing list 'Digest', please correct the "Subject:"
line of your message (as I have done here), and trim the quoted message in your
response.
> I have builded the vlc with the live555 new version, unfortunately I have new
> error, no data received in 10s
That error
On 12/19/2012 02:04, kingaceck wrote:
..
I find that after "sock = socket(AF_INET, type|SOCK_CLOEXEC, 0); " the
sock value is -1 and the errno is 24.
errno 24 is EMFILE, on a Linux box, which means there are too many files
open by the current user. Since you say you're running it 16 times