Skip to content

Instantly share code, notes, and snippets.

@Tschrock
Last active June 14, 2018 22:55
Show Gist options
  • Select an option

  • Save Tschrock/becfef265aa2eb866033a501b06ea39e to your computer and use it in GitHub Desktop.

Select an option

Save Tschrock/becfef265aa2eb866033a501b06ea39e to your computer and use it in GitHub Desktop.
API/URL notes for yourstreamlive.com

General

Misc URLs:

General URL Parameters:

  • Streams
    • platform - Specifies the platform to use for event stats
    • user_agent - Used to automatically detect platform
  • Embeds
    • audio_only - If present, shows audio player instead of video
    • responsive - If 'yes', the player is responsive, otherwise uses width and height
    • width, height - width and height of the player, defaults to width=500 and height=425
    • include_countdown - If 'yes', shows a countdown to the next event above the player
      • countdown_text_color - 'black' or 'white', defaults to black
    • skin - The video player skin to use, defaults to 'seven' (see https://support.jwplayer.com/customer/portal/articles/1406968-using-jw-player-skins)
    • autostart - If present, video does not autoplay
      • image_url - The url of the preview image to show behind the play button
    • layout - the layout to use for the archive, 'playlist' or 'thumbnail', defaults to playlist
      • playlist_position - position to show the playlist, 'bottom' or 'right', defaults to bottom
      • thumbnail_main_background_color
      • thumbnail_square_background_color
      • thumbnail_font_color
    • filter_ids - A comma-separated list of category Ids to show in the archive

Live Streaming

Stream in URLs:

  • RTMP
    • rtmp://origin-3598.yourstreamlive.com/live/yourstreamlive
    • High quality uses stream name in_{ID}_{UNKNOWN1}_1
    • Medium quality uses stream name in_{ID}_{UNKNOWN1}_2
    • Low quality (if used) uses stream name in_{ID}_{UNKNOWN1}_3

Stream out URLs:

Embed URLs:

Events

Misc URLs:

Replay URLs:

Replay Embed URLs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment