# 라즈베리 파이로 노트북에 두번째 HDMI 포트를 추가하기

> Clean Markdown view of GeekNews topic #8731. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8731](https://news.hada.io/topic?id=8731)
- GeekNews Markdown: [https://news.hada.io/topic/8731.md](https://news.hada.io/topic/8731.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-03-18T10:21:02+09:00
- Updated: 2023-03-18T10:21:02+09:00
- Original source: [pierre-couy.dev](https://pierre-couy.dev/tinkering/2023/03/turning-rpi-into-external-monitor-driver.html)
- Points: 16
- Comments: 1

## Topic Body

- 이더넷을 이용하여 X-Server를 가상 화면으로 원격 스트리밍하는 솔루션을 자체 구축한 과정 소개   
- Raspberry Pi 3의 느린 CPU를 극복하기 위해 오버헤드가 낮은 프로토콜을 이용   
- DHCP 서버를 내장해서 IP설정 필요 없고, 노트북에서 xrandr를 실행하면 자동으로 Pi로 스트리밍 시작   
- ffmpeg 으로 스크린을 캡쳐해서 인코딩 처리하여 전송하고, ffplay로 수신받아서 디스플레이   
- 현재는 X서버 사용하는 리눅스 머신에서만 되지만, ffmpeg 명령을 수정한다면 Wayland, 윈, 맥 등에서도 사용 가능할 것

## Comments



### Comment 15239

- Author: xguru
- Created: 2023-03-18T10:22:01+09:00
- Points: 1

이런걸 가능하게 해주는 솔루션들은 다른 것도 있을텐데, 구현 과정이 흥미로워서 한번 봐둘만 합니다.  
해커뉴스 댓글에 다양한 대안들에 대한 제시가 있으니 같이 참고하세요   
https://news.ycombinator.com/item?id=35165798
