Video Streaming

Supporting different video types

There are 2 options for using DDC as a streaming platform: using a native HTML player or an HLS player, that streams the encoded video using ffmpeg code.

Native HTML Player

It means that for the HTML player several formats are supported (more details):

HLS Player

For HLS player, all the video will be encoded using ffmpeg code, so we are limited here by this coded supported formats:

  1. AVI - Audio Video Interleave
  2. MP4 - MPEG-4 Part 14
  3. MOV - QuickTime File Format
  4. MKV - Matroska Multimedia Container
  5. WMV - Windows Media Video
  6. FLV - Flash Video
  7. MPEG - Moving Picture Experts Group
  8. WEBM - WebM Multimedia Container
  9. 3GP - Third Generation Partnership Project