millicast / millicast-player-unreal-engine-plugin

Millicast Player plugin for Unreal Engine
Other
19 stars 15 forks source link

need removeConsumer method in plugin #33

Closed bkuermayr closed 1 year ago

bkuermayr commented 1 year ago

I have an application where I stream multiple camera streams into unreal engine, need the removeConsumer method to dynamically attach and remove incoming video streams to the consumer objects. Thanks!

dbaldassi commented 1 year ago

I have added the remove consumer method 785dfc0

bkuermayr commented 1 year ago

thanks! :)