GNOME Bugzilla – Bug 701589
rtspserver test: test timeout expired
Last modified: 2013-06-25 11:17:35 UTC
Run make -C tests/check/ gst/rtspserver.check. Result: 33%: Checks: 15, Failures: 1, Errors: 9 gst/rtspserver.c:327:E:general:test_describe:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_describe_non_existing_mount_point:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_setup:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_setup_non_existing_stream:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_play:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_play_without_session:0: (after this point) Test timeout expired gst/rtspserver.c:1061:F:general:test_play_multithreaded_timeout_client:0: Assertion 'gst_rtsp_connection_receive (conn, response, NULL) == GST_RTSP_ESYS' failed gst/rtspserver.c:327:E:general:test_play_disconnect:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_play_specific_server_port:0: (after this point) Test timeout expired gst/rtspserver.c:327:E:general:test_play_smpte_range:0: (after this point) Test timeout expired make: *** [gst/rtspserver.check] Error 10
Confirmed here with latest git master
The commit 09028b4c390a2f950448f91dac4d5db6e73e1a4 in gst-plugins-base: rtsp: use child sources instead of using the sockets Use the source of the pollable input/output streams instead of accessing the sockets directly. makes the gst-rtsp-server tests broken.
Run GST_CHECKS=test_describe make -C tests/check/ gst/rtspserver.gdb. Result:
+ Trace 232103
This is not a problem any loner. Wim's fixes in rtspconnection have solved this issue.
Thanks