Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 403 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 403 Bytes

python-mot-sls

Plugin to the python-mot library to handle DAB Slideshow encoding as per ETSI TS 101 499.

Dependencies

  • python-mot

Utilities

Examples

Creating an MOT object and adding parameters

from mot import MotObject

object = MotObject(data, ContentType.IMAGE_JFIF)
object.add_parameter(Trigger(trigger))
object.add_parameter(AlternativeLocation(url))