Re: [Live-devel] [testH264VideoStreamer] removing schedulerTickTask and incomingReportHandler

2012-05-09 Thread Ross Finlayson
> I am sorry for the typo; In the mail below, I meant > incomingConnectionHandlerRTSP1 and not incomingConnectionHandler1 which is > defined in liveMedia/RTSPServer.cpp (liveMedia/include/RTSPServer.hh) OK. > schedulerTickTask is defined in BasicUsageEnvironment/BasicTaskScheduler.cpp Yes, my

Re: [Live-devel] [testH264VideoStreamer] removing schedulerTickTask and incomingReportHandler

2012-05-09 Thread Sudan Landge - Kopera
Hello Ross, Thanks for your reply. I am sorry for the typo; In the mail below, I meant incomingConnectionHandlerRTSP1 and not incomingConnectionHandler1 which is defined in liveMedia/RTSPServer.cpp (liveMedia/include/RTSPServer.hh) and schedulerTickTask is defined in BasicUsageEnvironment/Bas

Re: [Live-devel] http problem1

2012-05-09 Thread Warren Young
On 5/8/2012 2:19 AM, i m what i m wrote: Can i know which version of vlc player all the h264 files that are converted into ts through the live media h264 to transport stream program??? Please rephrase this in English. (I know you think you wrote English, but those of us who speak it flu

Re: [Live-devel] [testH264VideoStreamer] removing schedulerTickTask and incomingReportHandler

2012-05-09 Thread Ross Finlayson
> My requirement is only of getting h264 data and streaming it, so I did a > little experiment: > I commented the call to RTCPInstance::incomingConnectionHandler1, > I commented scheduling of schedulerTickTask and RTCPInstance::onExpire Our code does not contain any function named "incomingConnec

Re: [Live-devel] testh264streamer error

2012-05-09 Thread Ross Finlayson
> live555 error: SETUP of'video/MP2T' failed 461 Unsupported Transport That's your problem. The server is returning this error because your client asked to receive a multicast stream via RTP-over-TCP. You can't do this for multicast streams. Ross Finlayson Live Networks, Inc. http://www.live

[Live-devel] [testH264VideoStreamer] removing schedulerTickTask and incomingReportHandler

2012-05-09 Thread Sudan Landge - Kopera
Hi Ross, I am taking reference of the sample app testH264VideoStreamer. I found that there are three processes are scheduled for this app which are: -> schedulerTickTask -> RTCPInstance -> MultiFramedRTPSink My requirement is only of getting h264 data and streaming it, so I did a little expe

[Live-devel] testh264streamer error

2012-05-09 Thread i m what i m ~~~~
Hey Ross just tell me one thing i am streaming a file through "testh264VideoStreamer.cpp",when i receive open the network stream through vlc player or mplayer i am getting the following responses:- mplayer response:- Playing rtsp://192.168.0.1/testStream. Connecting to server 192.168.0.1[192.168.0

Re: [Live-devel] OutPacketBuffer::maxsize and multithreading

2012-05-09 Thread PROMONET Michel
Hi Ross, Sorry for double post, this is due to mishunderstandin between live-devel@lists.live555.com and live-de...@ns.live555.com. It seems both point to same mailing lists. We will wait for per-UsageEnvirom