diff --git a/apps/docs/src/content/docs/api/rtmp.mdx b/apps/docs/src/content/docs/api/rtmp.mdx index 546da7d..e4e77f2 100644 --- a/apps/docs/src/content/docs/api/rtmp.mdx +++ b/apps/docs/src/content/docs/api/rtmp.mdx @@ -3,10 +3,6 @@ title: RTMP description: RTMP related endpoint group --- -## GET `/rtmp/hls/:path` -gets HLS segments, the backbone of hctv livestreaming. **authentication required**. -not really sure why you would need this? but check the browser console when playing a stream for an insight on how it's used. - ## POST `/rtmp/streamKey` regenerates your stream key. **authentication required**. body parameters (json): diff --git a/apps/docs/src/content/docs/guides/start-stream.mdx b/apps/docs/src/content/docs/guides/start-stream.mdx index a3e08a0..e6bac0d 100644 --- a/apps/docs/src/content/docs/guides/start-stream.mdx +++ b/apps/docs/src/content/docs/guides/start-stream.mdx @@ -7,7 +7,7 @@ description: Get started with OBS and streaming on hackclub.tv - open settings - open "Stream" - set service to custom -- set url to `rtmp://backend.hackclub.tv/live` +- set url to `srt://localhost:8890?streamid=publish:CHANNEL_NAME:thisusernameislongonpurposesoyoudontaccidentallyleakyourstreamkey:STREAM_KEY&pkt_size=1316` - on the website, click "Regenerate key" - paste the key into your obs "Stream Key" - start streaming!