www.pudn.com > vls-0.5.6.rar > streaming.sgml
How is a stream broadcasted ? 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: Sequence diagram 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. Sequence diagram