> ## Documentation Index
> Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Events & Live Streams

> Upcoming and past Livepeer community events and streams from the shared Livepeer calendar.

export const LinkArrow = ({href, label, description, newline = true, borderColor, className = '', style = {}, ...rest}) => {
  const linkArrowStyle = {
    display: 'inline-flex',
    alignItems: 'center',
    justifyContent: 'center',
    gap: "var(--lp-spacing-1)",
    width: 'fit-content',
    ...borderColor && ({
      borderColor
    })
  };
  return <span className={className} style={style} {...rest}>
      {newline && <br />}
      <span style={linkArrowStyle}>
        <a href={href} target="_blank" rel="noopener noreferrer">
          {label}
        </a>
        <Icon icon="arrow-up-right" size={14} color="var(--lp-color-accent)" />
      </span>
      {description && description}
      {description && <div style={{
    height: "var(--lp-spacing-3)"
  }} />}
    </span>;
};

export const LumaEvents = ({data, limit, type = 'upcoming', className = '', style = {}, ...rest}) => {
  let events = [];
  if (type === 'all') {
    events = [...data.upcoming, ...data.past];
  } else if (type === 'past') {
    events = data.past;
  } else {
    events = data.upcoming;
  }
  const displayEvents = limit ? events.slice(0, limit) : events;
  if (displayEvents.length === 0) {
    return <Card>
        <p style={{
      color: 'var(--text-secondary)',
      textAlign: 'center'
    }}>
          No {type} events at this time.
        </p>
      </Card>;
  }
  return <Columns cols={3} className={className} style={style} {...rest}>
      {displayEvents.map((event, index) => <Card key={index} href={event.url} arrow style={{
    display: 'flex',
    flexDirection: 'column',
    height: '100%'
  }}>
          <div style={{
    display: 'flex',
    flexDirection: 'column',
    gap: "var(--lp-spacing-2)",
    flex: 1,
    justifyContent: 'space-between'
  }}>
            <div style={{
    display: 'flex',
    flexDirection: 'column',
    gap: "var(--lp-spacing-2)"
  }}>
              <h3 style={{
    margin: 0,
    fontSize: '1.125rem',
    fontWeight: 600
  }}>
                {event.title}
              </h3>
              <div style={{
    display: 'flex',
    alignItems: 'center',
    gap: "var(--lp-spacing-2)",
    fontSize: '0.875rem',
    color: 'var(--text-secondary)'
  }}>
                <Icon icon="calendar" size={16} />
                <span>{event.date}</span>
              </div>
              {event.location && !event.location.startsWith('https://') && <div style={{
    display: 'flex',
    alignItems: 'center',
    gap: "var(--lp-spacing-2)",
    fontSize: '0.875rem',
    color: 'var(--text-secondary)'
  }}>
                  <Icon icon="map-pin" size={16} />
                  <span>{event.location}</span>
                </div>}
            </div>
            <a style={{
    marginTop: "var(--lp-spacing-4)",
    fontSize: '0.875rem',
    color: 'var(--lp-color-accent)',
    textDecoration: 'none',
    width: 'fit-content'
  }} href={event.url} target="_blank" rel="noopener noreferrer">
              View Event →
            </a>
          </div>
        </Card>)}
    </Columns>;
};

