UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

6 lines (5 loc) 170 B
import z from 'zod'; import { commonRtmpSchema } from './rtmpSchema'; export const youtubeRtmpSchema = commonRtmpSchema.extend({ type: z.literal('youtube_rtmp'), });