-
Notifications
You must be signed in to change notification settings - Fork 52
[video_player_avplay] Update plusplayer and libs #882
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
Conversation
JSUYA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this been tested on Tizen 10.0? This issue occurs on Tizen 10.0 due to library dependency issues. Therefore, stdc++ must be added to USER_LIBS in project_def.prop.
--- a/packages/video_player_avplay/tizen/project_def.prop
+++ b/packages/video_player_avplay/tizen/project_def.prop
@@ -26,4 +26,4 @@ USER_CPP_INC_FILES =
# Linker options
USER_LIB_DIRS = lib/${BUILD_ARCH}/${API_VERSION}
USER_LFLAGS = -Wl,-rpath='$$ORIGIN'
-USER_LIBS = plusplayer-wrapper gstsubtitle_tvplus gstsubtitleparse_tvplus plusplayercore_tvplus tracksource_tvplus plusplayer_tvplus dashplusplayer_tvplus
+USER_LIBS = stdc++ plusplayer-wrapper gstsubtitle_tvplus gstsubtitleparse_tvplus plusplayercore_tvplus tracksource_tvplus plusplayer_tvplus dashplusplayer_tvplusand
Are the sample videos playing properly?
The https://media.w3.org/2010/05/bunny/trailer.mp4(mp3 tab's url) works fine in video_player_tizen, but in avplay, a streaming connection failure occurs. (tizen 10.0).
And the hls link is no longer accessible. (This may be an issue specific to me.)
|
|
We have tested on Tizen 10.0 and there are no other issues except that HLS(https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8) cannot be played. The HLS url get 'Access Denied' from all platforms, so we replace it with a url that works fine. |
JSUYA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My device's tizen version has changed, so I haven't been able to check the latest changes in 10.0.
I've checked that it works properly on a 9.0 device.
If you've confirmed that it works properly on Tizen 10.0, please merge it.
Main changes: