<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000">The lines <br>
    <small><i>05-28 16:00:34.540: I/ASessionDescription(24294):
        a=fmtp:96
packetization-mode=1;profile-level-id=4D4033;sprop-parameter-sets=Z01AM5JUDAS0IAAAAwBAAAAM0eMGVA==,aO48gA==<br>
        05-28 16:00:34.540: I/ASessionDescription(24294):
        a=control:track1</i><br>
      <big>existing only in the mediaServer-Log - this may be the
        problem but i dont what it means!</big></small><span style="
      color:#800080;"><br></span></div></blockquote><div><br></div>Yes, that seems to be (at least part of) the problem.  It means that the code was unable to find SPS and PPS NAL units in your input H.264 stream.  To overcome this (assuming that your input H.264 stream really doesn't contain SPS and PPS NAL units), you need to - in your "createNewRTPSink()" implementation - create your "H264VideoRTPSink" object using one of the alternative variants of "createNew()" described in "liveMedia/include/H264VideoRTPSink.hh".  I.e., you'll need to either pass in the SPS and PPS NAL units directly, or else (if you have it) pass a "sprop-parameter-sets" string.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>