Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building gst-sync-server on windows #5

Open
amaau opened this issue Apr 9, 2018 · 5 comments
Open

building gst-sync-server on windows #5

amaau opened this issue Apr 9, 2018 · 5 comments

Comments

@amaau
Copy link

amaau commented Apr 9, 2018

Some files reference glib-unix, and use functions like g_unix_open_pipe
is there an easy way to replace them with something that can run on windows?

@ford-prefect
Copy link
Owner

It should be easy enough to replace that with g_io_channel_*. Those are available for both UNIX sockets and Windows messages. Would you be interested in doing a patch?

@amaau
Copy link
Author

amaau commented Apr 10, 2018

I would be, but I barely understand c, let alone unix, I have no way to tell how much time it will take me to learn that, i'll try to figure it out

also, it says in g_io_channel docs that windows support is only partial

@ford-prefect
Copy link
Owner

Did you have any luck with this?

@amaau
Copy link
Author

amaau commented Aug 20, 2018

No, sorry,
I was under time pressure and eventually opted for a less precise python solution.

@ford-prefect
Copy link
Owner

Gotcha, no worries! Going to leave this open in case someone decides to pick this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants