Python netclock problem

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Python netclock problem

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