[gst-devel] gstreamer-devel Digest, Vol 55, Issue 44

Shamun toha md shamun.toha at gmail.com
Sat Dec 11 10:49:46 CET 2010


But why the following then works its in UDP, its doing multicast, exactly
the same what i am trying with vorbis/ogg ?
- When its transparent and no encode/decoder used it  works, its the
OGGDEMUX causing this. WHY THEN THE FOLLOWING CODE WORKS ???

1, Sending my mic audio no encode/decode:
==============================
[sun at example ~]$ gst-launch -v autoaudiosrc ! udpsink host=127.0.0.1
auto-multicast=true port=4444
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
actual-buffer-time = 23771768
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
actual-latency-time = 15986
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstAudioSrcClock
/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src.GstProxyPad:proxypad0:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 89601184492 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = NULL
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src: caps =
NULL
/GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:
caps = NULL
Setting pipeline to NULL ...
Freeing pipeline ...


2, I can hear in my sound card my exact audio/ no drop nothing it works:
=======================================================

[sun at example ~]$ gst-launch -v udpsrc multicast-group=127.0.0.1 port=4444 !
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2 ! autoaudiosink
bash: syntax error near unexpected token `('
[sun at example ~]$ gst-launch -v udpsrc multicast-group=127.0.0.1 port=4444 !
audio/x-raw-int, endianness=1234, signed=true, width=16, depth=16,
rate=44100, channels=2 ! autoaudiosinkSetting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps =
audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16,
depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse.GstPad:sink:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink.GstProxyPad:proxypad0:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
volume = 0.010334
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
mute = FALSE
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
volume = 0.031805
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
mute = FALSE
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
volume = 0.038150
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
mute = FALSE
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
volume = 1.000000
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse:
mute = FALSE
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 14477191074 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse.GstPad:sink:
caps = NULL
/GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0.GstGhostPad:sink:
caps = NULL
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = NULL
Setting pipeline to NULL ...
Freeing pipeline ...
[sun at example ~]$



Thanks & Regards
Shamun



On Sat, Dec 11, 2010 at 10:09 AM, <
gstreamer-devel-request at lists.sourceforge.net> wrote:

> Send gstreamer-devel mailing list submissions to
>        gstreamer-devel at lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> or, via email, send a message with subject or body 'help' to
>        gstreamer-devel-request at lists.sourceforge.net
>
> You can reach the person managing the list at
>        gstreamer-devel-owner at lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gstreamer-devel digest..."
>
>
> Today's Topics:
>
>   1. Re: [NEVER WORKS] -
>      /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could not decode
>      stream. (Edward Hervey)
>   2. Re: How I test the FLV demux plugin (michael)
>   3. Re: gstreamer-devel Digest, Vol 55, Issue 42 (Shamun toha md)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 11 Dec 2010 09:45:40 +0100
> From: Edward Hervey <bilboed at gmail.com>
> Subject: Re: [gst-devel] [NEVER WORKS] -
>        /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could not decode
> stream.
> To: Discussion of the development of GStreamer
>        <gstreamer-devel at lists.sourceforge.net>
> Message-ID: <1292057140.2568.5.camel at deumeu>
> Content-Type: text/plain; charset="us-ascii"
>
> On Fri, 2010-12-10 at 23:24 +0100, Shamun toha md wrote:
> > Dear Experts,
> >
> > I was trying a lot to get this work. But still have same issue with
> > OGGDEMUG. I also tried with simple codecs like SPEEX but its always
> > same error as following. Please advise.
>
> >
> > [root at example ~]# gst-launch -v udpsrc multicast-group=127.0.0.1
> > port=4444 ! oggdemux ! vorbisdec ! audioconvert ! alsasink
>
> >
> > [sun at example tmp]$ gst-launch -v autoaudiosrc num-buffers=100 !
> > speexenc ! oggmux ! udpsink host=127.0.0.1 auto-multicast=true
> > port=4444
> >
> > [sun at example tmp]$ gst-launch -v autoaudiosrc ! audioconvert !
> > vorbisenc ! oggmux ! udpsink host=127.0.0.1 auto-multicast=true
> > port=4444
> >
>
>  You're sending data over UDP which, unlike TCP, does not guarantee:
>  * order of receiving packets
>  * packets arriving at all
>
>  So basically your client pipeline is receiving random junk, I wouldn't
> expect that to work.
>
>  Switch to using either :
>  * TCP elements (Which won't do multicast)
>  * or RTP (de)payloaders
>  * or just use gst-rtsp-server on your server and playbin2 on your
> client
>
>    Edward
>
> >
> > Thanks & Regards
> > Shamun
> >
> >
> ------------------------------------------------------------------------------
> > Oracle to DB2 Conversion Guide: Learn learn about native support for
> PL/SQL,
> > new data types, scalar functions, improved concurrency, built-in
> packages,
> > OCI, SQL*Plus, data movement tools, best practices and more.
> > http://p.sf.net/sfu/oracle-sfdev2dev
> > _______________________________________________ gstreamer-devel mailing
> list gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 11 Dec 2010 16:49:37 +0800
> From: michael <mcygogo at gmail.com>
> Subject: Re: [gst-devel] How I test the FLV demux plugin
> To: Discussion of the development of GStreamer
>        <gstreamer-devel at lists.sourceforge.net>
> Message-ID:
>        <AANLkTikjnpOgNm-bpStkobUDbeg23fBikUX36pAy_zs7 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi sudarshan:
>    I run it with the -v option, and the result  like this:
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> /GstPipeline:pipeline0/GstFlvDemux:demux.GstPad:video: caps = video/x-h264,
> pixel-aspect-ratio=(fraction)1/1,
>
> codec_data=(buffer)01640015ffe1001e67640015ac34e602808effc028402804000003000400000300ca3c58b67801000468e9bbcb
> ERROR: from element /GstPipeline:pipeline0/GstFlvDemux:demux: Internal data
> stream error.
> Additional debug info:
> gstflvdemux.c(2283): gst_flv_demux_loop ():
> /GstPipeline:pipeline0/GstFlvDemux:demux:
> stream stopped, reason not-linked
> ERROR: pipeline doesn't want to preroll.
> Setting pipeline to NULL ...
> /GstPipeline:pipeline0/GstFlvDemux:demux.GstPad:audio: caps = NULL
> /GstPipeline:pipeline0/GstFlvDemux:demux.GstPad:video: caps = NULL
> Freeing pipeline ...
>
> I have found that the in function: gst_flv_demux_parse_tag_video() , the
> call gst_pad_push(demux->video_pad, outbuf) returned the -1;
>
> On Sat, Dec 11, 2010 at 4:33 PM, sudarshan bisht
> <bisht.sudarshan at gmail.com>wrote:
>
> > Could you run the same pipeline with -v option and paste the log here ?
> >
> >
> > On Sat, Dec 11, 2010 at 11:47 AM, michael <mcygogo at gmail.com> wrote:
> >
> >> Hi all:
> >>      Now I am learning some about the flv plugin--flvdemux, I try to
> demux
> >> my flv test file like this:
> >> gst-launch filesrc location=test.flv ! flvdemux name=demux
> demux.video_00
> >> ! queue ! filesink location=test.ves demux.audio_00 ! queue ! filesink
> >> location=test.aes
> >>      But when I run it , I just get the information like this:
> >> Setting pipeline to PAUSED ...
> >> Pipeline is PREROLLING ...
> >> ERROR: from element /GstPipeline:pipeline0/GstFlvDemux:demux: Internal
> >> data stream error.
> >> Additional debug info:
> >> gstflvdemux.c(2283): gst_flv_demux_loop ():
> >> /GstPipeline:pipeline0/GstFlvDemux:demux:
> >> stream stopped, reason not-linked
> >> ERROR: pipeline doesn't want to preroll.
> >> Setting pipeline to NULL ...
> >> Freeing pipeline ...
> >>
> >> I just want test the flvdemux plugin , So How I fixed it? tks:)
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Oracle to DB2 Conversion Guide: Learn learn about native support for
> >> PL/SQL,
> >> new data types, scalar functions, improved concurrency, built-in
> packages,
> >> OCI, SQL*Plus, data movement tools, best practices and more.
> >> http://p.sf.net/sfu/oracle-sfdev2dev
> >> _______________________________________________
> >> gstreamer-devel mailing list
> >> gstreamer-devel at lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >>
> >>
> >
> >
> > --
> > Regards,
> >
> > Sudarshan Bisht
> >
> >
> >
> ------------------------------------------------------------------------------
> > Oracle to DB2 Conversion Guide: Learn learn about native support for
> > PL/SQL,
> > new data types, scalar functions, improved concurrency, built-in
> packages,
> > OCI, SQL*Plus, data movement tools, best practices and more.
> > http://p.sf.net/sfu/oracle-sfdev2dev
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 3
> Date: Sat, 11 Dec 2010 10:09:23 +0100
> From: Shamun toha md <shamun.toha at gmail.com>
> Subject: Re: [gst-devel] gstreamer-devel Digest, Vol 55, Issue 42
> To: gstreamer-devel at lists.sourceforge.net
> Message-ID:
>        <AANLkTi=Lu8RQwyMSJ3gs3uJbmeCp9f_5m8ViK57=z88d at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> YES, now i tried debug 4/5 for specific oggdemux getting as following. And
> more details log 5 here: https://gist.github.com/737273
>
> Debug 4:
>
> [sun at example ~]$ gst-launch -v --gst-debug=oggdemux:4 udpsrc
> multicast-group=127.0.0.1 port=4444 ! oggdemux ! vorbisdec ! audioconvert !
> alsasink
>
> 0:00:00.029828546  3578  0x9035050 DEBUG               oggdemux
> gstoggdemux.c:3310:gst_ogg_demux_plugin_init: binding text domain
> gst-plugins-base-0.10 to locale dir /usr/share/locale
> Setting pipeline to PAUSED ...
> 0:00:00.049287241  3578  0x9035050 DEBUG               oggdemux
> gstoggdemux.c:3213:gst_ogg_demux_sink_activate:<oggdemux0:sink> activating
> push
> Pipeline is live and does not need PREROLL ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock
> 0:00:00.502757325  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:1275:gst_ogg_demux_sink_event:<oggdemux0> got a new segment
> event
> 0:00:00.502912789  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:00.502958464  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 3996
> bytes
> 0:00:00.503076704  3578  0x9192d38 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> 0:00:01.022867801  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:01.022950352  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 4107
> bytes
> 0:00:01.023052948  3578  0x9192d38 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> 0:00:01.508798084  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:01.508856191  3578  0x9192d38 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 4283
> bytes
> 0:00:01.508906336  3578  0x9192d38 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> ^CCaught interrupt -- handling interrupt.
> Interrupt: Stopping pipeline ...
> Execution ended after 1749126474 ns.
> Setting pipeline to PAUSED ...
> Setting pipeline to READY ...
> Setting pipeline to NULL ...
> Freeing pipeline ...
> [sun at example ~]$
>
>
> Debug 5:
>
> [sun at example ~]$ gst-launch -v --gst-debug=oggdemux:5 udpsrc
> multicast-group=127.0.0.1 port=4444 ! oggdemux ! vorbisdec ! audioconvert !
> alsasink
>
> 0:00:00.029476132  3581  0x9eee050 DEBUG               oggdemux
> gstoggdemux.c:3310:gst_ogg_demux_plugin_init: binding text domain
> gst-plugins-base-0.10 to locale dir /usr/share/locale
> Setting pipeline to PAUSED ...
> 0:00:00.063592227  3581  0x9eee050 DEBUG               oggdemux
> gstoggdemux.c:3213:gst_ogg_demux_sink_activate:<oggdemux0:sink> activating
> push
> Pipeline is live and does not need PREROLL ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock
> 0:00:00.448037917  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:1275:gst_ogg_demux_sink_event:<oggdemux0> got a new segment
> event
> 0:00:00.448196035  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:00.448242129  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 4304
> bytes
> 0:00:00.448371823  3581  0xa03ba28 LOG                 oggdemux
> gstoggdemux.c:2769:gst_ogg_demux_handle_page:<oggdemux0> processing ogg
> page
> (serial 20a147e6, pageno 643, granulepos 14205248, bos 0)
> 0:00:00.448430070  3581  0xa03ba28 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> 0:00:00.959745085  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:00.959842373  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 3985
> bytes
> 0:00:00.959935260  3581  0xa03ba28 LOG                 oggdemux
> gstoggdemux.c:2769:gst_ogg_demux_handle_page:<oggdemux0> processing ogg
> page
> (serial 20a147e6, pageno 644, granulepos 14226752, bos 0)
> 0:00:00.959992249  3581  0xa03ba28 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> 0:00:01.472230434  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:01.472315918  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 4084
> bytes
> 0:00:01.472407410  3581  0xa03ba28 LOG                 oggdemux
> gstoggdemux.c:2769:gst_ogg_demux_handle_page:<oggdemux0> processing ogg
> page
> (serial 20a147e6, pageno 645, granulepos 14249280, bos 0)
> 0:00:01.472462583  3581  0xa03ba28 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> 0:00:01.982984361  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:01.983093591  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 4105
> bytes
> 0:00:01.983188155  3581  0xa03ba28 LOG                 oggdemux
> gstoggdemux.c:2769:gst_ogg_demux_handle_page:<oggdemux0> processing ogg
> page
> (serial 20a147e6, pageno 646, granulepos 14271808, bos 0)
> 0:00:01.983244795  3581  0xa03ba28 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> ^CCaught interrupt -- 0:00:02.470417436  3581  0xa03ba28 DEBUG
> oggdemux gstoggdemux.c:2864:gst_ogg_demux_chain:<oggdemux0> chain
> 0:00:02.470498660  3581  0xa03ba28 DEBUG               oggdemux
> gstoggdemux.c:1314:gst_ogg_demux_submit_buffer:<oggdemux0> submitting 4148
> bytes
> 0:00:02.470591128  3581  0xa03ba28 LOG                 oggdemux
> gstoggdemux.c:2769:gst_ogg_demux_handle_page:<oggdemux0> processing ogg
> page
> (serial 20a147e6, pageno 647, granulepos 14294336, bos 0)
> 0:00:02.470646581  3581  0xa03ba28 WARN                oggdemux
> gstoggdemux.c:2838:gst_ogg_demux_handle_page:<oggdemux0> warning: unknown
> ogg pad for serial 20a147e6 detected
> WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could
> not decode stream.
> Additional debug info:
> gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> unknown ogg pad for serial 20a147e6 detected
> handling interrupt.
> Interrupt: Stopping pipeline ...
> Execution ended after 2497263738 ns.
> Setting pipeline to PAUSED ...
> Setting pipeline to READY ...
> Setting pipeline to NULL ...
> Freeing pipeline ...
>
>
>
>
>
>
> > Message: 2
> > Date: Fri, 10 Dec 2010 17:37:23 -0500
> > From: Timothy Braun <braunsquared at gmail.com>
> > Subject: Re: [gst-devel] [NEVER WORKS] -
> >        /GstPipeline:pipeline0/GstOggDemux:oggdemux0: Could not decode
> > stream.
> > To: Discussion of the development of GStreamer
> >        <gstreamer-devel at lists.sourceforge.net>
> > Message-ID:
> >        <AANLkTimZYN6Fm7Jw8BafHZZc_Mpj999s4T6GSm=TLEp7 at mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I'm not an expert, but have you tried running it with GST_DEBUG=3 (or
> even
> > 4) to see if any more details get dropped to the console?
> >
> > Tim
> >
> > On Fri, Dec 10, 2010 at 5:24 PM, Shamun toha md <shamun.toha at gmail.com
> > >wrote:
> >
> > > Dear Experts,
> > >
> > > I was trying a lot to get this work. But still have same issue with
> > > OGGDEMUG. I also tried with simple codecs like SPEEX but its always
> same
> > > error as following. Please advise.
> > >
> > > My system info:
> > > ==================
> > > [root at example ~]# uname -a
> > > Linux example 2.6.32.12-114.fc12.i686 #1 SMP Tue Apr 27 21:29:58 UTC
> 2010
> > > i686 i686 i386 GNU/Linux
> > >
> > > Gstreamer info:
> > > =============
> > > [root at example ~]# yum install gstreamer
> > > Loaded plugins: presto, refresh-packagekit
> > > Setting up Install Process
> > > Package gstreamer-0.10.29-1.fc12.i686 already installed and latest
> > version
> > > Nothing to do
> > > [root at example ~]#
> > >
> > >
> > >
> > > CLIENT - ERROR/BUG
> > > ==================
> > >
> > > [root at example ~]# gst-launch -v udpsrc multicast-group=127.0.0.1
> > port=4444
> > > ! oggdemux ! vorbisdec ! audioconvert ! alsasink
> > > Setting pipeline to PAUSED ...
> > > Pipeline is live and does not need PREROLL ...
> > > Setting pipeline to PLAYING ...
> > > New clock: GstSystemClock
> > > WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> Could
> > > not decode stream.
> > > Additional debug info:
> > > gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> > > /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> > > unknown ogg pad for serial 421c8315 detected
> > > WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> Could
> > > not decode stream.
> > > Additional debug info:
> > > gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> > > /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> > > unknown ogg pad for serial 421c8315 detected
> > > WARNING: from element /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> Could
> > > not decode stream.
> > > Additional debug info:
> > > gstoggdemux.c(2838): gst_ogg_demux_handle_page ():
> > > /GstPipeline:pipeline0/GstOggDemux:oggdemux0:
> > > unknown ogg pad for serial 421c8315 detected
> > > ^CCaught interrupt -- handling interrupt.
> > > Interrupt: Stopping pipeline ...
> > > Execution ended after 1746771949 ns.
> > > Setting pipeline to PAUSED ...
> > > Setting pipeline to READY ...
> > > Setting pipeline to NULL ...
> > > Freeing pipeline ...
> > > [root at example ~]#
> > >
> > >
> > >
> > > SERVER - OK
> > > =============
> > >
> > >
> > > [sun at example tmp]$ gst-launch -v autoaudiosrc num-buffers=100 !
> speexenc
> > !
> > > oggmux ! udpsink host=127.0.0.1 auto-multicast=true port=4444
> > > Setting pipeline to PAUSED ...
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
> > > actual-buffer-time = 23777210
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
> > > actual-latency-time = 115986
> > > /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src:
> > caps
> > > = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
> > > width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:
> > > caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
> > > width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
> > > Pipeline is live and does not need PREROLL ...
> > > Setting pipeline to PLAYING ...
> > > New clock: GstAudioSrcClock
> > > /GstPipeline:pipeline0/GstSpeexEnc:speexenc0: last-message = "Warning:
> > > speex is optimized for 8, 16 and 32 KHz"
> > > /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:sink: caps =
> > > audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
> > width=(int)16,
> > > depth=(int)16, rate=(int)44100, channels=(int)2
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src.GstProxyPad:proxypad0:
> > > caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
> > > width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)2
> > > /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:src: caps =
> > > audio/x-speex, rate=(int)44100, channels=(int)2, streamheader=(buffer)<
> > >
> >
> 5370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,
> > >
> >
> 1f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001
> > > >
> > > /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:sink_1996515720: caps =
> > > audio/x-speex, rate=(int)44100, channels=(int)2, streamheader=(buffer)<
> > >
> >
> 5370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,
> > >
> >
> 1f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001
> > > >
> > > /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps =
> > > application/ogg, streamheader=(buffer)<
> > >
> >
> 4f676753000200000000000000008869007700000000aa8326b101505370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,
> > >
> >
> 4f6767530000000000000000000088690077010000000c96225e01281f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001
> > > >
> > > /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps =
> > > application/ogg, streamheader=(buffer)<
> > >
> >
> 4f676753000200000000000000008869007700000000aa8326b101505370656578202020312e327263310000000000000000000000000000010000005000000044ac0000020000000400000002000000ffffffff800200000000000001000000000000000000000000000000,
> > >
> >
> 4f6767530000000000000000000088690077010000000c96225e01281f000000456e636f6465642077697468204753747265616d6572205370656578656e630000000001
> > > >
> > > WARNING: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0:
> > Internal
> > > data flow problem.
> > > Additional debug info:
> > > gstbasesink.c(3343): gst_base_sink_chain_unlocked ():
> > > /GstPipeline:pipeline0/GstUDPSink:udpsink0:
> > > Received buffer without a new-segment. Assuming timestamps start from
> 0.
> > > ^CCaught interrupt -- handling interrupt.
> > > Interrupt: Stopping pipeline ...
> > > Execution ended after 1126778907597 ns.
> > > Setting pipeline to PAUSED ...
> > > Setting pipeline to READY ...
> > > /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = NULL
> > > /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:sink_1996515720: caps =
> > > NULL
> > > /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps = NULL
> > > /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:src: caps = NULL
> > > /GstPipeline:pipeline0/GstSpeexEnc:speexenc0.GstPad:sink: caps = NULL
> > > /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src:
> > caps
> > > = NULL
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:
> > > caps = NULL
> > > Setting pipeline to NULL ...
> > > Freeing pipeline ...
> > > [sun at example tmp]$ clear
> > >
> > > [sun at example tmp]$ gst-launch -v autoaudiosrc ! audioconvert !
> vorbisenc
> > !
> > > oggmux ! udpsink host=127.0.0.1 auto-multicast=true port=4444
> > > Setting pipeline to PAUSED ...
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
> > > actual-buffer-time = 23777210
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
> > > actual-latency-time = 115986
> > > /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src:
> > caps
> > > = audio/x-raw-float, endianness=(int)1234, width=(int)32,
> > rate=(int)44100,
> > > channels=(int)1
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls.GstPad:src:
> > > caps = audio/x-raw-float, endianness=(int)1234, width=(int)32,
> > > rate=(int)44100, channels=(int)1
> > > Pipeline is live and does not need PREROLL ...
> > > Setting pipeline to PLAYING ...
> > > New clock: GstAudioSrcClock
> > > /GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps =
> > > audio/x-raw-float, endianness=(int)1234, width=(int)32,
> rate=(int)44100,
> > > channels=(int)1
> > > /GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps
> =
> > > audio/x-raw-float, endianness=(int)1234, width=(int)32,
> rate=(int)44100,
> > > channels=(int)1
> > >
> >
> /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0.GstGhostPad:src.GstProxyPad:proxypad0:
> > > caps = audio/x-raw-float, endianness=(int)1234, width=(int)32,
> > > rate=(int)44100, channels=(int)1
> > > /GstPipeline:pipeline0/GstVorbisEnc:vorbisenc0: last-message =
> "encoding
> > at
> > > quality level 0.30"
> > > /GstPipeline:pipeline0/GstVorbisEnc:vorbisenc0.GstPad:sink: caps =
> > > audio/x-raw-float, endianness=(int)1234, width=(int)32,
> rate=(int)44100,
> > > channels=(int)1
> > > /GstPipeline:pipeline0/GstVorbisEnc:vorbisenc0.GstPad:src: caps =
> > > audio/x-vorbis, streamheader=(buffer)<
> > > 01766f72626973000000000144ac0000000000008038010000000000b801,
> > >
> >
> 03766f726269731d000000586970682e4f7267206c6962566f7262697320492032303039303730390000000001,
> > >
> >
> 05766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404
> > > >
> > > /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:sink_1109164821: caps =
> > > audio/x-vorbis, streamheader=(buffer)<
> > > 01766f72626973000000000144ac0000000000008038010000000000b801,
> > >
> >
> 03766f726269731d000000586970682e4f7267206c6962566f7262697320492032303039303730390000000001,
> > >
> >
> 05766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404
> > > >
> > > /GstPipeline:pipeline0/GstOggMux:oggmux0.GstPad:src: caps =
> > > application/ogg, streamheader=(buffer)<
> > >
> >
> 4f6767530002000000000000000015831c42000000004904efb7011e01766f72626973000000000144ac0000000000008038010000000000b801,
> > >
> >
> 4f6767530000000000000000000015831c4201000000cbbcc2ec0e2dffffffffffffffffffffffff8103766f726269731d000000586970682e4f7267206c6962566f726269732049203230303930373039000000000105766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404
> > > >
> > > /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps =
> > > application/ogg, streamheader=(buffer)<
> > >
> >
> 4f6767530002000000000000000015831c42000000004904efb7011e01766f72626973000000000144ac0000000000008038010000000000b801,
> > >
> >
> 4f6767530000000000000000000015831c4201000000cbbcc2ec0e2dffffffffffffffffffffffff8103766f726269731d000000586970682e4f7267206c6962566f726269732049203230303930373039000000000105766f726269732242435601004000002473182a46a5731684101a425019e31c42ce6bec19424c11821c324c5bcb25739021a4a042885b2881d09055000040000087417814848a41082184253d589283273d082184883978148469410821841042082184104208218445396892832741081d84e330380c83e538f81c8445395810832741e820840f42b89a83ac3908218424354850830639e81c84c22c288a82c430b816840435288c82e430c8d4830b42889a834935f81a846741781684694108218424414890830641c8188446415892830639b81484cb41a81a842a39081f842034641500900000a0a2288aa2280a101ab20a00c8000010405114c7711cc9911cc9b11c0b080d590500000100080000a0488aa4488ee44892245992255992255992e689aa2ccbb22ccbb22ccb32101ab20a0048000050510c45711407080d59050064000008a0388aa5588aa5688ae7888e088486ac0200800000040000103443533c479444cf5455d7b66ddbb66ddbb66ddbb66ddbb66d5b966519080d59050040000010d26966a9068830031906424356010008000080118a30c480d09055000040000080184a0ea209ad39df9ce3a0590e9a4ab1391d9c48b579929b8ab939e79c73cec9e69c31ce39e79ca29c590c9a09ad39e79cc4a0590a9a09ad39e79c27b179d09a2aad39e79c71cee9609c11c639e79c26ad79909a8db539e79c05ad698e9a4bb139e79c48b979529b4bb539e79c73ce39e79c73ce39e79ceac5e91c9c13ce39e79ca8bdb9969bd0c539e79c4fc6e9de9c10ce39e79c73ce39e79c73ce39e79c20346415000004004010868d61dc2908d2e768204611621a32e941f7e830091a839c42ead1e868a4943a08259571524a27080d590500000200400821851452482185145248218514628821861872ca29a7a0824a2aa9a8a28c32cb2cb3cc32cb2cb3cc3aecacb30e3b0c31c410432badc452536d35d6586bee39e79a83b4565a6badb5524a29a594520a42435601002000000442061964905148218514628829a79c720a2aa880d090550000200080000000004ff21cd1111dd1111dd1111dd1111dd1f11ccf112551122551122dd33235d35345557565d7967559b77d5bd8855df77dddf77dddf8756158966559966559966559966559966559962034641500000200002084104248218514524829c61873cc39e8249410080d59050000020008000000701447711cc9911c49b2244bd224cdd22c4ff3344f133d511445d33455d1155d51376d513665d3355d53365d55566d57966d5bb675db9765dbf77ddff77ddff77ddff77ddff77d5d0742435601001200003a92232992222992e3388e24494068c82a004006004000008ae2288ee33892244992256992677996a8999ae9999e2aaa4068c82a00001000400000000000008aa6788aa9788aa8788ee88892689996a8a99a2bcaa6ecbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaaeebbaae0b8486ac02002400007424477224475224455224477280d0905500800c008000001cc3312445722ccbd2344ff3344f133dd1133dd35345577481d0905500002000800000000000000cc9b014cbd11c4d1225d5522d55532dd55245d5535555555555555555555555555555555555555555555555555555555555555555554dd3344d13080d590900000100d05a73ccad978e41e8ac97c828a4a0d74e39e6a4d7cc28829ce710316398c75231430cc6964184940542435604005100008031c831c41c72ce49ea2445ce392a1da5c63947a9a3d4514ab1a65a3b4aa5b6546be39ca3d451ca28a55a4bab1da5546baab100008000070080000ba1d090150140140000810c520a29859462ce29e79052ca39e61c628a39a79c63ce39289d94ca39279d931229a59c63ce29e79c94ce49e69c93d24928000020c0010020c0422834644500102700e0701c4d93344d14254d13454f145dd71345d59534cd34355154554d144dd5545559164d5596254d334d4d145553134555155553964d55b565cf346dd95455dd1655d5b6655bf67d579675dd334dd91655d5b64d55b5755796755db66ddd9734cd34355154554d1455d75455db3655d5b63551745d51556559545559765d59d75557d67d4d1455d5534dd91555559655d9d5655596755f7455dd565dd9d75559d67ddbd6855fd67dc2a8aaba6ecaaeaeabb2acfbb22efbbaedeb9449d34c53134555d54451554d57b56d53756d5b1345d71555d5964553756555967d5f7565d9d744d175455595655155655995655d776557b74555d56d55767ddf745d5d97755d58665bf785d375755d9565df576559f7655dc7d675dff74cd3b64dd7d575d35575dfd675e5996ddbf84555d5755596855f9565dfd785e1796edd179e515575dd945d5f576559176e5f37dabe6e3caf6d63db3eb2af230c47beb02c5ddb36babe4d9875dde81b43e1378634d3b46dd35575dd745d5f9775dd68ebba5054555d5765d9f75557f67d5bf785e1f67ddf1855d7f755591686d5969d61f77da5ee0b9555b685dfd675e7986d5d587ee3e8fcbe3274755b68ebbab1ccbeae3cbb7174863e020000061c0000024c28038586ac0800e2040018849c434c4188148310424829849052c41884cc39291973524229a98552528b188390392625734e4a28a1a5504a4ba184d64229b185525a6cadd59a5a8b3584d25a28a5b5504a8ba9a51a5b6b35468c41c89c93923927a594d25a28a5b5cc392a9d83943a0829a5945a2c29c558392725838e4a0721a5924a4c25a518432ab19594622c29c5d85a6cb9c5987328a5c5924a6c25a5585b4c39b618738e188390392725734e4a28a5b552526b9573523a0829650e4a2a29c5584a4a31734e4a0721a50e424a25a518534ab18552622b29d5584a6ab1c598734b31d650528b25a5184b4a31b618736eb1e5d641682da412632825c61663aeadb51a4329b19594622c29d51663adbdc598732825c6924a8d25a5585b8db9c618734eb1e59a5aacb9c5d86b6db9f59a73d0a9b55a534cb9b618738eb9055973eebd83d05a28a5c5504a8cadb55a5b8c398752622b29d5584a8ab5c598736bb1f6504a8c25a5584b4a35b6186b8e35f69a5aabb5c5986b6ab1e69a73ef31e6d8536b35b7186b4eb1e55a73eebde6d663010000030e000001269481424356020051000004214a3106a1418831e7a4340831e69c948a31e720a45231e61c845232e720949252e61c8452520aa5a492526ba19452526aad00008002070080001b342516072834642500900a0060701ccbf23c513455d9762cc9f344d13455d5b61dcbf23c51344d55b56dcbf344d13455d57575ddf23c51345555755d5df744513555d5756559f73d51345555755d59f67dd35455d5756559b6855f345557755d599665df585dd5756559b6755b1856d5755d59966d5b37865bd775ddf78561393ab76eebbaeffbc2f13bc70000f0040700a0021b564738291a0b2c34642500900100401883904148218310524821a510524a090000187000000830a10c141ab21200880200000891524a298d94524a29a591524a29a5941242082184104208218410420821841042082184104208218410420821841042080500f84f3800f83fd8a029b13840a1212b0180700000c018a598720c3a0929358c3906a19494526aad618c3108a5a4d45a4b9573104a49a9b5d862ac9c8350524aadc51a630721a5d65aacb1d69a3b0829a5166bac39d81c4a692dc65873cebdf790526b31d65a73efbd97d662ac35e7dc8310c2b41463aeb9f6e07bef29b65a6bcd3df8208450b1d55a73f0410821848b31f7dc83f03d08215c8c39e71e84f0c1076100007783030044828d33ac249d158e06171ab212000809002010628a31e79c8310420891528c39e71c8410422825528a31e79c830e420825648c39e71c84104228a5948c31e79c83104209a5949239e71c84104228a5945232e7a083104209a594524ae71c84104208a594524ae9a083104209a594524a292184104209a594524a292584104209a594524a29a584104a28a594524a29a594104229a594524a29a594124228a594524a29a594924229a594524a29a594525228a594524a29a594524a09a594524a29a5949452490500001c3800000418412719551661a309171e80424356020040000014c45653899d41cc3167a9210831a8a9424a29863143ca20a629530a218521738a2102a1c5564bc5000000100400080809003040503003000c0e103e0741274070b401000842648648342c048707950011311500242628e4024085c545dac5057419e0822eee3a1042108210c4e2000a48c0c109373cf18627dce0049da2520701000000007000000f0000c7051011d11c4686c6064787c70748480000000000c800c00700c021024444348791a1b1c1d1e1f10112120000000000000000000404040000000000020000000404
> > > >
> > > WARNING: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0:
> > Internal
> > > data flow problem.
> > > Additional debug info:
> > > gstbasesink.c(3343): gst_base_sink_chain_unlocked ():
> > > /GstPipeline:pipeline0/GstUDPSink:udpsink0:
> > > Received buffer without a new-segment. Assuming timestamps start from
> 0.
> > >
> > >
> > >
> > >
> > > Thanks & Regards
> > > Shamun
> > >
> > >
> > >
> > >
> >
> ------------------------------------------------------------------------------
> > > Oracle to DB2 Conversion Guide: Learn learn about native support for
> > > PL/SQL,
> > > new data types, scalar functions, improved concurrency, built-in
> > packages,
> > > OCI, SQL*Plus, data movement tools, best practices and more.
> > > http://p.sf.net/sfu/oracle-sfdev2dev
> > > _______________________________________________
> > > gstreamer-devel mailing list
> > > gstreamer-devel at lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> > >
> > >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> >
> > ------------------------------
> >
> >
> >
> ------------------------------------------------------------------------------
> > Oracle to DB2 Conversion Guide: Learn learn about native support for
> > PL/SQL,
> > new data types, scalar functions, improved concurrency, built-in
> packages,
> > OCI, SQL*Plus, data movement tools, best practices and more.
> > http://p.sf.net/sfu/oracle-sfdev2dev
> >
> > ------------------------------
> >
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> >
> >
> > End of gstreamer-devel Digest, Vol 55, Issue 42
> > ***********************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Oracle to DB2 Conversion Guide: Learn learn about native support for
> PL/SQL,
> new data types, scalar functions, improved concurrency, built-in packages,
> OCI, SQL*Plus, data movement tools, best practices and more.
> http://p.sf.net/sfu/oracle-sfdev2dev
>
> ------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
> End of gstreamer-devel Digest, Vol 55, Issue 44
> ***********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20101211/e1181d08/attachment.htm>


More information about the gstreamer-devel mailing list