test-mp4 throwing error in board

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

test-mp4 throwing error in board

ebrahim
Hi All,

When i try to execute the test-mp4 file its throwing below error in i take stream in vlc player(rtsp://<ip>:8554/test).
Same error is showing when test-launch command executed.

 ./test-mp4 h264-vga-24.mp4
0:00:06.154071800   898 0xb5f20600 WARN              rtspstream rtsp-stream.c:1734:gst_rtsp_stream_join_bin: failed to allocate ports 0
0:00:06.157071400   898 0xb5f20600 WARN              rtspstream rtsp-stream.c:1734:gst_rtsp_stream_join_bin: failed to allocate ports 1
0:00:06.159103100   898 0xb5405030 WARN                 qtdemux qtdemux_types.c:196:qtdemux_type_get: unknown QuickTime node type btrt
0:00:06.162800700   898 0xb5405030 WARN                 qtdemux qtdemux.c:4402:gst_qtdemux_loop:<d> error: streaming stopped, reason not-linked
0:00:06.163178300   898 0xb5f20600 WARN               rtspmedia rtsp-media.c:1781:default_handle_message: 0xb5f25108: got error GStreamer encountered a general stream error. (qtdemux.c(4402): gst_qtdemux_loop (): /GstPipeline:media-pipeline/GstBin:bin0/GstQTDemux:d:
streaming stopped, reason not-linked)
0:00:06.163412900   898    0xa62c0 WARN               rtspmedia rtsp-media.c:2058:wait_preroll: failed to preroll pipeline
0:00:06.163494000   898    0xa62c0 WARN               rtspmedia rtsp-media.c:2264:gst_rtsp_media_prepare: failed to preroll pipeline
0:00:06.165374900   898    0xa62c0 ERROR             rtspclient rtsp-client.c:602:find_media: client 0x1d0e0: can't prepare media
0:00:06.166488800   898    0xa62c0 ERROR             rtspclient rtsp-client.c:1807:handle_describe_request: client 0x1d0e0: no media
Reply | Threaded
Open this post in threaded view
|

Re: test-mp4 throwing error in board

Sebastian Dröge-3
On Thu, 2016-11-10 at 22:07 -0800, ebrahim wrote:

> Hi All,
>
> When i try to execute the test-mp4 file its throwing below error in i take
> stream in vlc player(rtsp://<ip>:8554/test).
> Same error is showing when test-launch command executed.
>
>  ./test-mp4 h264-vga-24.mp4 
> 0:00:06.154071800   898 0xb5f20600 WARN              rtspstream
> rtsp-stream.c:1734:gst_rtsp_stream_join_bin: failed to allocate ports 0
> 0:00:06.157071400   898 0xb5f20600 WARN              rtspstream
> rtsp-stream.c:1734:gst_rtsp_stream_join_bin: failed to allocate ports 1
This is problematic. Which version of gst-rtsp-server is that? Please
try with 1.10.0 and if the problem persists, please get a full debug
log.

> 0:00:06.159103100   898 0xb5405030 WARN                 qtdemux
> qtdemux_types.c:196:qtdemux_type_get: unknown QuickTime node type btrt
> 0:00:06.162800700   898 0xb5405030 WARN                 qtdemux
> qtdemux.c:4402:gst_qtdemux_loop:<d> error: streaming stopped, reason
> not-linked
> 0:00:06.163178300   898 0xb5f20600 WARN               rtspmedia
> rtsp-media.c:1781:default_handle_message: 0xb5f25108: got error GStreamer
> encountered a general stream error. (qtdemux.c(4402): gst_qtdemux_loop ():
> /GstPipeline:media-pipeline/GstBin:bin0/GstQTDemux:d:
> streaming stopped, reason not-linked)
Please get a full debug log for this. Does the file in question play
(without gst-rtsp-server) in GStreamer?

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: test-mp4 throwing error in board

ebrahim
Thanks for the reply.

In our Custom board UDP plugin was not added, That created problem. Now its working fine.