nariakiiwatani / ofxNDI

NewTek NDI SDK Wrapper for openFrameworks.
https://ndi.tv/
MIT License
103 stars 19 forks source link

Limit Bandwidth on Receiver #16

Closed freshmania-at closed 4 years ago

freshmania-at commented 4 years ago

Hello,

is there a way to limit the used Bandwidth of a received video stream on the receiver?

many thanks, Sebastian

nariakiiwatani commented 4 years ago

Hi,

I haven't tested but there is a setting NDIlib_recv_bandwidth_e. You can set it via ofxNDI::Receiver::setup. Please give it a try!

freshmania-at commented 4 years ago

yes, that works - thanks!

changed: NDIlib_recv_bandwidth_highest to NDIlib_recv_bandwidth_lowest