Skip to content

Commit 16d8fe4

Browse files
add new content
1 parent 3f4f663 commit 16d8fe4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/til/2020-08-27.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "2020-08-27"
3+
date: 2020-08-27T18:58:49+07:00
4+
---
5+
6+
1. Truyền hình ảnh từ camera của iPhone qua máy tính với độ trễ rất thấp: Cài đặt ứng dụng [Periscope HD - H.264 RTSP Cam](https://apps.apple.com/app/id1095600218) trên điện thoại, sử dụng gstreamer để nhận trên máy tính.
7+
8+
```shell script
9+
gst-launch-1.0 rtspsrc location=rtsp://192.168.1.2:8554/live.sdp latency=0 do-retransmission=false drop-on-latency=true max-rtcp-rtp-time-diff=-1 probation=1000 ! decodebin use-buffering=true ! autovideosink
10+
```

0 commit comments

Comments
 (0)