Skip to content

Commit

Permalink
readme updated obs instructions & more info
Browse files Browse the repository at this point in the history
  • Loading branch information
MutsiMutsi authored Apr 20, 2024
1 parent 49e2cff commit 6da8a6e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,25 @@ High quality fast moving streams of 1080p 60hz should aim for a 6000kbps video b

Generally lower bitrates provide faster delivery, and allow for more viewers, lower the bitrate if buffering is an issue, or if your source media does not require these high bitrate for a good representation to improve viewer experience.

# Streaming with OBS

- Settings -> Stream
- Service: Custom
- Server: the location of the running gonovon application, if its on the same machine as your OBS application this would be http://127.0.0.1 or http://localhost
- Stream Key: name of your stream host path (this is not displayed on novon.tv but is required and can be used to utilize more features MediaMTX has to offer.
- Settings -> Output -> Streaming
- Video Encoder: x264 or if you have a recent NVIDIA GPU: NVIDIA NVENC H.264
- Keyframe interval: 2s
- Refer to the previous paragraph for more info on bitrate, codecs, and encoding configuration.

Once go-novon is up and running you can at any time start and stop your stream.


# Dependencies
- MediaMTX - [https://github.com/bluenviron/mediamtx/](https://github.com/bluenviron/mediamtx/) [MIT license]

A fork of MediaMTX is encapsulated to host the RTMP server and mux the stream to MPEG-TS segments for delivery

- nkn-sdk-go - [https://github.com/nknorg/nkn-sdk-go](https://github.com/nknorg/nkn-sdk-go) [Apache-2.0 license]

The nkn network is used to amplify and distribute your video stream by multicasting; minimizing bandwidth requirements for the host while being able to reach a large number of viewers
The nkn network is used to amplify and distribute your video stream by multicasting; minimizing bandwidth requirements for the host while being able to reach a large number of viewers

0 comments on commit 6da8a6e

Please sign in to comment.