Screen2ipcam · magicweb.win العربية Download

No NVR? No problem.

Screen2ipcam turns a Windows PC screen into a standard ONVIF / RTSP IP camera. A recorder is one way to watch it — but it is not the only one. If you do not own an NVR, you can still watch and even record the stream with software you already have, or with a $40 Raspberry Pi. Here are five ways, from the 30-second one to the always-on one.

Free options Windows · macOS · Linux Raspberry Pi NAS

First, the one thing that makes all of this work

Screen2ipcam does not use a private protocol. Once it is running, your PC publishes a normal RTSP video stream and answers ONVIF discovery, exactly like a camera you would buy in a shop. That means anything that can open an IP camera can open your screen — a media player, free recording software, a NAS, a phone app, or a Raspberry Pi.

Your stream address looks like this (the app shows the exact one in the Status tab):

rtsp://192.168.1.64:554/screenlive ← main stream rtsp://192.168.1.64:554/screensub ← smaller sub stream

Replace 192.168.1.64 with the address shown in the app. Both devices must be on the same local network.

No account, no cloud, no subscription. The stream never leaves your own network unless you deliberately forward a port. There is nothing to register and no server of ours involved.

Five ways to watch it without an NVR

1

Just look at it — VLC on any computer

Free · 30 seconds

The fastest way to prove the stream works. VLC runs on Windows, macOS and Linux.

  1. Install VLC Media Player on the second computer.
  2. Open Media → Open Network Stream.
  3. Paste the rtsp://…/screenlive address and press Play.

Good for: checking it works, or watching a screen live from the next room.
Not for: recording — VLC only plays.

2

Watch and record on a spare PC — free NVR software

Free · 15 minutes

A computer you already own becomes the recorder. These accept an ONVIF or RTSP camera and record it to disk:

  • Agent DVR — free, runs on Windows, macOS, Linux and Raspberry Pi. Add camera → ONVIF or RTSP URL.
  • Shinobi and ZoneMinder — open-source recorders, Linux-friendly.
  • Blue Iris — paid Windows software with a trial, popular for home setups.

Good for: a real recording setup at no hardware cost.
Keep in mind: the PC has to stay on while it records.

3

A Raspberry Pi as a tiny always-on recorder

≈ $40–$80 once

This is the closest thing to a real NVR without buying one. A Raspberry Pi draws only a few watts, runs silently and can stay on permanently.

  • MotionEye — the friendliest option: a web page where you add the RTSP address and it records.
  • Frigate — more advanced, adds motion and object detection; needs Docker.
  • go2rtc — very light; re-publishes the stream so phones and browsers can view it too.
  • Agent DVR — also runs on the Pi if you prefer one tool everywhere.

Good for: continuous recording on a small budget, in a shop or an office.
Tip: record the sub stream (/screensub) to save a lot of disk space.

4

A NAS you may already own

Already paid for

If there is a Synology or QNAP box in the office, it is already a recorder.

  • Synology Surveillance Station — Add Camera → choose ONVIF, or enter the RTSP address.
  • QNAP QVR — same idea, add a generic ONVIF / RTSP camera.

Good for: businesses that already have a NAS — zero extra hardware, and the recordings live with the rest of the company data.

5

Your phone or tablet

Free apps

Any ONVIF or RTSP viewer app can open the stream over Wi-Fi, on Android and iOS alike. Search your app store for an ONVIF viewer or IP camera viewer, add a camera manually, and paste the RTSP address.

Good for: glancing at a shop screen from the same building.
Not for: recording, and it will not work from outside the network without extra setup.

Agent DVR is free, runs on Windows, macOS, Linux and the Raspberry Pi, and records to disk — so it is the closest thing to a real NVR without buying one. Below is the whole process, screen by screen. It takes about two minutes.

Before you start: Screen2ipcam must be running on the other PC. Note the address it shows in its Status tab — and make sure both machines are on the same network.
  1. Open Agent DVR and start a view

    Open Agent DVR in your browser. On a fresh install you will see Click to get started. Click the empty area, or press Edit View in the toolbar at the bottom.

    The starting screen — click the middle, or Edit View.
    The starting screen — click the middle, or Edit View.
  2. Add a device to the grid

    The Configure View panel opens. Click the + in the corner of the grid slot — or click the empty slot itself.

    One empty grid slot, waiting for a camera.
    One empty grid slot, waiting for a camera.
  3. Choose New Device

    A Grid Slot panel appears with an Excluded / Included list. Press the orange New Device button.

    Press New Device.
    Press New Device.
  4. Pick ONVIF

    From the device-type list choose ONVIF. This is the important choice: with ONVIF, Agent DVR asks the PC what streams it offers instead of you typing addresses by hand.

    Choose ONVIF — not “Network IP Camera”.
    Choose ONVIF — not “Network IP Camera”.
  5. Set the recording options

    The Configure panel offers Alerts, Record on Detect, Resize and Record Raw. For a PC screen, Record Raw is a good default — it saves CPU because the video is stored exactly as Screen2ipcam sends it. Press OK.

    Record Raw keeps CPU use low on the recording machine.
    Record Raw keeps CPU use low on the recording machine.
  6. Open the ONVIF configuration

    You now see the camera’s General settings with Source Type: ONVIF. Click the small gear button next to it to configure the source.

    Click the gear next to Source Type.
    Click the gear next to Source Type.
  7. Let it find Screen2ipcam

    This is the step that does the real work. Agent DVR lists every ONVIF device it can see on the network — and Screen2ipcam appears there by itself, right next to the real cameras. Click it, then press Get Video URLs.

    You should see Options Found: 2 and both streams filled in:

    Live URL 1920x1080 rtsp://192.168.1.206:554/screenlive Record URL 640x360 rtsp://192.168.1.206:554/screensub

    Watch in full resolution, record the small one — that combination gives a sharp live picture while using a fraction of the disk. If you turned on Secure stream with password inside Screen2ipcam, put the same username and password here; otherwise the two fields can stay empty.

    Auto-discovery found Screen2ipcam-42e9 beside a Dahua recorder and two IP cameras on the same network. Options Found: 2 — main and sub stream.
    Auto-discovery found Screen2ipcam-42e9 beside a Dahua recorder and two IP cameras on the same network. Options Found: 2 — main and sub stream.
  8. Switch the camera on

    Back on the General tab, flip the toggle at the top to On, give the camera a name you will recognise — Cashier PC, Reception screen — and press OK.

    Toggle it On and press OK.
    Toggle it On and press OK.
  9. Press Power and watch

    The camera tile appears in the grid. Press Power and the PC screen goes live — and from this moment Agent DVR records it exactly like any other camera.

    Press Power to start the live view.
    Press Power to start the live view.
