zencoder/zencoder-java

SegmentedStream does not contain a `source` attribute

Closed this issue · 1 comments

The SegmentedStream class does not have a source attribute, even though one exists in the JSON - as seen here.

I've worked around this for now by extending the SegmentedStream class, and adding a source attribute - which does work. I can submit a pull request for a fixed SegmentedStream if that would be helpful.

Thanks.

Pull-request #21 has been merged, marking as closed. Thank you for filing an issue and providing a fix!