Error creating a new NetClientClock
gordeaoux
gordon.nickel at downstream.com
Fri Mar 22 18:53:12 PDT 2013
Hi,
I'm trying to get multiple computers to sync video playback, so I'm
implementing GstNetClientClock on the slaves and GstNetClockProvider on the
master. The master is able to create a new netClockProvider without any
issue, however, when calling gst_net_client_clock_new(), gstreamer is
throwing an error, and the app crashes due to corrupt memory.
I'm using the OSS Builds for Windows, version 0.10.6 (0.10.7 didn't seem to
contain ffmpeg and I couldn't locate a working 1.0.x build for Windows).
Here's the line that causes the issue:
GstClock* netclock = gst_net_client_clock_new("netclock", "127.0.0.1",
5637, (GstClockTime)0);
Which returns this error:
ERROR netclock
gstnetclientclock.c:477:gst_net_client_clock_start:<netclientclock0>
getsockname failed -1: No error (0).
Any ideas? I'm open to upgrading the gstreamer version, if there's a
reasonable way to do that and if that fixes the issue.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Error-creating-a-new-NetClientClock-tp4659235.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list