[Live-devel] Problem with testMPEG1or2ProgramtoTransportStream

2009-06-16 Thread wong yeewan
Hi All,   I am having a problem with testMPEG1or2ProgramtoTransportStream. When I ran the testMPEG1or2ProgramtoTransportStream.exe, the error message was as follow,   Beginning to read... BasicTaskScheduler::SingleStep():select() fails: No error   And I obtained an out.ts with zero in size. I hav

Re: [Live-devel] (no subject)

2009-06-15 Thread wong yeewan
5, 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 w

[Live-devel] (no subject)

2009-06-15 Thread wong yeewan
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++

[Live-devel] Other codec with Media Server

2009-06-04 Thread wong yeewan
Dear all,   I understand that the live555 streaming media is able to stream MPEGs video files. I need to know whether other codec for example Dirac can be used to work with the streaming media? If yes, can you please give a direction for me to implement Dirac with the streaming server?