smartdevicelink / sdl_ios

Get your app connected to the 🚙, make your users feel like a 🌟
www.smartdevicelink.com
BSD 3-Clause "New" or "Revised" License
169 stars 105 forks source link

Reflect bitrate value returned from HMI to video encoder setting #1392

Closed t-yoshii closed 4 years ago

t-yoshii commented 5 years ago

Bug Report

Currently SDL iOS proxy ignores the bitrate value returned from HMI. This value should be reflected in the video encoder setting to perform VPM encoding/decoding smoothly.

Reproduction Steps

Connect VPM app to SDL Core.

Expected Behavior
  1. Connect the VPM app to SDL Core.
  2. Encoder setting reflects the value of bitrate in video streaming capabilities.
Observed Behavior
  1. Connect the VPM app to SDL Core.
  2. Encoder setting does not reflect the value of bitrate in video streaming capabilities.
OS & Version Information
Test Case, Sample Code, and / or Example App

I will create PR.

NicoleYarroch commented 4 years ago

Fixed in PR #1393

NicoleYarroch commented 4 years ago

Fixed in PR #1413