AgoraIO / API-Examples-Web

MIT License
221 stars 199 forks source link

I want to build a twitch clone but i couldnt understand how to use obs with agora #75

Open bugwarez opened 1 year ago

bugwarez commented 1 year ago

i want to build a Twitch clone with agora and nextjs. first, i thought i have to use interactive live streaming service but then i see that i can start streams from my website and not from obs. i've did some research and i guess i need a rtmp server. i found node media server(https://github.com/illuspas/Node-Media-Server). running node media server and start my stream with my node media server's port and rtmp url, and also i can see my stream on node media server's admin panel. but i couldn't find where to use agora in this situation. I also have a mobile app working with agora and it works fine, but how can i also watch same streams with different devices? with basic terms, how can i start a live stream from obs to my nextjs website with agora?

i've tried agora interactive live streaming, found media pull and media push services, tried node media server.