diff options
author | Jeongmo Yang <jm80.yang@samsung.com> | 2012-02-24 11:09:52 +0900 |
---|---|---|
committer | Jeongmo Yang <jm80.yang@samsung.com> | 2012-02-24 11:09:52 +0900 |
commit | 156c72f2b7580c97d8dc51133d1e6dfa73c55e3d (patch) | |
tree | cad85a426306cc6dc58bfc185be1915c18ef341d | |
parent | c70986c22e220fa10ee0fbb783f1ce9d8e8a9bc1 (diff) | |
parent | 2e8707d46be943d1607a908e4ae2b806868ad5f3 (diff) | |
download | mmfw-sysconf-156c72f2b7580c97d8dc51133d1e6dfa73c55e3d.tar.gz mmfw-sysconf-156c72f2b7580c97d8dc51133d1e6dfa73c55e3d.tar.bz2 mmfw-sysconf-156c72f2b7580c97d8dc51133d1e6dfa73c55e3d.zip |
Merge branch 'master' of 165.213.180.234:tizen1/pkgs/m/mmfw-sysconf
-rw-r--r-- | mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini | 49 | ||||
-rw-r--r-- | mmfw-sysconf-simulator/opt/etc/mmfw_player.ini | 47 |
2 files changed, 25 insertions, 71 deletions
diff --git a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini index 0f6c2b0..68177a5 100644 --- a/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini +++ b/mmfw-sysconf-cleansdk-target/opt/etc/mmfw_player.ini @@ -22,7 +22,7 @@ skip rescan = yes delay before repeat = 50 ; msec ; comma separated list of tocken which elemnts has it in it's name will not be used -element exclude keyword = +element exclude keyword = omx async start = yes @@ -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 |