test.py 107 B

1234
  1. from ctypes import cdll
  2. test = cdll.LoadLibrary('./libsrt.so')
  3. sock = test.srt_create_socket()
  4. print(sock)