Hi,
 
First of all, thanks for your reply. I read the reply but i don't know how to 
make the correction. I checked the Groupsocks' objects defined in RTPSink and 
RTPSource.cpps and I found that they were defined as pointer objects. For 
examples, 
 
RTPSource::RTPSource(UsageEnvironment& env, Groupsock* RTPgs, unsigned char 
rtpPayloadFormat,u_int32_t rtpTimestampFrequency)
 
RTPSink::RTPSink(UsageEnvironment& env, Groupsock* rtpGS, unsigned char 
rtpPayloadType, unsigned rtpTimestampFrequency, char const* 
rtpPayloadFormatName,
unsigned numChannels)
 
I am new to live555 and also C++ programming. Can you please give me more 
directions on solving this problem?
 
Thank you
 
Regards,
Yee Wan

--- On Mon, 6/15/09, Woods <woods....@gmail.com> wrote:


From: Woods <woods....@gmail.com>
Subject: Re: [Live-devel] (no subject)
To: "LIVE555 Streaming Media - development & use" <live-de...@ns.live555.com>
Date: Monday, June 15, 2009, 12:09 PM


Hi,

I guess you copied from test code as I did before :)

It is because of that GroupSock. Don't use as a stack object which will be 
released after function call. 

Use a pointer for that GroupSock for RTP and RTCP.

Woods



On Mon, Jun 15, 2009 at 6:01 PM, wong yeewan <yeewan...@yahoo.com> wrote:






Hi all,
 
I am interested to use testMPEG1or2ProgramtoTransportStream to convert a MPEG2 
video file into TS file. I selected all the header and source files that were 
needed to build testMPEG1or2ProgramtoTransportStream. I finally built the 
testMPEG1or2ProgramtoTransportStream.exe in Visual C++ 2005 in Windows. 
However, problem occured when I ran it. The error message was:
 
Beginning to read...
BasicTaskScheduler::SingleStep():select() fails: No error
 
And I obtained an output file which was zero in size. Can anyone please help me 
with this matter?
 
Thank you
 
Regards,
Yee Wan
 
 

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel




-- 
Woods

-----Inline Attachment Follows-----


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel



      
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to