Skip to content

Commit ecc25ab

Browse files
committed
Update README.md
1 parent 5c5fb3f commit ecc25ab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@ A rtsp client write in python
33

44
Usage: rtsp-client.py [options] url
55

6+
In running, you can control play by input "forward","backward","begin","live","pause"
7+
or "play" with "range" and "scale" parameter, such as "play range:npt=beginning- scale:2"
8+
You can input "exit","teardown" or ctrl+c to quit
9+
10+
611
Options:
712
-h, --help show this help message and exit
813
-t TRANSPORT, --transport=TRANSPORT
914
Set transport type when SETUP: tcp, udp, tcp_over_rtp,
1015
udp_over_rtp[default]
1116
-d DEST_IP, --dest_ip=DEST_IP
12-
Set dest ip of udp data transmission, default is
13-
127.0.0.1
17+
Set dest ip of udp data transmission, default use same
18+
ip with rtsp
1419
-p CLIENT_PORT, --client_port=CLIENT_PORT
1520
Set client port range of udp, default is "10014-10015"
1621
-n NAT, --nat=NAT Add "x-NAT" when DESCRIBE, arg format
1722
"192.168.1.100:20008"
1823
-r, --arq Add "x-zmssRtxSdp:yes" when DESCRIBE
1924
-f, --fec Add "x-zmssFecCDN:yes" when DESCRIBE
20-
21-
In running, you can control play by input "forward","backward","begin","live","pause"
22-
or "play" with "range" and "scale" parameter, such as "play range:npt=beginning- scale:2"
23-
You can input "exit","teardown" or ctrl+c to quit

0 commit comments

Comments
 (0)