mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
7b47c79a4c
Optimized LiveVideoIn quite a bit; removed print stmt from LiveVideoOut.
12 lines
186 B
Python
Executable File
12 lines
186 B
Python
Executable File
# Defaults shared by Vsend and Vreceice
|
|
|
|
DEFMCAST = '225.0.0.250'
|
|
DEFPORT = 5555
|
|
|
|
PKTMAX_UCAST = 16*1024 - 6
|
|
PKTMAX_BCAST = 1450
|
|
DEFPKTMAX = PKTMAX_BCAST
|
|
|
|
DEFWIDTH = 400
|
|
DEFHEIGHT = 300
|