MpegtTS/FLV Playback based on mpegts.js
npm install clappr-mpegts-playback

Clappr hook for MpegTS.js
https://github.com/xqq/mpegts.js
Include the script and add this to the Clappr player:
```
plugins:[MpegtsJSPlayback],
playback: {
mpegtsConfig: {
isLive: true,
}
},yarn install
Build this with Yarn,yarn buildyarn release`
Based on: https://github.com/andrefilimono/clappr-flvjs-playback