Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple streams #79

Open
5 tasks
darkdrgn2k opened this issue Mar 29, 2019 · 0 comments
Open
5 tasks

Support for multiple streams #79

darkdrgn2k opened this issue Mar 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@darkdrgn2k
Copy link
Contributor

darkdrgn2k commented Mar 29, 2019

Using HLS from nginx-rtmp server it is possible to creates a multiple stream environment (ie multiple room setup)

setting different streamkeys per obs instance, nginx-rtmp will creates seperate STREAMEKEY.m3u8 file and STREAMKEY-nnn.ts files in the hsl directory.

Following updates to process-stream.sh file would need to be done to support this

  • create loop to iterate through all m3u8 files in the hls folder
  • run processing script against every m3u8 file
  • rename current.m3u8 and live.m3u8 files to represent stream names
  • if using ipns create IPFS crypo key per stream and use that
  • announce multiple streams in player
@darkdrgn2k darkdrgn2k added the enhancement New feature or request label Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant