Wowza Using GSON stops the flow but doesn't throw any exception

119 Views Asked by At

I'm using the latest Wowza Streaming Engine and my goal is to create a webapp that provides the dynamic overlays that I want to be injected into the incoming frames. Like Wirecast. So I've made a client that enables the user to add a dynamic overlays and bypass the frames uploaded by the encoder. I used JSON to pass the overlays' specs (image path, width, etc.) from the client and I'm trying to convert it to a Java Object using GSON. But my problem is once I initialize the GSON object, the program flow stops at that certain point. What's more weird is that it doesn't throw any exception. I looked at the logs, no errors. What's happening? Thanks. :)

1

There are 1 best solutions below

0
On BEST ANSWER

I forgot to close this. Anyways, the answer lies on the GSON jar file not existing in the Wowza lib directory ([wowza-install-dir]/lib). Thanks to jabal.