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
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
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++
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?