Video Flow Settings

Video Source
Enter the URL to a JSON file containing video URLs

The JSON should be an array of objects with a "url" property for each video

JSON Format Example:

[
  {
    "url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerFun.mp4",
    "title": "Video 1"
  },
  {
    "url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
    "title": "Video 2"
  }
]