[gst-devel] Streaming with GStreamer

Jérémy Garnier garnier.gerpi at wiz4com.com
Thu Sep 7 13:26:33 CEST 2006


Hi,

 

Ok, it is just an error in the libgstamrnb plug-in
 so I change some
configuration to this and resolve the error 


Now it done something I can’t understand as there’s no error just in the
pipeline but where????

 

 

[root at lfm developpement_pc]# gst-launch-0.10 --gst-debug=3
--gst-debug-no-color rtspsrc
locationfiltered="rtsp://172.16.10.26:554/sample_h264_1mbit.mp4" !
rtpmp4vdepay ! ffdec_mpeg4 ! ximagesink
INFO  (0x8051228 - 0:00:00.000266000)             GST_INIT( 7756)
gstquery.c(101):_gst_query_initialize: init queries
INFO  (0x8051228 - 0:00:00.000803000)             GST_INIT( 7756)
gstmessage.c(72):_gst_message_initialize: init messages





.





.





.

DEBUG (0x8051228 - 0:00:04.226669000)         GST_REGISTRY(10607)
gstregistry.c(870):_gst_registry_remove_cache_plugins:<registry0> removing
cached plugins
INFO  (0x8051228 - 0:00:04.227340000)         GST_PIPELINE(10607)
gstparse.c(145):gst_parse_launch: parsing pipeline description
location=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4 ! rtpmp4vdepay !
ffdec_mpeg4 ! ximagesink
DEBUG (0x8051228 - 0:00:04.227484000)         GST_PIPELINE(10607)
parse.l(72):_gst_parse_yylex: flex: ASSIGNMENT:
locationfiltered=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4

** (gst-launch-0.10:10607): WARNING **: error: syntax error, unexpected
ASSIGNMENT, expecting LINK
ERROR (0x8051228 - 0:00:04.227640000)         GST_PIPELINE(10607)
./grammar.y(837):_gst_parse_launch: Unrecoverable syntax error while parsing
pipeline locationfiltered=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4 !
rtpmp4vdepay ! ffdec_mpeg4 ! ximagesink
ERREUR: le tube n'a pas pu etre construit: Unrecoverable syntax error while
parsing pipeline
locationfiltered=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4 !
rtpmp4vdepay ! ffdec_mpeg4 ! ximagesink .

 

Thanks,

 

Jérémie

 

  _____  

De : Gao, Yan [mailto:yan.gao at intel.com] 
Envoyé : jeudi 7 septembre 2006 11:23
À : Jérémy Garnier
Objet : RE: [gst-devel] Streaming with GStreamer

 

Do you have the implementation of function: Decoder_Interface_Decode?

 

Best Regards,

Yan

 

  _____  

From: gstreamer-devel-bounces at lists.sourceforge.net
[mailto:gstreamer-devel-bounces at lists.sourceforge.net] On Behalf Of Jérémy
Garnier
Sent: Thursday, September 07, 2006 5:07 PM
To: 'Deeptendu Bikash'
Cc: gstreamer-devel at lists.sourceforge.net
Subject: Re: [gst-devel] Streaming with GStreamer

 

Hi Deeptendu,

 

Thanks for all your help .. I try what you say :

 

gst-launch-0.10 --gst-debug=3 --gst-debug-no-color rtspsrc
location="rtsp://172.16.10.26:554/sample_h264_1mbit.mp4" ! rtpmp4vdepay !

ffdec_mpeg4 ! ximagesink

 

But it doesn't work, it says :

INFO  (0x8051228 - 0:00:00.000275000)             GST_INIT( 3729)

gstquery.c(101):_gst_query_initialize: init queries

INFO  (0x8051228 - 0:00:00.000711000)             GST_INIT( 3729)

gstmessage.c(72):_gst_message_initialize: init messages

INFO  (0x8051228 - 0:00:00.002000000)   GST_PLUGIN_LOADING( 3729)

gstplugin.c(186):_gst_plugin_register_static: loaded static plugin
"staticelements"

INFO  (0x8051228 - 0:00:00.050006000)         GST_REGISTRY( 3729)

gstregistryxml.c(535):gst_registry_xml_read_cache: loaded
/root/.gstreamer-0.10/registry.i686.xml in 0,047461 seconds

WARN  (0x8051228 - 0:00:00.053404000)   GST_PLUGIN_LOADING( 3729)

gstplugin.c(414):gst_plugin_load_file: module_open failed:

/usr/local/lib/gstreamer-0.10/libgstamrnb.so: undefined symbol:

Decoder_Interface_Decode

WARN  (0x8051228 - 0:00:00.066682000)   GST_PLUGIN_LOADING( 3729)

gstplugin.c(414):gst_plugin_load_file: module_open failed:

/usr/local/lib/gstreamer-0.10/libgstamrnb.so: undefined symbol:

Decoder_Interface_Decode

INFO  (0x8051228 - 0:00:00.117244000)         GST_PIPELINE( 3729)

gstparse.c(145):gst_parse_launch: parsing pipeline description

location=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4 ! rtpmp4vdepay !

ffdec_mpeg4 ! ximagesink

 

** (gst-launch-0.10:3729): WARNING **: error: syntax error, unexpected
ASSIGNMENT, expecting LINK

ERROR (0x8051228 - 0:00:00.117503000)         GST_PIPELINE( 3729)

./grammar.y(837):_gst_parse_launch: Unrecoverable syntax error while parsing
pipeline location=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4 !

rtpmp4vdepay ! ffdec_mpeg4 ! ximagesink

ERREUR: le tube n'a pas pu etre construit: Unrecoverable syntax error while
parsing pipeline

location=rtsp://172.16.10.26:554/sample_h264_1mbit.mp4 ! rtpmp4vdepay !

ffdec_mpeg4 ! ximagesink .

 

 

I don't know where is the error as I don't understand this error. And so I'm
not an GStreamer Expert ...

Thanks,

 

Jérémie

 

 

  _____  

De : Deeptendu Bikash [mailto:dbikash at gmail.com] 
Envoyé : jeudi 7 septembre 2006 08:56
À : Jérémy Garnier
Cc : gstreamer-devel at lists.sourceforge.net
Objet : Re: [gst-devel] Streaming with GStreamer

 

Hi Jeremie,

 

Try out this first:

gst-launch --gst-debug=3 --gst-debug-no-color rtspsrc location=<RTSP URL> !
rtpmp4vdepay ! ffdec_mpeg4 ! ximagesink

 

Make sure that the URL streams out a MP4V-ES only. See what RTSP/RTP packets
are being exchanged by doing an Ethereal packet capture.
 

For more detailed debug messages, increase the gst-debug level to 5 and
redirect 2 (stderr) to a file for detailed examination. However I don't
think that will be required, since from the error messages you sent earlier,
it looks to be a network or server problem and not got anything to do with
gstreamer. Anyway, the packet capture will reveal if that is so. 

 

For me the above has worked.

 

Regards,

Deeptendu
 

On 9/6/06, Jérémy Garnier <garnier.gerpi at wiz4com.com> wrote: 

Hi,

I try to make streaming with GStreamer but there are always connection
errors with the server (Helix Universal Server or Darwin Streaming Server)
.


Which server did you use for the streaming?

Is the plug-in RTSP ok????

Can you help me?

 

Jérémie

 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security? 
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk
<http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
&kid=120709&bid=263057&dat=121642

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
<https://lists.sourceforge.net/lists/listinfo/gstreamer-devel> 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20060907/64f1798e/attachment.htm>


More information about the gstreamer-devel mailing list