Skip to content

Instantly share code, notes, and snippets.

@yonixw
Created July 12, 2023 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yonixw/0c77fa645268b444f889e60709ef98f8 to your computer and use it in GitHub Desktop.
Save yonixw/0c77fa645268b444f889e60709ef98f8 to your computer and use it in GitHub Desktop.
RTM RTMP stream self hosted

URLs

IP is the WIFI ip or 127.0.0.1 for localhost

  • OBS on pc or Streamlabs on iOS/Android

    • Account Settings -> Custom RTMP
    • rtmp://<ip>:1935
    • pass: test
  • VLC, open:

    • rtmp://<ip>:1935/live/test

Notes:

  • Youtube mobile live require 1K subs
  • ~3 sec delay this way
  • Port (1935) can be changed in .ini so you can run multiple servers (and use VLC import in OBS to combine them and restream again)

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment