libstreaming-examples icon indicating copy to clipboard operation
libstreaming-examples copied to clipboard

Added missing calls in order for the example to work.

Open Zlate87 opened this issue 9 years ago • 1 comments

Hi

For me the first example (example1) was not working. After some investigation, the problem was because the build() method was never called on the builder, configure() method was never called on the session and start() method was not called once the session was configured.

With this changes the example is working for me.

Zlate87 avatar Jun 15 '15 07:06 Zlate87

FYI, here is the pull request of the changes I mentioned. https://github.com/fyhertz/libstreaming/pull/150

angularsen avatar Nov 03 '15 21:11 angularsen