[Live-devel] (no subject)
wong yeewan
yeewan_20 at yahoo.com
Mon Jun 15 18:45:40 PDT 2009
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.biz at gmail.com> wrote:
From: Woods <woods.biz at gmail.com>
Subject: Re: [Live-devel] (no subject)
To: "LIVE555 Streaming Media - development & use" <live-devel at 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_20 at 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 at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
--
Woods
-----Inline Attachment Follows-----
_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20090615/1dc59b19/attachment-0001.html>
More information about the live-devel
mailing list