Skip to content

Commit

Permalink
[video_player_avplay] Add plusplayer ini (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan authored Jun 21, 2024
1 parent fe5cb11 commit 164990f
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT

* Remove wrong information in README.
* Add plusplayer ini.

## 0.4.3

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions packages/video_player_avplay/tizen/res/plusplayer.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version" : "0.0.1.5162256.tvplus",
"gstparam1" : "--gst-debug=*:2",
"gstparam2" : "--gst-disable-segtrap",
"gstparam3" : "--gst-plugin-load=/opt/usr/apps/*/lib/libgstmmhttpsrc.so,/opt/usr/apps/*/lib/libgstdash.so,/opt/usr/apps/*/lib/libgsthttpdemux.so,/opt/usr/apps/*/lib/libgsthls.so,/opt/usr/apps/*/lib/libgstsubtitleparse_tvplus.so,/usr/lib/gstreamer-1.0/libgstmmaudiosink.so,/usr/lib/gstreamer-1.0/libgstdirectvideosink.so,/usr/lib/gstreamer-1.0/libgstomx.so",
"gstparam4" : "--gst-disable-registry-fork",
"gstparam5" : "--gst-disable-registry-update",
"tz_video_es_dump" : false,
"tz_video_dump_insert_vp9_header" : false,
"tz_audio_es_dump" : false,
"use_new_hls_mpegts_demuxer" : true,
"use_new_dash_tiny_demuxer" : true,
"use_new_http_demuxer" : true,
"generate_dot" : false,
"ai_lagacy_fallback_option" : 1,
"ai_lagacy_fallback_switch_threshold" : 75.0,
"ai_lagacy_fallback_rebuf_threshold" : 50.0,
"ai_switch_slot" : 30
}

0 comments on commit 164990f

Please sign in to comment.