netrack
Posts: 1
Joined: Fri Feb 02, 2018 11:03 am

Extending screen wirelessly

Fri Feb 02, 2018 11:17 am

Hi,

I am looking for a simple (hopefully!) solution to duplicating screen content from one Pi to another.

To explain I have room(A) which contains Pi(A) and a connected monitor via HDMI.

I then have room(B) which has another monitor (could also have another Pi if required)

I want the same screen content to play in room(b) as is playing in the monitor on room(A)

I want to avoid using VNC as I already use this to connect to the Pi in room(A) from another PC and will probably this would mean 2 inbound connections to Pi(A) which I would prefer to avoid.

Running an HDMI splitter and an HDMI cable to monitor B is not an option due to the layout of the two rooms.

I have read a bit about screencasting and it looks difficult (maybe even impossible...)

The other posts I have read all seem to be about extending screens which is "slightly" different than what I am looking for as essentially I just want a duplicate the content on monitor(A).

I guess I am looking for something that will send the image over the air. The image does not need to HD its just a timer with some text that changes occasionally.

Does anyone have a solution that might work or can point me in the right direction, I am not adverse to more hardware/cost within reason, just need something as easy as possible to setup and reliable.

Thanks

mattmiller
Posts: 2245
Joined: Thu Feb 05, 2015 11:25 pm

Re: Extending screen wirelessly

Fri Feb 02, 2018 2:46 pm

Only non-vnc type solution is wireless HDMI video sender but they are very expensive

(If your monitors both take composite video and you don't mind a loss in quality then you could use a much cheaper non-HD wireless sender)

User avatar
HermannSW
Posts: 2709
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany
Contact: Website Twitter YouTube

Re: Extending screen wirelessly

Sat Feb 03, 2018 2:36 pm

netrack wrote:
Fri Feb 02, 2018 11:17 am
...
what I am looking for as essentially I just want a duplicate the content on monitor(A).
...
I am not adverse to more hardware/cost within reason, just need something as easy as possible to setup and reliable.
...
  • have another Pi with network connectivity at 2nd monitor
  • have script with endless loop on 1st Pi doing "cp /dev/fb0 somewhere; scp somewhere pi@2ndpi:"
  • have script with endless loop on 2nd Pi doing "cp ~/somewhere /dev/fb0"
This works if dimensions of /dev/fb0 framebuffers are identical.
https://stamm-wilbrandt.de/en/Raspberry_camera.html
https://stamm-wilbrandt.de/en#raspcatbot
https://github.com/Hermann-SW/raspiraw
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/github_repo_i420toh264

Return to “General discussion”