Skip to content

Instantly share code, notes, and snippets.

@tsi
Last active January 26, 2025 12:18
Show Gist options
  • Save tsi/db88e24c2c3049bb1eaf45b7c3cb8c24 to your computer and use it in GitHub Desktop.
Save tsi/db88e24c2c3049bb1eaf45b7c3cb8c24 to your computer and use it in GitHub Desktop.

Revisions

  1. tsi revised this gist Jan 26, 2025. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,7 @@
    {
    "playerOptions": {
    "cloudinaryConfig" : {
    "private_cdn": true,
    "secure_distribution": "content.toastmasters.org"
    }
    "private_cdn": true,
    "secure_distribution": "content.toastmasters.org"
    },
    "sourceOptions": {
    "sourceTypes": ["hls"]
  2. tsi revised this gist Jan 26, 2025. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,9 @@
    {
    "playerOptions": {
    "private_cdn": true,
    "secure_distribution": "content.toastmasters.org"
    "cloudinaryConfig" : {
    "private_cdn": true,
    "secure_distribution": "content.toastmasters.org"
    }
    },
    "sourceOptions": {
    "sourceTypes": ["hls"]
  3. tsi revised this gist Jan 26, 2025. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "playerOptions": {
    "privateCdn": true,
    "secureDistribution": "content.toastmasters.org"
    "private_cdn": true,
    "secure_distribution": "content.toastmasters.org"
    },
    "sourceOptions": {
    "sourceTypes": ["hls"]
  4. tsi revised this gist Jan 26, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion profile.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "playerOptions": {
    "privateCdn": true,
    "secureDistribution": "content.toastmasters.org",
    "secureDistribution": "content.toastmasters.org"
    },
    "sourceOptions": {
    "sourceTypes": ["hls"]
  5. tsi revised this gist Jan 26, 2025. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion profile.json
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    {
    "playerOptions": {
    "cloudName": "toastmasters",
    "privateCdn": true,
    "secureDistribution": "content.toastmasters.org",
    },
  6. tsi revised this gist Jan 26, 2025. 1 changed file with 4 additions and 13 deletions.
    17 changes: 4 additions & 13 deletions profile.json
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,10 @@
    {
    "playerOptions": {
    "controlBar": {
    "fullscreenToggle": false
    },
    "showJumpControls": true,
    "hideContextMenu": false,
    "floatingWhenNotVisible": "none"
    "cloudName": "toastmasters",
    "privateCdn": true,
    "secureDistribution": "content.toastmasters.org",
    },
    "sourceOptions": {
    "chapters": true,
    "sourceTypes": ["hls"],
    "transformation": [
    {
    "effect": ["volume:auto"]
    }
    ]
    "sourceTypes": ["hls"]
    }
    }
  7. tsi renamed this gist Jan 26, 2025. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. tsi created this gist Jan 26, 2025.
    19 changes: 19 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    {
    "playerOptions": {
    "controlBar": {
    "fullscreenToggle": false
    },
    "showJumpControls": true,
    "hideContextMenu": false,
    "floatingWhenNotVisible": "none"
    },
    "sourceOptions": {
    "chapters": true,
    "sourceTypes": ["hls"],
    "transformation": [
    {
    "effect": ["volume:auto"]
    }
    ]
    }
    }