<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] SingleStep():select()
fails</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I'm trying
to incorporate the MPEG1or2VideoRTPSource into my application.&nbsp;
My application needs to poke a web service to start the RTP stream, so
RTSP isn't appropriate. I just want to listen to the UDP port and
capture the stream as it comes in.&nbsp; I can do this in Java by just
opening up a DatagramSocket,&nbsp;decoding the RTP packets as they
stream in, but I'd like to use this library and other features of
it.</font></blockquote>
<div><br></div>
<div>I'm not sure what's wrong with your code, but I suggest that you
first start with the &quot;testMPEG1or2VideoReceiver&quot; demo
application - something that you know already works - and modify that
instead.</div>
<div><br></div>
<div>In particular, in &quot;testMPEG1or2VideoReceiver.cpp&quot;, you
will need to</div>
<div>1/ Change &quot;sessionAddressStr&quot; to &quot;0.0.0.0&quot;,
and</div>
<div>2/ Change &quot;rtpPortNum&quot; to 8898.</div>
<div><br></div>
<div>If that works properly (outputting received MPEG Elementary
Stream video data to &quot;stdout&quot;), then you could then modify
it some more, as appropriate.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>