[Bug 756818] New: rtspsrc under Windows: invalid pointer address in attempting to use a pointer argument in a call
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Oct 19 11:00:34 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=756818
Bug ID: 756818
Summary: rtspsrc under Windows: invalid pointer address in
attempting to use a pointer argument in a call
Classification: Platform
Product: GStreamer
Version: 1.6.0
OS: Windows
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: evan.callaway at ipconfigure.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
This seems like a repeat of older bugs (706588) so my apologies in advance if
there's something obvious that I'm missing.
I have constructed the following pipeline to pull an RTSP stream from a camera:
rtspsrc location=rtsp://foo:bar@192.168.105.84/Streaming/Channels/2 ! fakesink
This pipeline works fine under Linux, but under Windows I receive the
following:
WARNING: from element
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0: Error sending
UDP packets
Additional debug info:
gstmultiudpsink.c(722): gst_multiudpsink_send_messages ():
/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSink:udpsink0:
client 192.168.105.84:8222, reason: Error sending message: The system detected
an invalid pointer address in attempting to use a pointer argument in a call.
The workaround for this in the past was to set force-ipv4=true, but it seems
that that flag is now deprecated. Any ideas on how I should proceed? Please
let me know what additional information you require to help debug this.
Thanks!
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list