summaryrefslogtreecommitdiff
path: root/etc/miav.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/miav.conf')
-rw-r--r--etc/miav.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/miav.conf b/etc/miav.conf
index e87cc30..8819ac7 100644
--- a/etc/miav.conf
+++ b/etc/miav.conf
@@ -23,7 +23,7 @@ pixel_width = 1024
pixel_height = 768
# Set to 1 if client is slow ( less than 1.5 ghz )
-player_skip_frames = 1
+player_skip_frames = 0
# How and where to connect to the miav server?
server_addr = "192.168.0.10"
@@ -48,6 +48,12 @@ udp_packet_size = 1500
# lot less diskspace than I frames
frame_sequence = "IPPPIPPIP"
+# New ffmpeg parameters
+video_bitrate = 1024
+audio_bitrate = 192
+encoding_threads = 3
+
+
# quality in % - 100% is best quality
video_quality = 85