Skip to content

Commit dc077b2

Browse files
authored
Update README.md
1 parent d6202bc commit dc077b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
Example for [ESP32 TimerCam](https://github.com/m5stack/TimerCam-idf) rebuilt using [ESPP](http://github.com/esp-cpp/espp) to stream video over the network
44

5-
It creates a task which pushes JPEG frames (1600x1200 px) from the camera into a FreeRTOS queue, along with another task that reads those frames from the queue and sends them via a TCP client socket to a TCP server. An example python TCP server is provided in [./display_frames.py](./display_frames.py).
5+
It uses RTSP + RTP (over UDP) to perform real-time streaming of the camera data over the network to multiple clients.
66

7-
https://user-images.githubusercontent.com/213467/201152307-a0a7154a-575e-455d-91cf-437a76822974.mp4
8-
9-
![CleanShot 2022-11-10 at 17 12 10](https://user-images.githubusercontent.com/213467/201225440-3b7064ba-535f-4328-95a4-86c274354107.png)
7+
https://user-images.githubusercontent.com/213467/236601550-ba1a5ba1-4f1c-4dfa-9b64-94afbd46ef3f.mp4
108

119
## Hardware
1210

0 commit comments

Comments
 (0)