Challenge 3: Why Browser Source Is a Genuinely Different Kind of Tool — Solution Walkthrough What Display Capture and Window Capture actually do: Per this chapter's own material, both of these Source types capture something that already exists elsewhere — an entire screen, or one specific already-running application window. They show what's already happening on the computer, exactly as it currently looks. What Browser Source actually does instead: A Browser Source renders a live web page or URL directly inside OBS itself — it isn't capturing an existing window or screen at all; it's generating its own content by loading and displaying a web page, commonly used for on-screen alerts and overlays that update live (a subscriber alert, a donation notification, a live chat overlay). Why this is a genuine difference, not just another capture method: Display Capture and Window Capture both require something to already be visible on the computer to capture from. Browser Source needs nothing pre-existing on screen at all — it creates its own rendered content from a URL, independent of anything else running on the computer, which is why this chapter describes it as serving a genuinely different purpose rather than being one more variety of screen capture. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that Browser Source's own distinct nature — generating content from a URL rather than capturing something already on screen — is understood clearly, rather than lumping every visual Source type together as "just different ways to capture the screen."