CRS Ticket Tracker
The Ticket Tracker is a web platform tracking process of video recording and ingest sources and video encoding progress. It guides users through manual processes like editing and checking and provides an API for scripts doing post processing and encoding.
The tracker is a PHP web application and distributes tasks in form of 'tickets' to various workers. The worker scripts – written in Perl, Python, or PHP – advance the state and update the ticket's properties via tracker's XML RPC API.
The core system was initially written by FeM – Forschungsgemeinschaft elektronische Medien e.V. for 27C3 in 2010, and was released under the Apache License 2.0 end of 2017. Our instance is deployed at https://tracker.c3voc.de.
source code:
- workers
- https://github.com/voc/publishing (Python)
- (VOC) encoding profiles: TODO
Further resources: