Raphaël G.

Results 28 comments of Raphaël G.

Without compatibility I get : ``` GameAction [AppID 245620, ActionID 12] : LaunchApp changed task to ProcessingInstallScript with "" GameAction [AppID 245620, ActionID 12] : LaunchApp changed task to SynchronizingCloud...

The issue is not closed. It seems that turnserver don't send the notification required by Type=notify : https://www.freedesktop.org/software/systemd/man/systemd.service.html > **it is expected that the service sends a notification message via...

Affected version is 4.5.2 To reproduce, configure your coturn, then : `systemctl start turnserver.service` It will hang forever and timeout after a while...

Pull request done here, better late than never : https://github.com/coturn/coturn/pull/990

> Thank you very much @rapsys . Are you sure this will work in all the supported platforms? > > For example I don't have a /run in MacOS but...

I looked at my change again, it should work on MacOS by just adding the "pidfile /var/run/turnserver/turnserver.pid" directive to configuration. There is no MacOS specific configuration or service configuration from...

I added a detection of linux >= 3.0.0 where /var/run moved to /run on the source code. The switch was done in linux >= 3.0 if I consider this bug...

> Thank you very much for looking at this @rapsys but if you use KERNEL_VERSION that will be evaluated during compilation and not during execution. So if you compile coturn...

> On top of that, going forward, running in a container is going to be more common way to run turnserver (my personal opinion and I am biased - my...

> Actually, why not pass extra `--pidfile /run/turnserver/turnserver.pid` in relevant file `rpm/turnserver.service.fc` ? > > Would that not achieve the desired result (without changing code/documentation)? That is not a clean...