Back to Deepfacelive

Setup for streaming

doc/windows/for_streaming.md

latest1.8 KB
Original Source
<table align="center" border="0"> <tr><td colspan=2 align="center">

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

</img> </td></tr> <tr><td colspan=2 align="center">

add Window capture

</img> </td></tr> <tr><td colspan=2 align="center">

choose DeepFaceLive output window

</img> </td></tr> <tr><td colspan=2 align="center">

add Audio Input Capture

</mg> </td></tr> <tr><td colspan=2 align="center">

select your microphone device

</img> </td></tr> <tr><td colspan=2 align="center">

open Advanced Audio Properties for Audio Input Capture

</img> </td></tr> <tr><td colspan=2 align="center">

set Sync Offset the same as Target Delay in Stream Output

</img> </td></tr> <tr><td colspan=2 align="center">

DONE !

Now you can stream yourself to a stream service.

</td></tr> <tr><td colspan=2 align="center">

instead of Window capture

you can use Media Source

</img>

with configuration:

</img>

enable mpegts in Stream Output

</img> </td></tr> </table>