[Live-devel] Shared lib instead of static

2009-05-11 Thread Wouter Dhondt
Is there an easy way to change the config.linux so that the result is a shared lib (like the one from liblivemedia-dev) ? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] SET_PARAMETER & 401 due to nonce expired

2009-05-07 Thread Wouter Dhondt
> You could add the same "checkForAuthenticationFailure" code to the "SET_PARAMETER" case. Unfortunately I'm using the static lib so I don't build livemedia myself. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mai

[Live-devel] SET_PARAMETER & 401 due to nonce expired

2009-05-07 Thread Wouter Dhondt
x27;t happen. I can see that the checkForAuthenticationFailure only happens on DESCRIBE, OPTIONS and ANNOUNCE. How can I solve this? Kind regards, Wouter Dhondt ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/ma

[Live-devel] Multiple livemedia libs in the same process

2009-02-17 Thread Wouter Dhondt
Hello. I have the following problem. I have a basic application that uses livemedia (server to stream to clients). The application links to a static livemedia library. This main application also uses a second external library. This library also uses livemedia dynamically (client to connect to

[Live-devel] Membership Report

2009-02-13 Thread Wouter Dhondt
Report Can anyone tell me what these are for? Can we disable them? Kind regards, Wouter Dhondt ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTPInterface blocking readsocket()

2008-12-12 Thread Wouter Dhondt
Thanks for the quick answer. If the RTP-over-TCP data is well-formed, then there shouldn't be any blocking, because the data should be present in the correct format: '$';1-byte stream channel id; 2-byte packet size; packet data. Perhaps the data that you are sending is not well-formed (though

[Live-devel] RTPInterface blocking readsocket()

2008-12-11 Thread Wouter Dhondt
Hi. I'm using livemedia to stream over TCP. In the RTPInterface file there is a function tcpReadHandler() which handles all the data received from the client (reports, commands, ...). This function tries to read a '$' through a non-blocking call to readSocket(). Afterwards several more bytes