next js

  1. samreshkumarjha@virtualem

    Access OBS Studio from Web

    Hi, I am using Next Js for my frontend what I am trying to achieve whenever the user clicks the start Recording button it should be built the obs-web socket connection and streaming should start. below is the code import React, { useState, useEffect } from 'react'; import OBSWebSocket from...
Top