Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video streaming screen visualization problem #758

Open
kocburak opened this issue May 15, 2018 · 4 comments
Open

Video streaming screen visualization problem #758

kocburak opened this issue May 15, 2018 · 4 comments
Labels
bug A defect in the library manager-streaming-video Relating to the manager layer - video streaming

Comments

@kocburak
Copy link

Bug Report

I'm developing a navigation app for Ford SYNC. My app is running smoothly on Android API 23, 25, 26 with various phones. But when I tested with Huawei P8 Lite (API 21), screens acts strange. First image is how it supposed to work and the second image is how it works.

I'm using Ford SYNC TDK X2.1 for tests. I tried different X2.1 TDK but same problem occurs.

Reproduction Steps
  1. When the application has started it can be observed
Expected Behavior

Screenshot

Observed Behavior

Some colors are somewhere else of the screen

Screenshot

OS & Version Information
  • Android Version: Huawei P8 Lite - Android version: 5.0.1 (API 21)
  • SDL Android Version: 4.5
  • Testing Against: It can be seen in navigation apps first screen
@BrettyWhite
Copy link
Contributor

Hi @bkoc4,

Is there a possibility to try on another phone running 21? I'm taking a look at the code for the Remote display stream (i assume you are using that, please correct me if I'm wrong) and the minimum API for that is 19.

I personally do not have a phone running that version to test on. It seems that the library is working properly, but the phone may be running out of memory rendering that view.

Something you could try is to manually set the video streaming parameters and see if a lesser value allows that to load properly. If SDL was broken, there's a good chance that stream wouldn't even start.

Let me know how that goes and we can troubleshoot from there.

Thanks

@kocburak
Copy link
Author

kocburak commented May 15, 2018

Hello @BrettyWhite,

Thank you for your answer. Unfortunately, I don't have another phone with API 21. And yes I am using proxy.startRemoteDisplayStream() with 25fps, 800px width, 348px height, 450000bps stream rate (I also tried 180000bps), 240 display density, interval 5, protocol RAW and H264 as codec.

Best regards,
Burak KOÇ

@BrettyWhite
Copy link
Contributor

If you slow down to like 15-20fps on that phone does it make a noticeable difference?

@kocburak
Copy link
Author

Sorry for late response. I tried to reduce fps but nothing changed

@joeljfischer joeljfischer added bug A defect in the library manager-streaming-video Relating to the manager layer - video streaming labels May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library manager-streaming-video Relating to the manager layer - video streaming
Projects
None yet
Development

No branches or pull requests

3 participants