[Live-devel] New LIVE555 version, supports RTSP server streaming from a UDP Transport Stream input source

2012-01-24 Thread Ross Finlayson
Recently there has been a lot of interest - by several people - in being able to develop a RTSP server that takes, as input, a UDP Transport Stream (that arrives via IP multicast, or via unicast). Achraf Gazdar demonstrated how the LIVE555 libraries can easily be used to do this. I wasn't orig

Re: [Live-devel] Port forwarding issue when receiving streams in live555

2012-01-24 Thread Ricardo Acosta
Hi Ross > > Knowing this is not an issue totally due to live555 , if you could, I > would like to ask you for some clues or advices about an networking issue > related with my streaming client application > > Using live555, our app; now it can send and receive unicast streams to a > server , in th

Re: [Live-devel] Correct way of stopping and closing rtsp client

2012-01-24 Thread Ross Finlayson
> What is the preferred way of stopping and closing a client after it received > a stream? Currently, I am calling Shutdown() and it works fine for the first > time around. When starting another stream after the first one completes, the > client crashes in the following function: > > void Ge

[Live-devel] Correct way of stopping and closing rtsp client

2012-01-24 Thread Marlon Reid
Hi, What is the preferred way of stopping and closing a client after it received a stream? Currently, I am calling Shutdown() and it works fine for the first time around. When starting another stream after the first one completes, the client crashes in the following function: void GetSDPDescr

Re: [Live-devel] use of unitialized memory in our_MD5End

2012-01-24 Thread PROMONET Michel
Hi Ross, Clearly you right, memory is surely allocated, and it will not end with a segmentation violation. I will put an exception in valgrind rules, but using unitilalized memory is probably not a good practice. In fact what's annoy me is to keep align a valgrind exception (or