From 424e16c4b2b920037c8ffb5c1c8799bc48d38c73 Mon Sep 17 00:00:00 2001 From: Lukas Herman Date: Sun, 8 Nov 2020 09:14:13 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e63c4..386914f 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ A totally open, royalty-free, highly versatile audio codec. Result as of Nov 4, 2020 with Go 1.14 on a Raspberry pi 3, `mediadevices` can produce video, encode, send across network, and decode at **720p, 30 fps with < 500 ms latency**. -The test was taken by capturing a camera stream, decoding the raw frames, encoding the video stream with mmal, and sending the stream through Webrtc, and decoding with H264. +The test was taken by capturing a camera stream, decoding the raw frames, encoding the video stream with mmal, and sending the stream through Webrtc. ## FAQ