Bahman World
Bahman World
I'm trying to make online player with subtitles using BetterVideoPlayer. when i add setCaption(Uri, SubMime), app will close . by using setCaption(int, SubMime) there is no problem. > `player =...
Hi I got problem with accessing resources in laravel and electron. `GET http://127.0.0.1:8000/public/css/app.css net::ERR_ABORTED 404 (Not Found)` `GET http://127.0.0.1:8000/public/js/app.js net::ERR_ABORTED 404 (Not Found)` I tried to access asset files like...
How to integrate Socket.IO into NextJS route.ts? ```typescript import { Server } from 'socket.io' export const GET = (request: Request) => { // todo } export const POST = (request:...