openigtlink / OpenIGTLink

Free, open-source network communication library for image-guided therapy
http://openigtlink.org
BSD 3-Clause "New" or "Revised" License
102 stars 184 forks source link

FIX: Video streaming build fixes #254

Closed lgarbarini closed 2 years ago

lgarbarini commented 2 years ago

Update openh264 include path Update video streaming example to new Receive() with timeout

openh264 commit 3164a792a8a22f9d7456c7e2db9280ce5cc7e31b has moved the codec/api/svc directory to codec/api/wels which breaks video streaming + h264 build.

Additionally, updates the video streaming examples to use new Socket::Receive() function prototype.

lgarbarini commented 2 years ago

@adamrankin what do I need to do to get this merged?