media-server-go-demo
media-server-go-demo copied to clipboard
docs
I am looking through all the examples and trying to figure out how to use the webrtc-to-hls demo to stream mp4 files. However, i just cant seem to figure it out. The endpoints are even quite similar
{host}/channel/{cid}/video/{vid}
where the cid is the id of the channel (folder) and vid is the id of the video to stream for that channel
Just need help with implementing the handler to stream the video file.