<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hi, I'm new to
the streaming world and I would like to learn how to use this <BR>streaming
library.<BR>I'm using Visual C++ 2005 Express Edition and I have compiled
<BR>"UsageEnvironment", "groupsock", "liveMedia", and "BasicUsageEnvironment"
<BR>each one in a separate solution to create the .lib static libraries. Until
<BR>now it's all right.<BR>Well, then I have created a solution for the
"testMPEG1or2VideoStreamer.cpp" <BR>file, linked all the necessary libs created
before and compiled. It was all <BR>right: the exe was generated without
problems, aside from this warning <BR>message in the linking
process:<BR><BR> 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due
to '/LTCG' <BR>specification<BR><BR>Now I have the .exe file. I have inserted a
test.mpg file in the same dir of <BR>the exe and then I have executed it, but...
It keeps to give me this <BR>message, then exits:<BR><BR>Beginning
streaming...<BR>Beginning to read from
file...<BR>BasicTaskScheduler::SingleStep(): select() fails: No error<BR><BR>In
the debugger I have discovered that the error comes from this instruction <BR>in
'basictaskscheduler.cpp':<BR><BR>int selectResult = select(fMaxNumSockets,
&readSet, NULL, NULL, <BR>&tv_timeToDelay);<BR><BR>when it reach this
instruction, the select returns -1 and the <BR>WSAGetLastError gives the
"WSAENOTSOCK - Error 10038" that should means: <BR>'Socket operation on
non-socket'...<BR><BR>What can it be? What should I do? In the test program I
have not modified <BR>nothing... I have to modify some address or some
port?<BR><BR>Thanks in advance,<BR>Wisem </FONT><BR></FONT></DIV></BODY></HTML>