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.cThis 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.pyI 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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel