Re: [Live-devel] new API and callbacks

2010-09-21 Thread Sébastien Escudier
Selon Ross Finlayson : > Do you plan to have more than one "RTSPClient" object concurrently? > If not, then you can just use a global variable. But if you do plan > to have more than one "RTSPClient" object concurrently, then you can > define a subclass, and add your 'application data' there. Y

Re: [Live-devel] Error of the server running in Linux

2010-09-21 Thread Ross Finlayson
My problem is that i have done lately some modifications in the class ByteStreamFileSource Rather than modifying the existing code, you should really define a *new* class (perhaps copying much of the existing code). That way, you can easily upgrade to new versions of the released LIVE555 lib

Re: [Live-devel] new API and callbacks

2010-09-21 Thread Ross Finlayson
I am trying to adapt vlc to the live555 asynchronous API That's great - thanks! , and I have a question. Callbacks functions declaration is : typedef void (responseHandler)(RTSPClient* rtspClient, int resultCode, char* resultString); But how can I access my application data in this callback.

[Live-devel] How to configure a virtual IP in the server and client

2010-09-21 Thread wlm
Dear, I'm working in a project about IPTV, and I have configured in my network card two address IP (primary and secondary), but I need to modify the code RTSPserver as well as RTSPclient for that can it take both address primary and secondary. Thanks Best Regards William Lúligo Monsalve Tel

[Live-devel] Error of the server running in Linux

2010-09-21 Thread Ivan Alen Fernandez
Hello, I am using the live555 to deliver rtp packets of H264 files in multiple concatenated small clips with an intelligent interaction under the user request. One xml file script is parsed every time to decide the next file to insert in the rtp sink. My implementation of the H264 framer, source an

[Live-devel] new API and callbacks

2010-09-21 Thread Sébastien Escudier
Hi, I am trying to adapt vlc to the live555 asynchronous API, and I have a question. Callbacks functions declaration is : typedef void (responseHandler)(RTSPClient* rtspClient, int resultCode, char* resultString); But how can I access my application data in this callback. Why the callback paramat

Re: [Live-devel] Asynchronous API - Subclassing troubles

2010-09-21 Thread Guillaume Ferry
Le 20/09/2010 19:44, Ross Finlayson a écrit : BackTrace #0 0x080882af in _Tables::getOurTables(UsageEnvironment&, unsigned int) () The fact that you're seeing a crash in such an innocuous function suggests to me that you may be linking with old binaries somewhere. (I assume that