SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

Update packetgrab.py #64

Closed keppo070 closed 8 years ago

keppo070 commented 8 years ago

Added an option to coexist with other apps without binding to UDP for PS4. This way several apps can collect data at the same time. NOT tested for shared memory

SenorPez commented 8 years ago

Two things:

  1. Good catch. I'm assuming this was caught by trying to run the packetgrabber on the same system as another UDP-aware app... I'd never run into that problem, since my dashboard apps run on a different system than what I use for my videos.
  2. Could you rebase this pull request (I think you have to make a new request?) against the 0.3.1-devel branch? That'll allow it to get tested properly with other changes before releasing a 0.3.1 release.

Thanks so much!

SenorPez commented 8 years ago

Rebased pull request against the 0.3.1 development branch. See #65.

keppo070 commented 8 years ago
  1. That was exactly my problem.
  2. Dont know how..but i think its solved already by you. thanks for that. My knowledge of python & Github is limited.

My suggested fix is for win10x64 don't know if its also applicable to Linux which seem to have some other options like SO_REUSEPORT which is not defined in windows.