0x0a09942d / discord-stream-recorder

A bot to record Discord streams
0 stars 1 forks source link

More User-friendly Readme #1

Open Little2Epic opened 1 year ago

Little2Epic commented 1 year ago

Hi, I have little experience with docker and the readme just isn't helping with what I need done. I already have the tokens adjusted in the respective file, but as far as fixing the paths for mounting, I'm not too sure as to what to do. I know that this is an old project for you, but I would really appreciate if you would be able to assist myself and other viewers in what seems to be a very useful tool.

0x0a09942d commented 1 year ago

I'll be honest, I'm surprised anyone is trying to run this code. My compose file looks like this:

    volumes:
      - "D:\\Stuff\\Programming\\discord-stream-recorder\\config.json:/home/app/config.json"
      - "D:\\Stuff\\Programming\\discord-stream-recorder\\out:/home/app/out"

The "bot" used to work by simulating clicks on discords web ui. With changes to that ui, the bot is broken. I won't be fixing this, but you are free to try. The relevant code is in StreamRecorder.initRecording in src/recorder.js

0x0a09942d commented 1 year ago

I should add that If your goal is to record audio streams, there are other bots to do that, and if you want to record video, you should probably just use obs studio.

Little2Epic commented 1 year ago

Thank you so much for your help. I appreciate this project.

On Thu, Oct 20, 2022, 8:38 AM 0x0a09942d @.***> wrote:

I'll be honest, I'm surprised anyone is trying to run this code. My compose file looks like this:

volumes:
  - "D:\\Stuff\\Programming\\discord-stream-recorder\\config.json:/home/app/config.json"
  - "D:\\Stuff\\Programming\\discord-stream-recorder\\out:/home/app/out"

The "bot" used to work by simulating clicks on discords web ui. With changes to that ui, the bot is broken. I won't be fixing this, but you are free to try. The relevant code is in StreamRecorder.initRecording in src/recorder.js

— Reply to this email directly, view it on GitHub https://github.com/0x0a09942d/discord-stream-recorder/issues/1#issuecomment-1285555757, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5RASTC4UMMYFLC5W74OT3WEFDMDANCNFSM6AAAAAARJVFKLA . You are receiving this because you authored the thread.Message ID: @.***>