Re: [Live-devel] Encapsulate PassiveMediaServerSubsession in a derived ServerMediaSession

2015-01-23 Thread Kenneth Forsythe
Live-devel] Encapsulate PassiveMediaServerSubsession in a derived ServerMediaSession However I am getting errors at runtime (on Windows specifically). I am seeing a “BasicTaskScheduler::SingleStep(): select fails: No error socket numbers used in the select call: 120(r) 128(r)”. FYI, these er

Re: [Live-devel] Encapsulate PassiveMediaServerSubsession in a derived ServerMediaSession

2015-01-22 Thread Ross Finlayson
> However I am getting errors at runtime (on Windows specifically). I am seeing > a “BasicTaskScheduler::SingleStep(): select fails: No error socket numbers > used in the select call: 120(r) 128(r)”. FYI, these errors are occurring because you have closed two sockets - presumably the RTP and RT

Re: [Live-devel] Encapsulate PassiveMediaServerSubsession in a derived ServerMediaSession

2015-01-22 Thread Kenneth Forsythe
nently delete this e-mail from your computer. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, January 22, 2015 11:09 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Encapsulate PassiveMediaServerSubsession in a d

Re: [Live-devel] Encapsulate PassiveMediaServerSubsession in a derived ServerMediaSession

2015-01-22 Thread Ross Finlayson
> I was trying to write a test program that contains a ServerMediaSession > subclass which encapsulates a PassiveServerMediaSubsession I think you may be misunderstanding how these two classes work. A "ServerMediaSession" object represents a complete media stream (which can include one or more

[Live-devel] Encapsulate PassiveMediaServerSubsession in a derived ServerMediaSession

2015-01-22 Thread Kenneth Forsythe
Hello, I was trying to write a test program that contains a ServerMediaSession subclass which encapsulates a PassiveServerMediaSubsession (the contents of which could be as simple as code from the testH264VideoStreamer test program). However I am getting errors at runtime (on Windows specifical