Closed Dimenthy closed 1 year ago
The C server code is in https://github.com/exelix11/SysDVR/blob/master/sysmodule/source/modes/TCPmode.c While the C# client code is in https://github.com/exelix11/SysDVR/blob/master/Client/Sources/TCPBridge.cs
The protocol shoud be simple enough to implement, the tricky part is to get the video to decode and play since it's raw encoded data without a container.
Also here's the client loop that polls the TCPBridge client class and actually handles decoding payloads and feeding packets to the video/audio decoder https://github.com/exelix11/SysDVR/blob/master/Client/StreamThread.cs
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
I need the lan protocol of tcp bridge because I want to make an Android client to run on my Android tv, can you help me?