]> git.sesse.net Git - nageru/blobdiff - README
Start pulling video orchestration logic into VideoEncoder.
[nageru] / README
diff --git a/README b/README
index 69172e38ad6afc07dfde8b0861cf457c377ef6d8..971efbd7b2a22d4008fc0efc1759dd503eba60af 100644 (file)
--- a/README
+++ b/README
@@ -66,8 +66,8 @@ with:
   git submodule update --init
   apt install qtbase5-dev qt5-default pkg-config libmicrohttpd-dev \
     libusb-1.0-0-dev liblua5.2-dev libzita-resampler-dev libva-dev \
-    libavcodec-dev libavformat-dev libswscale-dev libmovit-dev \
-    libegl1-mesa-dev libasound2-dev
+    libavcodec-dev libavformat-dev libswscale-dev libavresample-dev \
+    libmovit-dev libegl1-mesa-dev libasound2-dev
 
 
 The patches/ directory contains some patches for upstream software that help
@@ -86,7 +86,7 @@ are running a desktop compositor, it will steal significant amounts of GPU
 performance. The same goes for PulseAudio.
 
 Nageru will open a HTTP server at port 9095, where you can extract a live
-H264+PCM signal in QuickTime mux (e.g. http://127.0.0.1:9095/stream.mov).
+H264+PCM signal in nut mux (e.g. http://127.0.0.1:9095/stream.nut).
 It is probably too high bitrate (~25 Mbit/sec depending on content) to send to
 users, but you can easily send it around in your internal network and then
 transcode it in e.g. VLC. A copy of the stream (separately muxed) will also