The result

Two machines on the same network, viewed and recorded together in Agent DVR

Run through the nine steps again on the second PC and it lands in the next tile. From here on, both screens live in the same timeline as the rest of your cameras.

Agent DVR showing two Screen2ipcam sources side by side: a paused second PC on the left and a live cashier PC on the right
Both tiles are Screen2ipcam, in one Agent DVR view. Right: a live cashier PC. Left: a second PC with its stream paused from the Screen2ipcam control panel — it keeps publishing a placeholder frame, so the recorder never drops the camera and picks the picture back up the moment you resume. The FPS line in each corner and the toolbar along the bottom belong to Agent DVR; the timestamp badge, the camera name and the pause screen are drawn by Screen2ipcam.
If it does not appear in the list: the Windows firewall is the usual reason. Allow incoming connections on 8000 (ONVIF) and 554 (RTSP), or re-run the Screen2ipcam installer and choose Repair — it re-adds the rule for you. You can also skip discovery and type the service address by hand: http://YOUR-PC-IP:8000/onvif/device_service

If you only want to see the screen and not record it, VLC is a 30-second check and a good way to prove everything works before setting up a recorder.

  1. Open the network stream dialog

    In VLC, choose Media → Open Network Stream — or just press Ctrl + N.

    The VLC Media menu with Open Network Stream selected
    Media → Open Network Stream…
  2. Type the RTSP address

    On the Network tab, enter the address of the PC that is running Screen2ipcam and press Play:

    rtsp://YOUR-PC-IP:554/screenlive

    Use /screenlive for the full-quality main stream, or /screensub for the lighter sub stream. No username or password is needed unless you switched on Secure stream with password inside Screen2ipcam.

    VLC Open Media dialog, Network tab, with the Screen2ipcam RTSP address entered
    The PC in this example is at 192.168.1.146.
  3. The screen appears

    That is the whole test. If VLC plays it, any ONVIF or RTSP recorder on the same network will too — the picture you are looking at is exactly the stream an NVR would record.

    VLC playing the live Screen2ipcam stream of a Windows desktop
    The remote desktop, live in VLC. The timestamp and the camera name in the corners are drawn by Screen2ipcam, so they are recorded into the video itself.
A note on the port. RTSP uses port 554 by default — that is what is typed in step 2. If another program on that PC is already holding 554, Screen2ipcam moves to a free port by itself, which is why the machine in step 3 ended up on 8554 and VLC shows that in its title bar. You never have to guess: Screen2ipcam prints the real address in its Status tab — copy it from there.

Which one should you pick?

OptionCostRecords?Can stay on 24/7Effort
VLC on a PCFreeNoOnly while the PC is onVery low
Free NVR software on a spare PCFreeYesIf the PC stays onLow
Raspberry Pi≈ $40–$80 onceYesYesMedium
NAS you already ownAlready paidYesYesLow
Phone / tablet appFreeNoNoVery low
A real NVRHardware costYesYesLow

Screen2ipcam behaves the same in every row — it is a standard camera to all of them. The only thing that changes is what you watch it with.

Three things worth knowing before you start

Both devices must be on the same network

The viewer and the PC running Screen2ipcam need to see each other — same router, same Wi-Fi or same wired network. Watching from another building needs a VPN or a port forward, which is a separate subject and worth doing carefully.

Two ports matter

If a firewall is in the way, allow the viewer to reach the PC on 554 (RTSP) and, if you use auto-discovery, 8000 (ONVIF). Port 8080 is only the settings panel — viewers never need it.

Recording the sub stream saves a lot of disk

Screen2ipcam publishes a smaller second stream. A screen that barely changes costs very little to record, and choosing the sub stream cuts it further — useful on a Raspberry Pi or an older NAS.

Verified and tested with:
Hikvision Dahua Technology Intelbras Blue Iris Genetec Nx Witness — Network Optix Synology QNAP XMEye VLC Agent DVR ONVIFProfile S

Try it before you decide

The trial is the full program for 14 days. Install it, open VLC on any other computer, and see your screen appear. That takes about two minutes and costs nothing — and it tells you far more than any comparison table.

Download the free trial
← Back to Screen2ipcam — magicweb.win  ·  vs DeskCamera  ·  Setup guide  ·  النسخة العربية  ·  support@magicweb.win

VLC, Agent DVR, Blue Iris, Shinobi, ZoneMinder, MotionEye, Frigate, go2rtc, Synology, QNAP and Raspberry Pi are trademarks of their respective owners. They are mentioned here for compatibility information only; no affiliation or endorsement is implied.