When installing Twitch Dev Rig for the first time, this behavior can happen.
Here is a simple Hello World page exposing the issue:
The normal behavior in case you’re not even streaming anything yet should be like this, exposing the Offline video information under the overlay:
We find out that the following steps fixed the issue, however we didn’t identify the root cause of this Dev Rig Bug.
In the dev rig, right click outside the overlay view and select Toggle Developer Tools, this will open the developers tools on the right.
Inside Elements, Navigate to the websrc view.
Use OBS or the genvid cluster to stream to your Twitch channel.
In the developer tools, Replace the websrc video address by your twitch channel video address like:
<webview src="https://www.twitch.tv/genvidpo" style="height: 724px;"></webview>
- Press Enter
Video should appear in the Dev Rig:
5. Stop streaming and click the refresh button in the Dev Rig.
You should see the video offline message in the Dev Rig with the overlay upon it.
The websrc view should point to localhost.