<!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.
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. I can do this in Java by just
opening up a DatagramSocket, 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 "testMPEG1or2VideoReceiver" demo
application - something that you know already works - and modify that
instead.</div>
<div><br></div>
<div>In particular, in "testMPEG1or2VideoReceiver.cpp", you
will need to</div>
<div>1/ Change "sessionAddressStr" to "0.0.0.0",
and</div>
<div>2/ Change "rtpPortNum" to 8898.</div>
<div><br></div>
<div>If that works properly (outputting received MPEG Elementary
Stream video data to "stdout"), 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>