Streaming video with Go

We are working on a live video application where a desktop application records the video/screen and supposed to send stream that to a web service for broadcasting.

We have looked at VLC but seems a little complex so what will be your recommended approach using Go? We want to use https://flowplayer.org/ as the player.

Have you looked at https://github.com/zhangpeihao/gortmp? That might be a good starting point.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.