-
Notifications
You must be signed in to change notification settings - Fork 159
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
How to create a dev environment #134
Comments
could you explain further, what you want to do? |
I want to fix the ticket I opened. |
what ticket are you refering to? |
Sure :-) As you can see they are ticket about the stuff showed on BBB and recorded with ffmpeg. Also if there is something simpler I can do also other improvements etc. |
ah, now I understand better what your problem is. :-) good, a few thoughts on that:
hope this helps a bit ...? |
So to understand:
So I think that I need a new python script to do all of that. |
why don't you want to use the dockericed setup? if you checkout the git repo and use the docker-compose example with build instead of the image one, you just can edit the lines locally in the python file. I do not see a need for a separate dev environment |
I see that this stream.py file calls ffmpeg so I need to do some changes. I will keep you updated about my progress. |
without ffmpeg the whole tool would do nothing?!? What do you want to do without it? you would not get any file to store or stream to send via the network? If you do not use docker you will never have the same versions of all components for each user and this may cause issues. looking forward to your experiences and feedback |
Just in case for someone else that is looking to this. On stream.py on the stream method you can add a code like this:
So you will get some screenshots |
There is a way to develop in this project without requiring to record a video?
I am just looking to understand if there is a way to simplify the development on this projects without run docker, ffmpeg and so on.
The text was updated successfully, but these errors were encountered: