Media Formats
Media formats supported by Senza
Senza is designed to consume Adaptive Bitrate Video (ABR) in a DASH format from the URL specified by the web application ( see Remote player API ).
The table below contains a summary of supported media :
Media | Format |
---|---|
Manifest | DASH |
Media Container | Fragmented MP4 meeting CMAF standards |
Video Codec | H.264 |
Audio Codec | AAC |
Subtitle Format | TTML or SMPTE-TT |
Cipher Suite | TLS1.2 Cipher (AES-128 CBC) |
See the encoding Video page for tips on transcoding video into the correct format.
HTTPS
If the video in your CDN is distributed over a connection encrypted with HTTPS, you may need to perform some additional steps:
- Enable HTTPS support in cloud settings (how?).
- Verify that your CDN supports the TLC CBC cypher suite. If you are using CloudFront, enable the
TLSv1.2_2019
setting.
Updated 3 months ago