bytelang / kplayer-go

A live streaming tool more suitable for non-graphical servers
https://kplayer.net
Apache License 2.0
744 stars 69 forks source link

绿联云nas dx4600上用docker装的貌似设置分辨率和fps不工作,不知道怎么可以处理? #139

Open LucyHero opened 8 months ago

LucyHero commented 8 months ago

image 下面是我的config: { "version": "2.0.0", "resource": { "lists": [ "/video/枫树/" ], "extensions": [ "mp4","mkv" ] }, "output": { "reconnect_internal": 5, "lists": [{ "path": "***" "unique": "test" }] }, "play": { "encode_model":"file", "fill_strategy": "ratio", "skip_invalid_resource": true, "cache_on": false, "cache_uncheck": true, "play_model": "random" }, "encode": { "video_width": 1080, "video_height": 720, "video_fps": 30, "audio_channel_layout": 3, "audio_sample_rate": 44100, "bit_rate":0, "avg_quality":0 } , "plugin": { "lists": [ { "path": "show-media", "unique": "my_plugin", "params": { "filename": "/video/code.jpg", "w": 80, "h": 95, "x": 0, "y": 350 } } ] } }