Skip to content

Commit

Permalink
Replace StreamBuffRe_Remote with MPVControllPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-home-pc committed May 6, 2021
1 parent 424ead6 commit 83423e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ or you just want to have your chat on your main screen.

1. Download the chatlog for a twitch stream in text format.
2. Download the video for that twitch stream.
3. Run `mpv.exe --input-ipc-server=\\.\pipe\StreamBuffRe_Remote video.mp4`
3. Run `mpv.exe --input-ipc-server=\\.\pipe\MPVControllPipe video.mp4`
4. Run `Ghost-Chat.1.4.0.exe --chatlog="C:\chatlog.txt"`

Note: Currently does not support emotes, badges or name colours.
Expand Down
2 changes: 1 addition & 1 deletion src/utils/MPVClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class MPVClient {
}
}

init(chatlog, socketName = 'StreamBuffRe_Remote'): Promise<void> {
init(chatlog, socketName = 'MPVControllPipe'): Promise<void> {
return new Promise((resolve, reject) => {
access(chatlog, (err) => {
if (err) {
Expand Down

0 comments on commit 83423e8

Please sign in to comment.