Re: [Live-devel] Bug report of Live555ProxyServer

2015-03-04 Thread Ross Finlayson
Sorry, but unless you can be a *lot* more specific about what problem you are seeing - and can reproduce it with just two streams, not 14 - then I doubt I’m going to be able to help you (and certainly, not ‘for free’ on this mailing list). Ross Finlayson Live Networks, Inc. http://www.live555.c

Re: [Live-devel] RTP header information

2015-03-04 Thread Ross Finlayson
> I have been trying to work out how I can get Live555 to provide me with the > RTP packet header data as well as the payload but have had no luck. I did > look at using a SimpleRTPSource but that seems to strip off the RTP header as > well. Our code doesn’t just ‘strip off’ the RTP header - it

Re: [Live-devel] RTP header information

2015-03-04 Thread Deanna Earley
Which header data are you after? There is a small patch to RTPSource.cpp and MultiFramedRTPSource.cpp that extracts the extension header. http://lists.live555.com/pipermail/live-devel/2009-April/010424.html Alternatively, look at MultiFramedRTPSource::networkReadHandler1 where it actually reads

[Live-devel] RTP header information

2015-03-04 Thread Minor, Matt
Dear Live555, I have been trying to work out how I can get Live555 to provide me with the RTP packet header data as well as the payload but have had no luck. I did look at using a SimpleRTPSource but that seems to strip off the RTP header as well. Is there any way to do this? Many thanks, Matt