1. 31 Jan, 2011 3 commits
  2. 30 Jan, 2011 12 commits
  3. 29 Jan, 2011 6 commits
  4. 28 Jan, 2011 10 commits
  5. 27 Jan, 2011 5 commits
  6. 26 Jan, 2011 2 commits
  7. 25 Jan, 2011 2 commits
    • Pierre Ynard's avatar
      rtsp: support Range header in responses · 53fc8f8c
      Pierre Ynard authored
      For VoD, the synchronization is bad, but accurate synchronization would
      require at least changes in the core to add support for some kind of
      "instant pausing" to the stream output. Synchronous calls to the VLM
      shouldn't cause delay problems, no operation waits for the input.
      53fc8f8c
    • Pierre Ynard's avatar
      vod: set up RTSP stack of new media in an asynchronous way · 31b8ffbf
      Pierre Ynard authored
      This way, we don't take the httpd lock when holding the vlm lock.
      This will allow passing synchronous calls from the RTSP stack to the
      VLM (as long as you don't use the old vod module at the same time,
      which you can't anyway).
      31b8ffbf