<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    my library doesn't send RTP packages.<br>
    I have implemented a FramedSource subclass and
    onDemandServerMediaSubsession sublclas in my library. <br>
    For start the streaming, the first that I do is :<br>
    this->videoSink->startPlaying(*(this->videoSource),
    afterPlayingFunction, this->videoSink);<br>
    this->envv->taskScheduler().doEventLoop();<br>
    second:<br>
    setFrames(frame *data,dataLength)<br>
    The setFrames function throws a event:<br>
    ourScheduler->triggerEvent(FramedSource::eventTriggerId,
    ourDevice);<br>
    <br>
    In debug mode, i can see how the frames are consumed by FramedSource
    in the  deliverFrame function, but nothing happens, my machine
    doesn't  send the RTP packages.  what do I have to do?<br>
    <br>
    the VLC message:<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <span id="result_box" class="" lang="en"><span class="hps">VLC</span>
      <span class="hps">is unable to</span> <span class="hps">open the</span>
      <span class="hps">MRL</span> <span class="hps"><<</span> <span
        class="hps">rtp</span> <span class="hps">:/</span> <span
        class="hps">/</span> <span class="hps">192.168.0.248:4446</span>
      <span class="hps">>><br>
        <br>
        Sorry for my english!<br>
        <br>
        regards!<br>
      </span></span><br>
  </body>
</html>