# Setup for streaming DeepFaceLive only provides a video window of the replaced face. Since the face must be processed, this takes time, so the video window shows the stream with some delay. So, what do we need for streaming? Capture window (or receive mpegts udp stream) and sound with some delay, transmit to streaming service (e.g. twitch, youtube, ...) Below, one of the solutions. ### Run **_OBS Studio_**
### add **_Window capture_**
### choose **_DeepFaceLive output_** window
### add **_Audio Input Capture_**
### select your microphone device
### open **_Advanced Audio Properties_** for **_Audio Input Capture_**
### set **_Sync Offset_** the same as **_Target Delay_** in **_Stream Output_**
### **DONE** ! ### Now you can stream yourself to a stream service.
### instead of **Window capture** you can use **Media Source** with configuration: enable mpegts in **_Stream Output_**