-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with installation and first run #3
Comments
Hi. You should create .env file by yourself. Sample you can find in README.md. If you don't want to upload files to vk.com, only store them locally you can do not specify ACCESS_TOKEN and comment following line https://github.com/userqq/chaturbate-recorder/blob/master/app/stream/File.php#L106 |
Thanks for answer! Installing some additional PHP modules solved the case and now script seems to run smoothly. Here is part of the log (I have run it in screen session for some time).
In |
Is TEMPORARY_PATH accessible for writting from user which runs the script? Also you need to use token instead of api key. |
I think so. Script is being run by root, and the temp directory is set Thanks for instructions for obtaining the correct token. Unfortunately your link is not working, here is version that worked out for me. I somehow figured it out. I have set the correct token and now waiting for videos to appear on my VK account. |
Here is another fragment of the log
There are still no recordings on drive or on VK. After reading the code and log I think that script is not even trying to send video to VK. I suspect to see in log something like |
Okay, first success - recording is working. Streams are being recorded, but upload to VK does not work. |
Hi, @userqq would you like to help me with installation and first run of this script?
I have installed php7.2 with php-cli, eio and composer. After running
composer install
there are no errors, but./index.php
orphp index.php
gives no output. There is also no.env
file generated.The text was updated successfully, but these errors were encountered: