1. 20 Nov, 2010 4 commits
  2. 19 Nov, 2010 12 commits
  3. 18 Nov, 2010 7 commits
  4. 17 Nov, 2010 15 commits
  5. 16 Nov, 2010 2 commits
    • Pierre Ynard's avatar
      rtp sout: make private functions static · 53391ce6
      Pierre Ynard authored
      53391ce6
    • Pierre Ynard's avatar
      Merge VoD module into RTP stream output module · c6d32327
      Pierre Ynard authored
      Cleaner and better working solution for VoD than the bad hack that we
      currently have. Instead of (badly) duplicating large portions of codes,
      it reuses the existing RTSP stack and factorizes the RTP payload code,
      and provides support for a number of ES not limited to one audio and one
      video tracks, as well as for missing features in RTSP headers.
      
      The VoD module is responsible for starting and running the RTSP stack.
      When a VoD media instance is started, the VLM passes down media and
      session parameters as variables to the RTP stream output object, that
      uses them to hook back into the VoD code (and through it, into the RTSP
      stack), to retrieve accurate, already set up parameters, and provide
      playback data.
      c6d32327