michaelkamprath / multi-service-rtmp-broadcaster

A dockerized livestream rebroadcaster
GNU General Public License v3.0
136 stars 25 forks source link

Added Custom Stream RTMP Option #6

Closed hoveeman closed 4 years ago

hoveeman commented 4 years ago

I added the ability to pass an environment variable for 'MULTISTREAMING_KEY_CUSTOM' where you paste in the whole RTMP url. I did this for adding Microsoft Stream functionality. I have not gotten it to work with Microsoft Stream yet, however, I did test the MULTISTREAMING_KEY_CUSTOM functionality by passing in an entire Youtube RTMP url with the stream key and it worked properly.

michaelkamprath commented 4 years ago

@hoveeman Thanks! Could you also update the README with instructions on how to use MULTISTREAMING_KEY_CUSTOM?

michaelkamprath commented 4 years ago

Thanks!