Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 1.2 KB

ts-server.rst

File metadata and controls

78 lines (47 loc) · 1.2 KB
.. py:module:: dvbcss.protocol.server.ts

CSS-TS Servers

Module: dvbcss.protocol.server.ts

.. automodule:: dvbcss.protocol.server.ts
   :noindex:

.. autoclass:: TSServer
   :members:
   :exclude-members: contentId
   :inherited-members:

   .. autoinstanceattribute:: contentId
      :annotation:

   .. autoinstanceattribute:: handler
      :annotation:

      Handler class for new connections.

      When mounting the CII server with cherrypy, include in the config dict a key 'tools.dvb_cii.handler_cls' with this handler class as the value.


.. autoclass:: TimelineSource
   :members:
   :inherited-members:


.. autoclass:: SimpleTimelineSource
   :members:
   :inherited-members:



.. autoclass:: SimpleClockTimelineSource
   :members:
   :inherited-members:



.. autofunction:: ciMatchesStem

.. autofunction:: isControlTimestampChanged