android code gen not working for video

I select Code Generation -> Android and click on audio/Video Streaming broadcaster and VOD.

When I compile I got those errors:

  1. AndroidPlayer.java
    Error:(45, 30) java: cannot find symbol
    symbol: method playRecord(com.backendless.alivevideo.media.AndroidPlayer,android.widget.VideoView,com.backendless.media.StreamProtocolType,java.lang.String,java.lang.String)
    location: variable Media of type com.backendless.Media

  2. PublishActivity.java

Error:(54, 34) java: cannot find symbol
symbol: method publishLive(com.backendless.alivevideo.media.PublishActivity,com.backendless.media.gl.SurfaceView,java.lang.String,java.lang.String,com.backendless.media.StreamQuality,com.backendless.media.DisplayOrientation)
location: variable Media of type com.backendless.Media

Hi, Philippe,

Thank you for reporting, we are looking into this issue now.
Regards,
Sergey

Hi, Philippe,

We’ve updated our Android media code generation. You can now download the latest samples for your app on the respective page.
Regards,
Sergey

I got them but the code is not working using Samsung Note 3 and Motorola X api 19

the end result is a video stream of 0 bytes.
I already reported this problem.

FYI, I found a solution that works

What did you end up doing?

I developed my own medialib library.

by developing my own streaming library, I discover what is wrong in your library. Can you contact me offline, as an admin you should have my email address.

Philippe