Re: [Live-devel] memory leak

2010-11-02 Thread Ross Finlayson
and another question. what about MediaSubSession::sessionId. it was created was strDup. and where to delete it. This field is not managed by "MediSubsession" itself. Instead, it is assigned by "RTSPClient" while performing the RTSP "SETUP" command, and is deleted automatically later (again, b

Re: [Live-devel] memory leak

2010-11-02 Thread 44072429
thank you. and another question. what about MediaSubSession::sessionId. it was created was strDup. and where to delete it. the same to other strDup return variant. -- Original -- From: "Ross Finlayson"; Date: Tue, Nov 2, 2010 09:06 PM To: "LIVE55

[Live-devel] I need H.264 streaming code

2010-11-02 Thread Waazim Reza
Hi, I'm looking for a H264 streaming implementation. I looked at the tutorial, but had many mistakes in it and not its not running. If anybody has already implemented the code, please sent the code to me. Thanks for your help. Waazim Reza wr...@fau.edu __

Re: [Live-devel] Index onlive stream

2010-11-02 Thread Ross Finlayson
I am trying to capture a live stream (which is MPEG2TS) via openRTSP and instead of recording it in 'video-MP2T-1', index the received video on-live. FramedSource* video1 = sources[0]; //I caught it from MediaSubsession MediaSink* outputIndexerSink = FileSink::createNew(*env, "out.tsx"); FramedSo

Re: [Live-devel] H264 streaming with trick play

2010-11-02 Thread COEXSI
> -Original Message- > From: live-devel-boun...@ns.live555.com [mailto:live-devel- > boun...@ns.live555.com] On Behalf Of Christophe Lemoine > Sent: mardi 2 novembre 2010 10:36 > To: live-de...@ns.live555.com > Subject: [Live-devel] H264 streaming with trick play > > Hi, > > I'm looking

[Live-devel] Index onlive stream

2010-11-02 Thread Mojtaba Nouri
Hi I am trying to capture a live stream (which is MPEG2TS) via openRTSP and instead of recording it in 'video-MP2T-1', index the received video on-live. FramedSource* video1 = sources[0]; //I caught it from MediaSubsession MediaSink* outputIndexerSink = FileSink::createNew(*env, "out.tsx"); Framed

Re: [Live-devel] JPEGVideoRTPSink and Restart markers

2010-11-02 Thread Francisco Feijoo
El 02/11/2010, a las 14:07, Ross Finlayson escribió: >> Ross, thanks for the new release. I have tried it and is not working here. > > Please let me know if you find any bugs in the latest release, because it is > the only version for which support will be given. (Remember, You Have > Complete

Re: [Live-devel] JPEGVideoRTPSink and Restart markers

2010-11-02 Thread Ross Finlayson
Ross, thanks for the new release. I have tried it and is not working here. Please let me know if you find any bugs in the latest release, because it is the only version for which support will be given. (Remember, You Have Complete Source Code.) -- Ross Finlayson Live Networks, Inc. http://ww

Re: [Live-devel] memory leak

2010-11-02 Thread Ross Finlayson
m_pUsageEnvironment = BasicUsageEnvironment::createNew(*m_pTaskScheduler); if(m_pUsageEnvironment == NULL) { service_error.init(service_error_type_failed,"BasicUsageEnvironment::createNew failed"); return service_error; } and . how to delete this m_pUsageEnvironment; Objects of class "UsageEnv

[Live-devel] H264 streaming with trick play

2010-11-02 Thread Christophe Lemoine
Hi, I'm looking for a H264 streaming implementation that supports trick play (at least play/pause/skip). Any video container format would be ok to start with. I can see in the list archive that a few developers where doing such an implementation, but could not find any running code I would

Re: [Live-devel] memory leak

2010-11-02 Thread 44072429
m_pUsageEnvironment = BasicUsageEnvironment::createNew(*m_pTaskScheduler); if(m_pUsageEnvironment == NULL) { service_error.init(service_error_type_failed,"BasicUsageEnvironment::createNew failed"); return service_error; } and . how to delete this m_pUsageEnvironment; -

Re: [Live-devel] JPEGVideoRTPSink and Restart markers

2010-11-02 Thread Francisco Feijoo
El 28/10/2010, a las 16:09, Ross Finlayson escribió: > OK, I have now installed a new version (2010.10.28) of the code that adds > support for "Restart Marker Headers" in outgoing JPEG/RTP packets. (We > already supported such headers in *incoming* JPEG/RTP packets.) > > To use this, your "JP

Re: [Live-devel] memory leak

2010-11-02 Thread Ross Finlayson
i don't know how to delete your variant. and i saw many strDup string.wouldn't delete at all. why are you doing this. or am i wrong usage? I'm sorry, but I don't really understand your question. Can you give a specific example of something that you think is a memory leak? -- Ross Finlayson Liv

[Live-devel] memory leak

2010-11-02 Thread 44072429
hi,dear friend. i don't know how to delete your variant. and i saw many strDup string.wouldn't delete at all. why are you doing this. or am i wrong usage?___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/list