Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.
API Scheduling
in API
i want to batch upload a series of sessions using the API that take place at the same but on different encoders. However, it gives an error saying the encoder has a conflict at that time when the first series is scheduled. I entered the IDs of the different encoders. Has something changed in the APIs ?
It's a script/app i have been using for 2 years and it always worked….
0
Answers
When I change the time so there are no overlaps I see that it all schedules on the same encoder instead of the IDs
that I have entered…
Hi Frederik,
I don't have enough information to provide better answer here but in the nutshell:
We need to loop through your sessions and call
POST /api/v1/scheduledRecordingsonce per session with a singleRemoteRecorderIdeach time.This is the correct approach for scheduling multiple simultaneous sessions on different encoders.
I hope this helps.
Thanks,
Adis