> 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
> 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
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"
> 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
> 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
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.