Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException in createOutputItem #15

Open
iameli opened this issue Jul 5, 2019 · 0 comments
Open

NullPointerException in createOutputItem #15

iameli opened this issue Jul 5, 2019 · 0 comments

Comments

@iameli
Copy link

iameli commented Jul 5, 2019

Hi! I'm working on implementing a custom HTTP destination and I'm getting a NullPointerException every time I try and use it. My class is nearly identical to the provided sample class PushPublishHTTPCupertinoHTTPHandler. Any idea where this could be coming from?

ERROR server comment - PushPublishHTTPCupertinoLivepeerHandler.createOutputItem([null] live/_definst_/eli->eli) : java.lang.NullPointerException|at com.wowza.wms.pushpublish.protocol.cupertino.PushPublishHTTPCupertino.createOutputItem(PushPublishHTTPCupertino.java:335)|at com.wowza.wms.pushpublish.model.PushPublishHTTPPusher$HTTPPoller.run(PushPublishHTTPPusher.java:284)|
Exception in thread "PushPublishHTTPCupertinoLivepeerHandler-eli" java.lang.NullPointerException
	at com.wowza.wms.pushpublish.protocol.cupertino.PushPublishHTTPCupertino.createOutputItem(PushPublishHTTPCupertino.java:888)
	at com.wowza.wms.pushpublish.model.PushPublishHTTPPusher$HTTPPoller.run(PushPublishHTTPPusher.java:284)
@iameli iameli changed the title NullPointerException NullPointerException in createOutputItem Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant