Re: [Live-devel] PresentationTimeSessionNormalizer

2012-10-18 Thread Ross Finlayson
> Could it be possible to make the two classes > “PresentationTimeSessionNormalizer” and > “PresentationTimeSubsessionNormalizer” visible to the library users? Grumble. I wasn't planning to, because those classes were intended to be used only by our proxy server implementation. But I've made

Re: [Live-devel] ProxyServer: Not getting stream after proxied server disconnects and connects

2012-10-18 Thread Ross Finlayson
> I checked the ethereal logs between proxy and the Camera. Now after camera > gets re-connected Proxy sends DESCRIBE, then SETUP (for trackID=0), then > SETUP (for trackID=1) and again sends SETUP(for trackID=0) for which camera > responds with “461 Unsupported Transport”. Proxy need not send S

[Live-devel] PresentationTimeSessionNormalizer

2012-10-18 Thread Bruno Marchand
Hi Ross, Could it be possible to make the two classes "PresentationTimeSessionNormalizer" and "PresentationTimeSubsessionNormalizer" visible to the library users? At this time, they are both hidden in the "ProxyServerMediaSession" cpp. They work fine when using the "ProxyServerMediaSession"

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-18 Thread Ralf Globisch
> I've now installed a new version (2012.10.18) of the "LIVE555 Streaming > Media" code that incorporates (the equivalent of) your proposed fix. Please > test it (in your > VLC client) to make sure that it works OK for you. Thanks Ross, much appreciated. I will test it asap. > You, however, are

Re: [Live-devel] RTSP_BUFFER_SIZE=10000 not big enough for larger SDP

2012-10-18 Thread Ross Finlayson
> For now I've just changed the code to a larger size, but I'm wondering if > there is something else I should be doing? I figure at a minimum it should be > changed to allow one to change this value via a -D option in the makefile. OK, in the next version of the code, I'll enclose the definitio

Re: [Live-devel] Re (your issues with RTP-over-TCP streaming)

2012-10-18 Thread Ross Finlayson
Ralf, I've now installed a new version (2012.10.18) of the "LIVE555 Streaming Media" code that incorporates (the equivalent of) your proposed fix. Please test it (in your VLC client) to make sure that it works OK for you. BTW, I now understand why you saw this situation occur, but I never did.