Home > Resources > Software: Digital Signage > BRAVIA Signage > Help

Appendix V. m3u8 file

Estimated reading time: 1 minute

Content delivery with HTTP Live Streaming can be used in BRAVIA Signage, and this can be used with .ts files and .m3u8 files. This section describes .m3u8 files.

The following is the example of a .m3u8 file.

#EXTM3U
#EXT-X-VERSION:3
#EXTINF:100.00,
sample_1.ts
#EXTINF:100.00,
sample_2.ts
#EXT-X-ENDLIST

The following are descriptions of tags used in the example of .m3u8 above.

Tag Name Descriptions
EXTM3U Indicates that this file is a .m3u8 file.
EXT-X-VERSION Indicates the version of the .m3u8 file.
EXTINF Indicates the duration of the .ts file described on the next line.
EXT-X-ENDLIST Indicates the end of the playlist.