Gst rtsp server : rtsp-media.c wait_preroll: failed to preroll pipeline

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

Gst rtsp server : rtsp-media.c wait_preroll: failed to preroll pipeline

anjojohn
Hi all
I working on GStreamer 1.4.5 with gst-rtsp-server 1.4.5
two pipelines are running in my embedded board (IMX6 - ARM)

1. camera-> h264encoder->rtppayloader ->udpsink (to loop back interface, localhost)
2. gst-rtsp-server : test-launch (udpsrc ->capsfilter->rtph264depay->queue->h264parse->rtph264pay )

if i run the source (first pipeline) and gst-rtsp-server from init , the rtsp- server failed with

0:01:43.641651346   458   0x908090 WARN               rtspmedia rtsp-media.c:2127:wait_preroll: failed to preroll pipeline
0:01:43.641771346   458   0x908090 WARN               rtspmedia rtsp-media.c:2384:gst_rtsp_media_prepare: failed to preroll pipeline
0:01:43.670378013   458   0x908090 ERROR             rtspclient rtsp-client.c:678:find_media: client 0x8b12a0: can't prepare media
0:01:43.671675679   458   0x908090 ERROR             rtspclient rtsp-client.c:2210:handle_describe_request: client 0x8b12a0: no media
0:01:51.708134347   458 0x75e35720 FIXME                default gstutils.c:3643:gst_pad_create_stream_id_internal:<appsrc8:src> Creating random
 stream-id, consider implementing a deterministic way of creating a stream-id
0:01:51.708552013   458 0x75e35750 FIXME                default gstutils.c:3643:gst_pad_create_stream_id_internal:<appsrc9:src> Creating random
 stream-id, consider implementing a deterministic way of creating a stream-id

If i run source and server  after the boot completion, then no issue , streaming works.
I tried ifconfig up/down of loopack interface before setting the source to PLAY state.
Also tried to run the rtsp-server before running video source. Added plugin path and USER, HOME to initscript. how much i try if i run it from initscript it doesn't work .
Please help, i can't figure out anything out of this

With Regards
John