Skip to content

Reverse Engineering the Lenkeng373, an HDMI over IP adapter

Notifications You must be signed in to change notification settings

toru173/Lenkeng373

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Lenkeng373

Lenkeng373 capture script. See reverse engineering work conducted by Danman, https://danman.eu/blog

Requirements: Requires Pcapy and netifaces packages. Must be run as root. Incompatible with Windows

Usage: hdmicapy.py [--input I] [--output AV] [--delay MS]
				   [--recvmac MAC] [--transmit IP] [--receive IP]
				   [--ffmpeg PATH] [--ffmpegout ARGS]
--input     i       Capture on network interface i
--output    av      Output "audio", "video" or "none". Default is audio & video
--delay     ms      Delay audio by ms milliseconds
--recvmac   MAC     Overide default MAC of transmitter
--transmit  IP      Overide default transmitter IP address
--receive   IP      Overide default receiver IP address
--ffmpeg    path    Path to FFmpeg
--ffmpegout args    Arguments to pass to FFmpeg
--heartbeat         transmitts heartbeat on interface i. For standalone operation
--help              Display this message

Example: sudo python hdmicap.py --input en1 --delay 100 --heartbeat

About

Reverse Engineering the Lenkeng373, an HDMI over IP adapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages