gocoder-sdk-samples-android icon indicating copy to clipboard operation
gocoder-sdk-samples-android copied to clipboard

A sample app for Android that demonstrates the capabilities of the Wowza GoCoder™ SDK.

Results 9 gocoder-sdk-samples-android issues
Sort by recently updated
recently updated
newest added

Hi Team, While testing I observed a streaming delay of almost 10 secs and above. Can you please tell me how to reduce the delay time in live video streaming?....

We have a requirement to zoom in-zoom out for live streams.

We have a requirement to display titles and timestamps for streams. When opening the stream in desktop VLC, it says no such information is embedded in the stream so we...

enhancement

Fatal Exception: java.lang.IllegalStateException at android.media.MediaCodec.native_dequeueOutputBuffer(MediaCodec.java) at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:2406) at com.wowza.gocoder.sdk.api.devices.WOWZAudioDevice.onDrainEncoder(WOWZAudioDevice.java:892) at com.wowza.gocoder.sdk.api.devices.WOWZAudioDevice.onStartEncoding(WOWZAudioDevice.java:870) at com.wowza.gocoder.sdk.api.devices.WOWZAudioDevice.access$2000(WOWZAudioDevice.java:59) at com.wowza.gocoder.sdk.api.devices.WOWZAudioDevice$AudioEncoderHandler.handleMessage(WOWZAudioDevice.java:1019) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:150) at com.wowza.gocoder.sdk.api.devices.WOWZAudioDevice$3.run(WOWZAudioDevice.java:709) at java.lang.Thread.run(Thread.java:833)

when clicking on "play a live stream": ``` 2019-11-04 11:34:47.327 19161-19161/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.wowza.gocoder.sdk.sampleapp, PID: 19161 java.lang.RuntimeException: Unable to resume activity {com.wowza.gocoder.sdk.sampleapp/com.wowza.gocoder.sdk.sampleapp.PlayerActivity}: java.lang.NullPointerException: Attempt to invoke virtual...

I got wowza email about new release library but I am not getting it. I have checked into iOS and they have parameter like `backgroundBroadcastEnabled` Please guide me how to...

Hello, While investigating the GoCoder SDK for a feasibility test for our application, we used the following video stream: ``` { HostAddress = "wowzaec2demo.streamlock.net", ApplicationName = "vod", StreamName = "mp4:bigbuckbunny_450.mp4"...

Hello, I am using WZCameraView for broadcast After streaming for a certain period of time the app will automatically crash with below error > E/EventThread: Task threw exception > java.lang.OutOfMemoryError:...

I want to screen live streaming use media projection (screen record) and wowza server. I don't know how to do it ? Need help, please..