# MaryJane - 30줄의 파이썬코드로 작성된 MJPEG 서버

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5171](https://news.hada.io/topic?id=5171)
- GeekNews Markdown: [https://news.hada.io/topic/5171.md](https://news.hada.io/topic/5171.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-10-10T09:52:08+09:00
- Updated: 2021-10-10T09:52:08+09:00
- Original source: [github.com](https://github.com/bootrino/maryjane)
- Points: 10
- Comments: 1

## Topic Body

- 하드에서 MJPEG 파일을 읽어서 웹브라우저로 스트리밍 전송하는 간단한 서버

- 브라우저의 img 태그를 이용해서 Motion JPEG 으로 된 영상을 스트리밍 형태로 표시 가능

<img src="http://18.116.60.15:8080/maryjane/"/>

## Comments



### Comment 7230

- Author: xguru
- Created: 2021-10-10T09:52:40+09:00
- Points: 1

요즘은 mp4 와 video 태그로 영상들 많이 표시하는데, 이 방식으로 하면 MP4 지원 안하는 예전 기기들도 영상 표시 가능하겠네요.
