tomeshnet / ipfs-live-streaming

Like HTTP live streaming, but with IPFS which is maybe better?
GNU General Public License v3.0
450 stars 74 forks source link

Support for multiple streams #79

Open darkdrgn2k opened 5 years ago

darkdrgn2k commented 5 years ago

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