Python netclock problem

Glenn Pierce glennpierce at gmail.com
Thu Jul 28 14:49:24 UTC 2016


Hi

I found some code to sync two pieces of audio. It consists of a master
process and a slave process.

The master code can be seen at

https://github.com/glennpierce/PartyZone/blob/master/synchronised_media_playback/leader.c

This works great but I have been trying to port the code to python
which can be seen at

https://github.com/glennpierce/PartyZone/blob/master/play-master.py

I think the structure is the same.
However, I don't hear anything running the Python version

Can anyone think why ?

I'm worried it could be something todo with the global interpreter lock ?

Running with debug messages gives lots of

netclock gstnetclientclock.c:758:gst_net_client_clock_thread:<netclientclock0>
timed out


More information about the gstreamer-devel mailing list