1.You must run it as root because the code utillizes raw sockets for transmission
2.Convert the raw socket send in Python to C.
3.Steps to compile and include raw socket.so
gcc -c -o raw_socket.o raw_socket.c -fPIC
gcc -shared -o raw_socket.so raw_socket.o
rm raw_socket.o
-
Notifications
You must be signed in to change notification settings - Fork 0
HankChang888/opencv_qt_ffmpeg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published