Re: [Live-devel] Question about proxyserver.

2012-07-02 Thread Ross Finlayson
> Forward / Backward random seeking is supported in LIVE555 Proxy server? No, it's not - because the purpose of the "LIVE555 Proxy Server" is to share a single 'back-end' stream amongst possibly several concurrent 'front-end' streams. If you want to seek within a RTSP stream, then don't proxy i

[Live-devel] Question about proxyserver.

2012-07-02 Thread jhseo
Hi. Forward / Backward random seeking is supported in LIVE555 Proxy server? In my case,, Seeking bar is activated by modifying the "virtual float duration( ) const; however, the command of client( "PAUSE" or "PLAY") did not send to back-end LIVE555 Server. To do this, what shall I mod