예제 #1
0
 def start(self, request):
     super().start()
     inst = FFMpeg(self, request.user_agent, codes_folder, avc_table,
                   hevc_table)
     inst.process(request)
     #TODO: Should the media itself keep track of the instances it has started?
     #Probably
     #Later
     #This would require us to remove this start and ask the MediaDirectory class to start a file
     return inst