Python Forum
Extracting clips from Aja Ki Pro FileRecorder
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extracting clips from Aja Ki Pro FileRecorder
#6
Quote:
def download_clip(clip):
    url = "http://" + address + "/media/" + clip

download_clip takes one argument, which it them immediately concats onto a string.  Which means it's almost guaranteed to be expecting a string.

Same with download_clips, although it's expecting that string to be in some sort of special format.  Probably whatever you get from some external resource (which is probably why it's called response).
Reply


Messages In This Thread
RE: Extracting clips from Aja Ki Pro FileRecorder - by nilamo - Nov-19-2017, 04:40 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020