Resource icon

OBS Python OBS Recording Manager 1.0

carlosx8664

New Member
This may be too much but is it possible to add a calendar? We are currently using your plugin to record 24/7 off air TV broadcast for compliance. Having the plugin record the next day without user input would be lovely! Thanks for your work!
 

AlbertB

New Member
Does not seem to be working for me. I can see the parameters - I set them to enabled, 1 minute duration, record start none, end time 12 am, do not include streaming, no debug mode. When I start recording, it records in one continuous file, instead of 1 minute long files. Am I doing something wrong?
You have to change the value in line 119. By default the value is 30000. If your videos are 1m length, the recorder checker is too large. With a value of 1000 works fine for me.
 

AlbertB

New Member
By default, the script loads with Record Start Time with value None and Record End Time with value 12:00 AM and I would like to change it to differents values. I tried to change some lines but doesn't works. Any help?
Thanks.
 

wvdhuw

New Member
Could it be there is a small typo in the Python code (line 166): "None" should be None
(removing the double quotes)
otherwise I get a warning message complaining about the syntax
 
Last edited:

wvdhuw

New Member
Could it be there is a small typo in the Python code (line 166): "None" should be None
(removing the double quotes)
otherwise I get a warning message complaining about the syntax
Perhaps the small typo in line 166 is: != "None" instead of Not Is "None"
 
Top