Skip to content

Commit

Permalink
Add plusplayer ini
Browse files Browse the repository at this point in the history
To make debugging easier, put some debugging parameters in
plusplayer.ini
  • Loading branch information
xiaowei-guan committed May 30, 2024
1 parent 4721c7d commit d0a5a97
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 0 deletions.
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 d0a5a97

Please sign in to comment.