<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#CCCCCC" text="#000000">
    Greetings all<br>
    <br>
    I am trying to figure out what I need to do to use liveMedia to
    source an h264 stream.<br>
    <br>
    I am using a BasicTaskScheduler, passed to a BasicUsageEnvironment,
    passed to an RTSPServer and a ServerMediaSession, in which I add a
    subsession of type<br>
    MPEG4VideoFileServerMediaSubsession, which is configured to read
    data from a pipe.<br>
    <br>
    On the data input end, I have nals encoded from x264 that I am
    simply dumping into this pipe.<br>
    <br>
    When I use testRTSPClient on this server, I never get an sdp out of
    it.  output below.<br>
    <br>
    <br>
     ./testRTSPClient <a class="moz-txt-link-freetext" href="rtsp://192.168.4.192:5554/mystream">rtsp://192.168.4.192:5554/mystream</a><br>
    Opening connection to 192.168.4.192, port 5554...<br>
    ...remote connection opened<br>
    Sending request: DESCRIBE <a class="moz-txt-link-freetext" href="rtsp://192.168.4.192:5554/mystream">rtsp://192.168.4.192:5554/mystream</a>
    RTSP/1.0<br>
    CSeq: 2<br>
    User-Agent: ./testRTSPClient (LIVE555 Streaming Media v2013.06.30)<br>
    Accept: application/sdp<br>
    <br>
    <br>
    [URL:<a class="moz-txt-link-rfc2396E" href="rtsp://192.168.4.192:5554/mystream">"rtsp://192.168.4.192:5554/mystream"</a>]: Failed to get a SDP
    description: liveMedia0<br>
    [URL:<a class="moz-txt-link-rfc2396E" href="rtsp://192.168.4.192:5554/mystream">"rtsp://192.168.4.192:5554/mystream"</a>]: Closing the stream.<br>
    <br>
    I am having a heck of a time sussing out how I'm supposed to stand
    up the various classes and what is expected to be provided by the
    user (me) and what is automatically generated.  I haven't yet
    figured out where I'm supposed to indicate to liveMedia that I'm
    passing it H264 data, (so that it may package it properly).<br>
    <br>
    Appreciate any pointers!<br>
    <br>
    Joshua Kordani<br>
  </body>
</html>