Skip to content
Snippets Groups Projects
  1. Dec 03, 2012
  2. Nov 13, 2012
  3. Nov 05, 2012
  4. Oct 25, 2012
  5. Oct 16, 2012
  6. Oct 15, 2012
  7. Oct 12, 2012
  8. Oct 09, 2012
  9. Oct 01, 2012
  10. Sep 23, 2012
  11. Sep 18, 2012
  12. Sep 12, 2012
    • Martin Storsjö's avatar
      Add a smooth streaming segmenter muxer · 62c9ae11
      Martin Storsjö authored
      
      This muxer splits the output from the ismv muxer into individual
      files, in realtime.
      
      The same can also be done by the standalone tool ismindex, but this
      muxer is needed for doing it in realtime (especially for live
      streams that need extra handling for updating the lookahead fields
      in the fragment headers).
      
      Using this muxer, one can deliver live smooth streaming from a
      normal static file web server. (Using ismindex, one can deliver
      premade smooth streaming files from a static file web server,
      or prepare files for serving with IIS.)
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      62c9ae11
  13. Sep 09, 2012
  14. Aug 29, 2012
  15. Aug 09, 2012
  16. Jul 25, 2012
  17. Jul 23, 2012
  18. Jul 22, 2012
  19. Jul 17, 2012
  20. Jul 16, 2012
  21. Jul 13, 2012
  22. Jul 12, 2012
  23. Jun 26, 2012
  24. Jun 18, 2012
  25. Jun 17, 2012
    • Samuel Pitoiset's avatar
      RTMPT protocol support · 8e50c57d
      Samuel Pitoiset authored
      
      This adds two protocols, but one of them is an internal implementation
      detail just used as an abstraction layer/generalization in the code. The
      RTMPT protocol implementation uses rtmphttp:// as an alternative to the
      tcp:// protocol. This allows moving most of the lower level logic out
      from the higher level generic rtmp code.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      8e50c57d
  26. Jun 02, 2012
  27. May 21, 2012
  28. May 08, 2012
  29. May 07, 2012
  30. Mar 26, 2012
  31. Feb 23, 2012
    • Martin Storsjö's avatar
      rtpenc: Allow packetizing H263 according to the old RFC 2190 · c4584f3c
      Martin Storsjö authored
      
      According to newer RFCs, this packetization scheme should only
      be used for interfacing with legacy systems.
      
      Implementing this packetization mode properly requires parsing
      the full H263 bitstream to find macroblock boundaries (and knowing
      their macroblock and gob numbers and motion vector predictors).
      
      This implementation tries to look for GOB headers (which
      can be inserted by using -ps <small number>), but if the GOBs
      aren't small enough to fit into the MTU, the packetizer blindly
      splits packets at any offset and claims it to be a GOB boundary
      (by using Mode A from the RFC). While not correct, this seems
      to work with some receivers.
      
      Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
      c4584f3c
  32. Feb 22, 2012
  33. Feb 14, 2012
Loading