diff options
-rw-r--r-- | mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini | 47 | ||||
-rw-r--r-- | mmfw-sysconf-simulator/opt/etc/mmfw_player.ini | 47 |
2 files changed, 24 insertions, 70 deletions
diff --git a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini index 1cad6ed..68177a5 100644 --- a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini +++ b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini @@ -49,49 +49,33 @@ localplayback state change timeout = 4 ; sec eos delay = 150 ; msec -[http streaming] +[http streaming] -httppsrc element = souphttpsrc +httppsrc element = souphttpsrc ; if set, use file or not use memory for buffering -http temp template = /opt/media/XXXXXX +http file buffer path = /opt/media -http use buffering = yes +http buffering limit = 99.0 ; percent -http buffering low limit = 1 ; percent +http max size bytes = 1048576 ; bytes -http buffering high limit = 15 ; percent - -http max size bytes = 4194304 ; bytes +http buffering time = 1.2 http timeout = 30 ; sec -http blocksize = 1048576 ; bytes - -http buffering time = 1.2 - - -[rtsp streaming] - -rtspsrc element = rtpbin - -rtsp buffering time = 5000; msec -rtsp rebuffering time = 15000; msec +[rtsp streaming] -rtsp audio packet drop rate = 0; percent +rtspsrc element = rtspsrc -rtsp video packet drop rate = 0; percent +rtsp buffering time = 5000; msec -rtsp do typefinding = no; if no, caps on rtspsrc:src pad will be used for autoplugging +rtsp rebuffering time = 15000; msec -rtsp dump video frame = no +rtsp do typefinding = no; if no, caps on rtspsrc:src pad will be used for autoplugging -rtsp dump audio frame = no - -rtsp stack debug = no - -rtsp error concealment = yes +rtsp error concealment = yes [hw accelation] @@ -115,11 +99,4 @@ audiosink = 97 ringbuffer = 98 -[subtitle] - -use subtitle setting = no - -subtitle uri = - -subtitle silent = no diff --git a/mmfw-sysconf-simulator/opt/etc/mmfw_player.ini b/mmfw-sysconf-simulator/opt/etc/mmfw_player.ini index 0f6c2b0..a91a2d4 100644 --- a/mmfw-sysconf-simulator/opt/etc/mmfw_player.ini +++ b/mmfw-sysconf-simulator/opt/etc/mmfw_player.ini @@ -49,49 +49,33 @@ localplayback state change timeout = 4 ; sec eos delay = 150 ; msec -[http streaming] +[http streaming] -httppsrc element = souphttpsrc +httppsrc element = souphttpsrc ; if set, use file or not use memory for buffering -http temp template = /opt/media/XXXXXX +http file buffer path = /opt/media -http use buffering = yes +http buffering limit = 99.0 ; percent -http buffering low limit = 1 ; percent +http max size bytes = 1048576 ; bytes -http buffering high limit = 15 ; percent - -http max size bytes = 4194304 ; bytes +http buffering time = 1.2 http timeout = 30 ; sec -http blocksize = 1048576 ; bytes - -http buffering time = 1.2 - - -[rtsp streaming] - -rtspsrc element = rtpbin - -rtsp buffering time = 5000; msec -rtsp rebuffering time = 15000; msec +[rtsp streaming] -rtsp audio packet drop rate = 0; percent +rtspsrc element = rtspsrc -rtsp video packet drop rate = 0; percent +rtsp buffering time = 5000; msec -rtsp do typefinding = no; if no, caps on rtspsrc:src pad will be used for autoplugging +rtsp rebuffering time = 15000; msec -rtsp dump video frame = no +rtsp do typefinding = no; if no, caps on rtspsrc:src pad will be used for autoplugging -rtsp dump audio frame = no - -rtsp stack debug = no - -rtsp error concealment = yes +rtsp error concealment = yes [hw accelation] @@ -115,11 +99,4 @@ audiosink = 97 ringbuffer = 98 -[subtitle] - -use subtitle setting = no - -subtitle uri = - -subtitle silent = no |