media empty file

On Android, I developed a live streaming app.

everything looks fine, the streaming works, I can see the live and recorded stream in the dashboard but it is empty.
I can see that data is being send with a server response of 200 but no image, no sound in the server side.
I am using the resolution of FPS: 24 Width: 176 Height: 144. no error in the log

tell us please your application id

app id=39468BCC-EF52-6EAE-FFCE-40AE331EB400

Did You try to play the stream in ‘Online Streams’ when You were streaming?

Could you please send the date and approximate time when you were streaming this file?

here are the log of 2 stream, I just did. pub3 is not yet visible online. pub4 is with empty file

android-pub3-log.txt (32.97kB)

android-pub4-log.txt (32.95kB)

What android device and android version do you use?

I compile with api 19 as target SDK.

one device is samsung note 3 (api 21) and another is moto g

perhaps one of the problem is hardware 264 video encoder, it perhaps does not work and return an empty frame. I do not have the source code of media lib

Please attach compressed android project and we will check it.

Please, try this projects. Archive contains projects for publish and for view with last updates for media lib. We hope this will help you.

https://drive.google.com/file/d/0B4Jc3YixhgIjZ3lzQkxOZlRqMjg/view?usp=sharing

same problem with the new project. here is the log file. I believe it is an issue with the encoder.

qw-android-log.txt (18.96kB)

FYI, I found a solution that works

Could You tell the problem solution? If it on the our side we will fix it.