From 5275e8cb2aadfb5a080932f990f456cfa5abb672 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:25:52 +0100 Subject: [PATCH] docs: change url stuff --- apps/docs/src/content/docs/api/rtmp.mdx | 4 ---- apps/docs/src/content/docs/guides/start-stream.mdx | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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!