Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabyday committed Mar 12, 2024
1 parent a38bcfb commit 7da36de
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 50 deletions.
28 changes: 2 additions & 26 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,6 @@
I'm enjoying Discord broadcasting with my friends. and its service fit to me very weeelll. However there are few problems. Discord acquires only single program window and many streaming services use DRM. watching OTT-streaming by Browser may be an alternative way. But Wathching By Browser waste screen area(I just want fullscreen mode but not actually fullscreen. I just want to remove address bar and scrollbar and other UIs.) That's why I decide to develop super-duper-tight&fit OTT-streaming viewer.


#### *Available* for


* **Laftel**
* **Netflix**
* **Disney Plus**
* **youtube**

#### *Available Music Streaming Service* for

* **Apple Music**

#### *Available Video Streaming Service* for

* **Twitch**
* **chzzk**

....other OTT-services is completely works. but, I didn't add it due to UI problem.

## Features

* **adblock** for youtube
Expand Down Expand Up @@ -118,13 +99,8 @@ Yes, *Electron* doesn't support _CDM_ due to the Liscense. In this reason, I cou

### download from release.

*show menu* : ```alt```

*netflix* : ```ctrl+N```
You can Use ```alt``` key to see Menubar

*laftel* : ```ctrl+L```

*disney* : ```ctrl+D```



Expand Down Expand Up @@ -154,7 +130,7 @@ ok. then it's done.
```
You must run this script on powershell.(funtion that generating certification file use powershell functions.)
```shell
yarn install # install all deps in package.json
yarn make-cert # make your self-signed-cert(offical cert is too expensive...)
Expand Down
47 changes: 23 additions & 24 deletions README_KR.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@
따라서 저는 작은 디스코드 화면에 꽉차게 스트리밍할 수 있는 뷰어를 개발하였습니다.




#### 현재 *가능한* OTT는 다음과 같습니다.
* **Laftel**
* **Netflix**
* **Disney Plus**
* **youtube**

#### 현재 *가능한* **음악 스트리밍 서비스** 는 다음과 같습니다.
* **Apple Music**


#### 현재 *가능한* **비디오 스트리밍 서비스** 는 다음과 같습니다.
* **twitch**
* **chzzk (testing)**

다른 OTT와 관련된 서비스는 아직 추가하지 않았습니다. 조만간 추가하겠습니다.

## 주요 기능

* **유뷰트 & 유튜브 광고 제거**
* **PiP** (Picture in Picture)
* 영상 **풀스크린 모드****사용자 지정화면**에 맞도록 변환

## 사용가능한 서비스들
- OTT
- **Netflix**
- **Lafetel**
- **Youtube**
- **Disney plus**
- **Amazonprime**
- **Wavve**
- **Watcha**
- **Coupangplay**
- **Tving**
- 음악
- **Apple music**
- 스트리밍
- **Chzzk**
- **Twitch**





Expand Down Expand Up @@ -103,15 +103,13 @@
## 사용법

### 릴리즈(Release)에서 다운받으세요.
디스코드가 메뉴를 같이 캡쳐하기 때문에 기본적으로 메뉴는 숨겨져 있습니다. 따라서 메뉴를 나타나게 하려면 아래의 단축키들을 활용하세요.
디스코드가 메뉴를 같이 캡쳐하기 때문에 기본적으로 메뉴는 숨겨져 있습니다.

*메뉴보기* : ```alt```
따라서 메뉴를 나타나게 하려면 아래의 단축키들을 활용하세요.

*넷플릭스* : ```ctrl+N```
```메뉴 보기``` : ```alt```

*라프텔* : ```ctrl+L```

*디즈니* : ```ctrl+D```



Expand Down Expand Up @@ -146,7 +144,8 @@ python -m castlabs_evs.account reauth -A ${your_account} -P ${your password}
# 진짜 끝!
```


powershell 에서 아래의 코드를 실행해야 합니다.
인증서를 생성하는 함수는 powershell의 기능을 사용하기 때문입니다.
다음은 실제 프로젝트 디렉토리에서 해야할 일입니다.
```shell
yarn install # package.json의 모든 library 설치
Expand Down

0 comments on commit 7da36de

Please sign in to comment.