Chapter 3. How is a stream broadcasted ?

Table of Contents
What happens when a stream is started ?
How is a TS packet sent ?

What happens when a stream is started ?

Here is a simplified sequence diagram to show what happens when a "start" command is sent through the telnet interface:

How is a TS packet sent ?

The Packet Handler (C_SyncFifo) is shared between two threads: in one thread the Converter pushes TS packets in the fifo, and in another thread the Streamer pops them.