exelix11 / SysDVR

Stream switch games to your PC via USB or network
GNU General Public License v2.0
1.51k stars 90 forks source link

top bridge protocol[Help] #246

Closed Dimenthy closed 1 year ago

Dimenthy commented 1 year ago

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?

exelix11 commented 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.

exelix11 commented 1 year ago

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

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.