Skip to content

Commit 496e976

Browse files
authored
Update plugin configuration: enable st22_svt_jpeg_xs and disable st22_sample (#398)
1 parent 64ef465 commit 496e976

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

media-proxy/imtl.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"plugins": [
3+
{
4+
"enabled": 1,
5+
"name": "st22_svt_jpeg_xs",
6+
"path": "/usr/local/lib/x86_64-linux-gnu/libst_plugin_st22_svt_jpeg_xs.so"
7+
},
8+
{
9+
"enabled": 1,
10+
"name": "st22_svt_jpeg_xs",
11+
"path": "/usr/local/lib64/libst_plugin_st22_svt_jpeg_xs.so"
12+
},
313
{
414
"enabled": 0,
515
"name": "st22_ffmpeg",
@@ -11,12 +21,12 @@
1121
"path": "/usr/local/lib64/libst_plugin_st22_ffmpeg.so"
1222
},
1323
{
14-
"enabled": 1,
24+
"enabled": 0,
1525
"name": "st22_sample",
1626
"path": "/usr/local/lib/x86_64-linux-gnu/libst_plugin_st22_sample.so"
1727
},
1828
{
19-
"enabled": 1,
29+
"enabled": 0,
2030
"name": "st22_sample",
2131
"path": "/usr/local/lib64/libst_plugin_st22_sample.so"
2232
},

0 commit comments

Comments
 (0)