export const lumaEventsData = {
  lastUpdated: "2026-05-27T10:46:05.367Z",
  upcoming: [],
  past: [{
    title: "AI x Open Media Forum presented by Livepeer, co-curated with Refraction",
    date: "November 18, 2025",
    location: "https://luma.com/event/evt-KWn61dZNxwOf7tP",
    url: "https://luma.com/9q0swwro"
  }, {
    title: "SLC Livepeer Delegator Workshops",
    date: "July 26, 2025",
    location: "https://luma.com/event/evt-wRQfFL4REh1KEwm",
    url: "https://luma.com/wfdaaujk"
  }, {
    title: "Virtual Livepeer Delegator Workshop",
    date: "July 23, 2025",
    location: "https://luma.com/event/evt-j9zlkAhOTSKbtYU",
    url: "https://luma.com/2si5dp2x"
  }, {
    title: "Abuja Livepeer Delegator Workshop",
    date: "July 19, 2025",
    location: "https://luma.com/event/evt-OPud7laxPHK87V7",
    url: "https://luma.com/2bl3t9jn"
  }, {
    title: "Livepeer Treasury Talk 💰",
    date: "July 7, 2025",
    location: "https://luma.com/event/evt-1yHgJArDXMmyB3j",
    url: "https://luma.com/n7rpu9wt"
  }, {
    title: "The Brunch™ (Cannes) - Builder Brunch at ETHCC",
    date: "July 3, 2025",
    location: "https://luma.com/event/evt-eqtiphMEMwFuHdp",
    url: "https://luma.com/xzbn0cxc"
  }, {
    title: "Live AI Fashion Hackathon",
    date: "June 10, 2025",
    location: "https://luma.com/event/evt-y9bE78VDvyVyFPF",
    url: "https://luma.com/tijlbvq6"
  }, {
    title: "Livepeer Open Ecosystem Call",
    date: "June 6, 2025",
    location: "https://luma.com/event/evt-z4GLweG2CVSW81e",
    url: "https://luma.com/6ckodf8u"
  }, {
    title: "Livepeer Core Dev Call",
    date: "May 15, 2025",
    location: "https://luma.com/event/evt-wEQR5bO6XaRN3aO",
    url: "https://luma.com/1nn2dunw"
  }, {
    title: "Daydream Creator Sessions",
    date: "May 8, 2025",
    location: "https://luma.com/event/evt-PxASpZkEiflGNde",
    url: "https://luma.com/5dl1e8ds"
  }, {
    title: "IRL Daydream in Greenpoint with Maachew Bentley (063N13)",
    date: "May 1, 2025",
    location: "Ponyboy, 632 Manhattan Ave, Brooklyn, NY 11222, USA",
    url: "https://luma.com/bl9x3zz9"
  }, {
    title: "Real-Time Video AI @GenART NYU with ComfyUI & Livepeer",
    date: "April 18, 2025",
    location: "370 Jay St 4th floor, Brooklyn, NY 11201, USA",
    url: "https://luma.com/wyvt8b4k"
  }, {
    title: "Open Source AI Meetup Amsterdam",
    date: "March 21, 2025",
    location: "Mauritskade 57, 1092 AD Amsterdam, Netherlands",
    url: "https://luma.com/zgm3iz35"
  }, {
    title: "Workflow Competition: Innovating Realtime Video AI",
    date: "March 17, 2025",
    location: "https://luma.com/event/evt-IdZR5WmEE8NDpPC",
    url: "https://luma.com/ztyb4wr4"
  }, {
    title: "ComfyUI Official Meetup -  Austin AI Film Fest Edition",
    date: "March 14, 2025",
    location: "AT&T Hotel and Conference Center, 1900 University Ave, Austin, TX 78705, USA",
    url: "https://luma.com/nkiothz3"
  }, {
    title: "Open Source & Creative AI: Using ComfyUI for Real Time Video AI",
    date: "February 25, 2025",
    location: "Code Talent, 3412 Blake St, Denver, CO 80205, USA",
    url: "https://luma.com/dkuob1j4"
  }, {
    title: "ComfyUI Official NYC February Meet-Up",
    date: "February 19, 2025",
    location: "https://luma.com/event/evt-Ho2RAER8bUJ0V9Q",
    url: "https://luma.com/ettshrqa"
  }, {
    title: "Real-Time Video AI @GenART NYU with ComfyUI & Livepeer",
    date: "January 31, 2025",
    location: "370 Jay St 4th floor, Brooklyn, NY 11201, USA",
    url: "https://luma.com/cene9t4y"
  }, {
    title: "ComfyUI Hacker Program Demo Day",
    date: "January 31, 2025",
    location: "https://luma.com/event/evt-jovMI8YYwF57G0H",
    url: "https://luma.com/5fe2977r"
  }, {
    title: "Whats New @Livepeer",
    date: "January 29, 2025",
    location: "https://luma.com/event/evt-wQHF1QiB98kQ9uW",
    url: "https://luma.com/opmnkhna"
  }, {
    title: "Livepeer: StreamDiffusion Workshop",
    date: "January 27, 2025",
    location: "https://luma.com/event/evt-KlsC8BJyisKKsAU",
    url: "https://luma.com/yl91e6yy"
  }, {
    title: "Weekly Water Cooler Chat",
    date: "December 23, 2024",
    location: "https://luma.com/event/evt-MMk14m6djg9XwQD",
    url: "https://luma.com/qpvkmiyq"
  }, {
    title: "ComfyStream Contributors Workshop",
    date: "December 19, 2024",
    location: "https://luma.com/event/evt-e4CLbc5vMwUeH9S",
    url: "https://luma.com/8lt1q50y"
  }, {
    title: "AI Video Hackathon: Finale and Prizegiving",
    date: "November 26, 2024",
    location: "https://luma.com/event/evt-eciLN0qY3oNVRQz",
    url: "https://luma.com/E0466_2889"
  }, {
    title: "AI Community Research Report: ComfyUI Case Study",
    date: "November 5, 2024",
    location: "https://luma.com/event/evt-U8GgnmpFsM6WzYb",
    url: "https://luma.com/ltaqk21p"
  }, {
    title: "Livepeer AI Orchestrator Logo Generation",
    date: "October 30, 2024",
    location: "https://luma.com/event/evt-3fl2yqHXznPAs26",
    url: "https://luma.com/5tg36ots"
  }, {
    title: "AI Startup Program Demo Day",
    date: "October 9, 2024",
    location: "https://luma.com/event/evt-BDB36ZqZBbjwCUS",
    url: "https://luma.com/mhr5reat"
  }, {
    title: "LIMITLESS: TOKEN-POWERED AI",
    date: "September 17, 2024",
    location: "ArtScience Museum, 6 Bayfront Ave, Singapore 018974",
    url: "https://luma.com/xqvgrmuv"
  }, {
    title: "Happy Hour w/ Livepeer",
    date: "July 11, 2024",
    location: "Reset, Rue de Ligne 8, 1000 Bruxelles, Belgium",
    url: "https://luma.com/j8rw4jva"
  }, {
    title: "GEN VIDEO Summit - The Future of Decentralized AI Media & Streaming",
    date: "May 23, 2024",
    location: "NEST Schank- und Speisewirtschaft, Görlitzer Str. 52, 10997 Berlin, Germany",
    url: "https://luma.com/4ochjrc3"
  }]
};

# <Icon icon="calendar" size={24} /> Events Calendar

Subscribe to the <LinkArrow label="Livepeer Events Calendar" href="https://luma.com/livepeer" newline={false} /> to stay up to date with all Livepeer in-person and online events.

### Upcoming Events

<LumaEvents data={lumaEventsData} type="upcoming" limit={5} />

### Past Events

<LumaEvents data={lumaEventsData} type="past" limit={5} />

#### All Events

<LumaEvents data={lumaEventsData} type="all" />
