Looking through the documentation, it was unclear whether setSurfaceView was necessary when using SessionBuilder or if setCamera could be used instead. I don't want to have to use the surface view so I'm assuming the MediaCodec API will allow for buffer to buffer to work using the camera's buffer.
How can I avoid using the Surface View in my application? I'm streaming to a Wowza server.
Looking through the documentation, it was unclear whether setSurfaceView was necessary when using SessionBuilder or if setCamera could be used instead. I don't want to have to use the surface view so I'm assuming the MediaCodec API will allow for buffer to buffer to work using the camera's buffer.
How can I avoid using the Surface View in my application? I'm streaming to a Wowza server.