This post was updated on .
I have a rtsp-server program that worked well in windows but when i tried it in Debian didn´t do anything. To avoid this problem i actualized all the elements to 1.9.90 version (gstreamer, gst-livav, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly and gst-rtsp-server).
After doing this the rtsp-server program continues without working but now i have a problem in a program who worked perfectly before the actualization in Debian. The problem is that the h264 parse is blacklisted. Gst-inspect-1.0 gives the next messages but i checked the files and all of them exist in my server. What can i do? root@guardian:/usr/local/lib/gstreamer-1.0# gst-inspect-1.0 h264parse (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstdashdemux.so': libgstadaptivedemux-1.0.so.0: cannot open shared object file: No such file or directory (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstopengl.so': /usr/local/lib/gstreamer-1.0/libgstopengl.so: undefined symbol: gst_gl_shader_string_vertex_mat4_vertex_transform (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstaudiomixer.so': libgstbadaudio-1.0.so.0: cannot open shared object file: No such file or directory (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstcompositor.so': /usr/local/lib/gstreamer-1.0/libgstcompositor.so: undefined symbol: gst_video_aggregator_get_type (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstmpegtsmux.so': /usr/local/lib/gstreamer-1.0/libgstmpegtsmux.so: undefined symbol: gst_mpegts_descriptor_from_custom_with_extension (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstvideoparsersbad.so': /usr/local/lib/gstreamer-1.0/libgstvideoparsersbad.so: undefined symbol: gst_h264_parser_parse_subset_sps (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstsmoothstreaming.so': libgstadaptivedemux-1.0.so.0: cannot open shared object file: No such file or directory (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstmxf.so': /usr/local/lib/gstreamer-1.0/libgstmxf.so: undefined symbol: gst_aggregator_pad_is_eos (gst-plugin-scanner:14292): GStreamer-WARNING **: Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgsthls.so': libgstadaptivedemux-1.0.so.0: cannot open shared object file: No such file or directory Nenhum elemento ou plug-in "h264parse" |
This post was updated on .
I finally found the solution of the problem, as it was indicated in other part of the forum. I had to use ldconfig command to update the LD_LIBRARY_PATH after the update. Now it work correctly.
http://gstreamer-devel.966125.n4.nabble.com/gstreamer-undefined-symbol-gst-fraction-type-error-tt4674349.html#a4674367 |
Free forum by Nabble | Edit this page |