-
Notifications
You must be signed in to change notification settings - Fork 38
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
Multi-View Video Player #70
Comments
Hey! Thanks for reporting that, we currently have an issue somewhat feels related to that but not entirely sure. We have multiple
|
that looks entirely like a Dart back trace. What branch and commit are you running on, and what package commit of video player? Also note multiple video players are not currently supported on main or agl branches. It requires some re-work of the gstreamer plugin code. |
Good to know thanks, For ivi-homescreen it's: For the video player it's:
|
* Sanitizer Support (#69) * Sanitizer support -See README.md for usage -This isolates Flutter and Wayland code into their own libraries -homescreen is only target enabled with sanitizers Signed-off-by: Joel Winarske <[email protected]> * Fix doxygen typo Signed-off-by: Joel Winarske <[email protected]> * Resolve need to explicitly set CMake build flag for comp_surf Signed-off-by: Joel Winarske <[email protected]> * code-scanning resolutions -Commented-out code https://github.com/toyota-connected/ivi-homescreen/security/code-scanning Signed-off-by: Joel Winarske <[email protected]> * Address Sanitize -add other targets to sanitizer -change loading type for libflutter_engine.so for sanitizer -fix issue with isolate plugin Signed-off-by: Joel Winarske <[email protected]> * Generic logging header Signed-off-by: Joel Winarske <[email protected]> * Compiler Definitions cannot have a space after equal sign Signed-off-by: Joel Winarske <[email protected]> * Compiler Flag cleanup (#70) * Compiler flag cleanup Signed-off-by: Joel Winarske <[email protected]> * update gstreamer texture calls Signed-off-by: Joel Winarske <[email protected]>
* Sanitizer Support (#69) * Sanitizer support -See README.md for usage -This isolates Flutter and Wayland code into their own libraries -homescreen is only target enabled with sanitizers Signed-off-by: Joel Winarske <[email protected]> * Fix doxygen typo Signed-off-by: Joel Winarske <[email protected]> * Resolve need to explicitly set CMake build flag for comp_surf Signed-off-by: Joel Winarske <[email protected]> * code-scanning resolutions -Commented-out code https://github.com/toyota-connected/ivi-homescreen/security/code-scanning Signed-off-by: Joel Winarske <[email protected]> * Address Sanitize -add other targets to sanitizer -change loading type for libflutter_engine.so for sanitizer -fix issue with isolate plugin Signed-off-by: Joel Winarske <[email protected]> * Generic logging header Signed-off-by: Joel Winarske <[email protected]> * Compiler Definitions cannot have a space after equal sign Signed-off-by: Joel Winarske <[email protected]> * Compiler Flag cleanup (#70) * Compiler flag cleanup Signed-off-by: Joel Winarske <[email protected]> * update gstreamer texture calls Signed-off-by: Joel Winarske <[email protected]>
A rework in upcoming release will enable multiplayer scenario |
Only a single instance of Video Player is currently supported. The static plugin needs to be refactored to handle multiple views.
Currently a low priority.
The text was updated successfully, but these errors were encountered: