Since a lib update I am getting this error building the plugin
'moq_consume_frame_chunk': identifier not found
At this location
|
if (moq_consume_frame_chunk(frame_id, 0, &frame_data) < 0) { |
It's been refactored to
moq_consume_frame(id, dst)
The CI is not building and my cmake fixes should help for Windows and macOS.
Since a lib update I am getting this error building the plugin
At this location
obs/src/moq-source.cpp
Line 791 in ae7df7a
It's been refactored to
The CI is not building and my cmake fixes should help for Windows and macOS.