Cloudinary Video Player

AI Highlights Graph

Video Player is loading.
Current Time 0:00
Duration 0:00
Loaded: 0%
Stream Type LIVE
Remaining Time 0:00
 
1x
    • descriptions off, selected
    • captions off, selected

      Full documentation

      Example Code:

            
              <video
                id="player"
                controls
                muted
                autoplay
                class="cld-video-player"
                width="500"
              ></video>
            
            
      
              // Initialize player
              var player = cloudinary.videoPlayer('player', {
                cloud_name: 'demo',
                publicId: 'cld-imagine',
                aiHighlightsGraph: true
              });