# slush.video > P2P live streaming platform ## Embed URLs Embed a channel's live stream in an iframe: ``` https://slush.video/@{channel}/embed ``` Replace `{channel}` with the channel slug (username). ### Query Parameters | Parameter | Values | Default | Description | |-----------|--------|---------|-------------| | chat | any value; false/0/off to disable | true | Show chat UI | | actionbar | any value; false/0/off to disable | true | Show action buttons | | autoplay | any value; false/0/off to disable | true | Start video automatically | | theme | dark, light | (none) | Color theme | ### Example ```html ``` ## Channel URLs View a channel page: ``` https://slush.video/@{channel} ``` ## Help For more information about slush.video, see the help page: https://slush.video/help