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

2015-01-23 Thread Kenneth Forsythe
Ross, I apologize for that. I should have spotted that bug a mile away… Thanks again for the help. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, January 22, 2015 5:56 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-

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

2015-01-22 Thread Kenneth Forsythe
an achieve this - just with a different flow. Many thanks and I appreciate your quick response. Kenneth Forsythe Software Engineer 973-343-4907 Activu Corporation 301 Round Hill Drive | Rockaway, NJ 07866 Email<mailto:kenneth.forsy...@activu.com> | Website<http://www.activu.com/> | L

[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

Re: [Live-devel] rtsp client -> h264 decoder

2014-09-26 Thread Kenneth Forsythe
For servers I have two commercial H264 cameras and one instance of live555MediaServer.exe running stock. VLC can connect fine to all three. No problems here (as far as I can tell). My client, on the other hand only works for the live555MediaServer and one of the cameras. The other camera, after

Re: [Live-devel] rtsp client -> h264 decoder

2014-09-26 Thread Kenneth Forsythe
Hi Ross, I think I wrote that a little confusingly. I am not feeding the cameras into the liveMeda server. The liveMeda server is there as another test source. I am using it to play files, no changes to code. With that said, I don't actually have the ability to change much of the camera's serve

[Live-devel] rtsp client -> h264 decoder

2014-09-26 Thread Kenneth Forsythe
Hello Live555, I have an application that is based off of testRTSPClient. In afterGettingFrame I am then passing the data off to an H264 decoder which then is rendered on a video surface. I have 2 cameras and live555MediaServer to test with. LiveMediaServer and one camera work very well. The o

Re: [Live-devel] DelayQueue infinite loop

2014-08-28 Thread Kenneth Forsythe
Hi Ross, No sir, not using any threading yet. Because it is stuck in the while loop, the call BasicTaskScheduler::createNew() is not even returning. It works in the testRTSPClient program and in my own test program, but not when in this COM library that is being hosted in another program. I'll

[Live-devel] DelayQueue infinite loop

2014-08-26 Thread Kenneth Forsythe
Hi, DelayQueue::synchronize appears to be stuck in that while loop. It appears curEntry->fDeltatTimeRemaning is always (0,0) and therefor timeSinceLastSync is always higher. This only happens when I am hosting the libraries within a COM DLL. What is recommended? Can I just detect this scenario

[Live-devel] Live555 liveMedia wrapped as into a DirectShow filter

2014-08-20 Thread Kenneth Forsythe
Hello, We are currently developing a streaming player application that utilizes DirectShow filters. We were interested in wrapping liveMedia into a filter to be able to plug in as a possible RTSP client source filter. Have you done this or could you help us with that? We would also be very app