[Bug 744379] gst-rtsp-server not prerolling when piping data into the media-pipeline ?
bugzilla at gnome.org
bugzilla at gnome.org
Thu Feb 12 07:59:08 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744379
--- Comment #5 from Andreas Frisch <fraxinas at opendreambox.org> ---
--- a/gst/rtsp-server/rtsp-media.c
+++ b/gst/rtsp-server/rtsp-media.c
@@ -2403,6 +2403,9 @@ start_preroll (GstRTSPMedia * media)
goto state_failed;
}
+ //HACK
+ priv->is_live = TRUE;
+
return TRUE;
state_failed:
after days and days of trying... hardwireing is_live to TRUE helps against my
problem with the pipe.
suggestions for an actual fix on this are welcome... i don't know if
determining this solely by the state change result is the right thing.
maybe a property for this ?
--
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