You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have setup the jsmpeg-player library to stream a video source from websocket. I did exactly the same as the demo showed in jsmpeg-player-demo, but it came up with this error
JsmpegPlayer.tsx
Live stream page
`
/* eslint-disable @typescript-eslint/no-explicit-any */
import React from 'react';
import { AppPageContainer } from '../components/layout/AppPageContainer';
import { PageContent } from '../sharedComponents/layout/PageContent';
import JsmpegPlayer from './liveStreamPage/JsmpegPlayer';
Describe the bug
I have setup the jsmpeg-player library to stream a video source from websocket. I did exactly the same as the demo showed in jsmpeg-player-demo, but it came up with this error
JsmpegPlayer.tsx
Live stream page
`
/* eslint-disable @typescript-eslint/no-explicit-any */
import React from 'react';
import { AppPageContainer } from '../components/layout/AppPageContainer';
import { PageContent } from '../sharedComponents/layout/PageContent';
import JsmpegPlayer from './liveStreamPage/JsmpegPlayer';
const videoOptions = {
poster: 'https://cycjimmy.github.io/staticFiles/images/screenshot/big_buck_bunny_640x360.jpg',
};
const videoOverlayOptions = {};
const LiveStreamPage = () => {
let jsmpegPlayer: any = null;
};
export default LiveStreamPage;
`
The text was updated successfully, but these errors were encountered: