Decode Rtp session theora file and write Ogg

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

Decode Rtp session theora file and write Ogg

giovanni.piccardi
Hi to all, i've saved session RTP video stream (theora) using RtpProxy and WireShark into a file in .pcap format, in any case when i use gtreamer to extract raw payload and to convert it into ogg file i'm involved into gstreamer internal error...

/GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
 
Pipeline that i've use is...
gst-launch-0.10 --verbose filesrc location=theoraNew.pcap ! rtpvrawdepay ! theoraenc ! oggmux ! filesink location=test_theoraenc.ogg
 
I've also tryed whit this pipeline:
gst-launch-0.10 --verbose rtpvrawdepay filesrc location=theoraNew.pcap ! oggmux ! filesink location=test_theoraenc.ogg
 
in this way gstreamer produce an ogg but it doesn't work...

In attachment pcap file (*.rtp is saved from rtp proxy also in pcap format)...
 
Plz help me, thank you.
 
Giovanni
 
 
Giovanni Piccardi
www.agilex.it
 
----

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

=?utf-8?Q?theoraNew.pcap?= (326K) Download Attachment
=?utf-8?Q?29035=3D21698;2.o.rtp?= (3M) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Decode Rtp session theora file and write Ogg

giovanni.piccardi
Hi to all, i've saved session RTP video stream (theora) using RtpProxy and WireShark into a file in .pcap format, in any case when i use gtreamer to extract raw payload and to convert it into ogg file i'm involved into gstreamer internal error...

/GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
 
Pipeline that i've use is...
gst-launch-0.10 --verbose filesrc location=theoraNew.pcap ! rtpvrawdepay ! theoraenc ! oggmux ! filesink location=test_theoraenc.ogg
 
I've also tryed whit this pipeline:
gst-launch-0.10 --verbose rtpvrawdepay filesrc location=theoraNew.pcap ! oggmux ! filesink location=test_theoraenc.ogg
 
in this way gstreamer produce an ogg but it doesn't work...

In attachment pcap file (*.rtp is saved from rtp proxy also in pcap format)...
 
Plz help me, thank you.
 
Giovanni
 
 
Giovanni Piccardi
www.agilex.it
 
----

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Decode Rtp session theora file and write Ogg

giovanni.piccardi
In reply to this post by giovanni.piccardi
Hi to all, i've also tryed this one

gst-launch-0.10 filesrc location=theoraNew.pcap ! pcapparse ! rtptheoradepay ! oggmux ! filesink location=testPcap.ogg

that I think it's the true solution but i have this error:
 
La pipeline è in PREROLLING ...
ERRORE: dall'elemento /GstPipeline:pipeline0/GstFileSrc:filesrc0: Errore interno nel flusso di dati.
Informazioni di debug aggiuntive:
gstbasesrc.c(2550): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming task paused, reason not-negotiated (-4)
ERRORE: la pipeline non vuole fare il preroll.
Impostazione della pipeline a NULL ...
 
Can anyone help me?
 
 
 
Giovanni Piccardi
www.agilex.it
 
----


Da: gstreamer-devel-bounces+giovanni.piccardi=[hidden email]
Cc:
Data: Fri, 23 Sep 2011 11:50:32 +0200
Oggetto: Decode Rtp session theora file and write Ogg

Hi to all, i've saved session RTP video stream (theora) using RtpProxy and WireShark into a file in .pcap format, in any case when i use gtreamer to extract raw payload and to convert it into ogg file i'm involved into gstreamer internal error...

/GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
 
Pipeline that i've use is...
gst-launch-0.10 --verbose filesrc location=theoraNew.pcap ! rtpvrawdepay ! theoraenc ! oggmux ! filesink location=test_theoraenc.ogg
 
I've also tryed whit this pipeline:
gst-launch-0.10 --verbose rtpvrawdepay filesrc location=theoraNew.pcap ! oggmux ! filesink location=test_theoraenc.ogg
 
in this way gstreamer produce an ogg but it doesn't work...

In attachment pcap file (*.rtp is saved from rtp proxy also in pcap format)...
 
Plz help me, thank you.
 
Giovanni
 
 
Giovanni Piccardi
www.agilex.it
 
----

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Decode Rtp session theora file and write Ogg

giovanni.piccardi
 No one?
 
 
Giovanni Piccardi
www.agilex.it
 
----


Da: gstreamer-devel-bounces+giovanni.piccardi=[hidden email]
Cc:
Data: Fri, 23 Sep 2011 16:12:00 +0200
Oggetto: Re: Decode Rtp session theora file and write Ogg

Hi to all, i've also tryed this one

gst-launch-0.10 filesrc location=theoraNew.pcap ! pcapparse ! rtptheoradepay ! oggmux ! filesink location=testPcap.ogg

that I think it's the true solution but i have this error:
 
La pipeline è in PREROLLING ...
ERRORE: dall'elemento /GstPipeline:pipeline0/GstFileSrc:filesrc0: Errore interno nel flusso di dati.
Informazioni di debug aggiuntive:
gstbasesrc.c(2550): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming task paused, reason not-negotiated (-4)
ERRORE: la pipeline non vuole fare il preroll.
Impostazione della pipeline a NULL ...
 
Can anyone help me?
 
 
 
Giovanni Piccardi
www.agilex.it
 
----


Da: gstreamer-devel-bounces+giovanni.piccardi=[hidden email]
Cc:
Data: Fri, 23 Sep 2011 11:50:32 +0200
Oggetto: Decode Rtp session theora file and write Ogg

Hi to all, i've saved session RTP video stream (theora) using RtpProxy and WireShark into a file in .pcap format, in any case when i use gtreamer to extract raw payload and to convert it into ogg file i'm involved into gstreamer internal error...

/GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
 
Pipeline that i've use is...
gst-launch-0.10 --verbose filesrc location=theoraNew.pcap ! rtpvrawdepay ! theoraenc ! oggmux ! filesink location=test_theoraenc.ogg
 
I've also tryed whit this pipeline:
gst-launch-0.10 --verbose rtpvrawdepay filesrc location=theoraNew.pcap ! oggmux ! filesink location=test_theoraenc.ogg
 
in this way gstreamer produce an ogg but it doesn't work...

In attachment pcap file (*.rtp is saved from rtp proxy also in pcap format)...
 
Plz help me, thank you.
 
Giovanni
 
 
Giovanni Piccardi
www.agilex.it
 
----

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Decode Rtp session theora file and write Ogg

Olivier Crête-3
Hi,

You have to set the caps with the payload type between pcappcarse and
the depayloader.

On Tue, 2011-09-27 at 11:07 +0200, [hidden email] wrote:

>  No one?
>
>  
>  
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>  
> ----
>
>
> Da: gstreamer-devel-bounces
> +giovanni.piccardi=[hidden email]
> A: [hidden email]
> Cc:
> Data: Fri, 23 Sep 2011 16:12:00 +0200
> Oggetto: Re: Decode Rtp session theora file and write Ogg
>
> Hi to all, i've also tryed this one
>
> gst-launch-0.10 filesrc location=theoraNew.pcap ! pcapparse !
> rtptheoradepay ! oggmux ! filesink location=testPcap.ogg
>
> that I think it's the true solution but i have this error:
>  
> La pipeline è in PREROLLING ...
> ERRORE: dall'elemento /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> Errore interno nel flusso di dati.
> Informazioni di debug aggiuntive:
> gstbasesrc.c(2550): gst_base_src_loop
> (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> streaming task paused, reason not-negotiated (-4)
> ERRORE: la pipeline non vuole fare il preroll.
> Impostazione della pipeline a NULL ...
>
>  
> Can anyone help me?
>
>  
>  
>  
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>  
> ----
>
>
> Da: gstreamer-devel-bounces
> +giovanni.piccardi=[hidden email]
> A: [hidden email]
> Cc:
> Data: Fri, 23 Sep 2011 11:50:32 +0200
> Oggetto: Decode Rtp session theora file and write Ogg
>
> Hi to all, i've saved session RTP video stream (theora) using RtpProxy
> and WireShark into a file in .pcap format, in any case when i use
> gtreamer to extract raw payload and to convert it into ogg file i'm
> involved into gstreamer internal error...
>
> /GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal
> GStreamer error: negotiation problem.  Please file a bug at
> http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
>  
> Pipeline that i've use is...
> gst-launch-0.10 --verbose filesrc location=theoraNew.pcap !
> rtpvrawdepay ! theoraenc ! oggmux ! filesink
> location=test_theoraenc.ogg
>
>  
> I've also tryed whit this pipeline:
> gst-launch-0.10 --verbose rtpvrawdepay filesrc
> location=theoraNew.pcap ! oggmux ! filesink
> location=test_theoraenc.ogg
>
>  
> in this way gstreamer produce an ogg but it doesn't work...
>
> In attachment pcap file (*.rtp is saved from rtp proxy also in pcap
> format)...
>  
> Plz help me, thank you.
>
>  
> Giovanni
>
>  
>  
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>  
> ----
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
Olivier Crête
[hidden email]

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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

Re: Decode Rtp session theora file and write Ogg

giovanni.piccardi
Hi, how can i do this?
 
 
Giovanni Piccardi
www.agilex.it
 
----


Da: gstreamer-devel-bounces+giovanni.piccardi=[hidden email]
Cc:
Data: Tue, 27 Sep 2011 10:42:05 -0400
Oggetto: Re: Decode Rtp session theora file and write Ogg

Hi,
 
You have to set the caps with the payload type between pcappcarse and
the depayloader.
 
On Tue, 2011-09-27 at 11:07 +0200, [hidden email] wrote:
> No one?
>
>
>
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>
> ----
>
>
> Da: gstreamer-devel-bounces
> +giovanni.piccardi=[hidden email]
> Cc:
> Data: Fri, 23 Sep 2011 16:12:00 +0200
> Oggetto: Re: Decode Rtp session theora file and write Ogg
>
> Hi to all, i've also tryed this one
>
> gst-launch-0.10 filesrc location=theoraNew.pcap ! pcapparse !
> rtptheoradepay ! oggmux ! filesink location=testPcap.ogg
>
> that I think it's the true solution but i have this error:
>
> La pipeline è in PREROLLING ...
> ERRORE: dall'elemento /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> Errore interno nel flusso di dati.
> Informazioni di debug aggiuntive:
> gstbasesrc.c(2550): gst_base_src_loop
> (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> streaming task paused, reason not-negotiated (-4)
> ERRORE: la pipeline non vuole fare il preroll.
> Impostazione della pipeline a NULL ...
>
>
> Can anyone help me?
>
>
>
>
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>
> ----
>
>
> Da: gstreamer-devel-bounces
> +giovanni.piccardi=[hidden email]
> Cc:
> Data: Fri, 23 Sep 2011 11:50:32 +0200
> Oggetto: Decode Rtp session theora file and write Ogg
>
> Hi to all, i've saved session RTP video stream (theora) using RtpProxy
> and WireShark into a file in .pcap format, in any case when i use
> gtreamer to extract raw payload and to convert it into ogg file i'm
> involved into gstreamer internal error...
>
> /GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal
> GStreamer error: negotiation problem. Please file a bug at
> http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
>
> Pipeline that i've use is...
> gst-launch-0.10 --verbose filesrc location=theoraNew.pcap !
> rtpvrawdepay ! theoraenc ! oggmux ! filesink
> location=test_theoraenc.ogg
>
>
> I've also tryed whit this pipeline:
> gst-launch-0.10 --verbose rtpvrawdepay filesrc
> location=theoraNew.pcap ! oggmux ! filesink
> location=test_theoraenc.ogg
>
>
> in this way gstreamer produce an ogg but it doesn't work...
>
> In attachment pcap file (*.rtp is saved from rtp proxy also in pcap
> format)...
>
> Plz help me, thank you.
>
>
> Giovanni
>
>
>
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>
> ----
> _______________________________________________
> gstreamer-devel mailing list
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
 
--
Olivier Crête

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Decode Rtp session theora file and write Ogg

giovanni.piccardi
In reply to this post by Olivier Crête-3
Hi, plz have u an example?
Thank you.
 
 
Giovanni Piccardi
www.agilex.it
 
----


Da: gstreamer-devel-bounces+giovanni.piccardi=[hidden email]
Cc:
Data: Tue, 27 Sep 2011 10:42:05 -0400
Oggetto: Re: Decode Rtp session theora file and write Ogg

Hi,
 
You have to set the caps with the payload type between pcappcarse and
the depayloader.
 
On Tue, 2011-09-27 at 11:07 +0200, [hidden email] wrote:
> No one?
>
>
>
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>
> ----
>
>
> Da: gstreamer-devel-bounces
> +giovanni.piccardi=[hidden email]
> Cc:
> Data: Fri, 23 Sep 2011 16:12:00 +0200
> Oggetto: Re: Decode Rtp session theora file and write Ogg
>
> Hi to all, i've also tryed this one
>
> gst-launch-0.10 filesrc location=theoraNew.pcap ! pcapparse !
> rtptheoradepay ! oggmux ! filesink location=testPcap.ogg
>
> that I think it's the true solution but i have this error:
>
> La pipeline è in PREROLLING ...
> ERRORE: dall'elemento /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> Errore interno nel flusso di dati.
> Informazioni di debug aggiuntive:
> gstbasesrc.c(2550): gst_base_src_loop
> (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> streaming task paused, reason not-negotiated (-4)
> ERRORE: la pipeline non vuole fare il preroll.
> Impostazione della pipeline a NULL ...
>
>
> Can anyone help me?
>
>
>
>
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>
> ----
>
>
> Da: gstreamer-devel-bounces
> +giovanni.piccardi=[hidden email]
> Cc:
> Data: Fri, 23 Sep 2011 11:50:32 +0200
> Oggetto: Decode Rtp session theora file and write Ogg
>
> Hi to all, i've saved session RTP video stream (theora) using RtpProxy
> and WireShark into a file in .pcap format, in any case when i use
> gtreamer to extract raw payload and to convert it into ogg file i'm
> involved into gstreamer internal error...
>
> /GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal
> GStreamer error: negotiation problem. Please file a bug at
> http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
>
> Pipeline that i've use is...
> gst-launch-0.10 --verbose filesrc location=theoraNew.pcap !
> rtpvrawdepay ! theoraenc ! oggmux ! filesink
> location=test_theoraenc.ogg
>
>
> I've also tryed whit this pipeline:
> gst-launch-0.10 --verbose rtpvrawdepay filesrc
> location=theoraNew.pcap ! oggmux ! filesink
> location=test_theoraenc.ogg
>
>
> in this way gstreamer produce an ogg but it doesn't work...
>
> In attachment pcap file (*.rtp is saved from rtp proxy also in pcap
> format)...
>
> Plz help me, thank you.
>
>
> Giovanni
>
>
>
> Giovanni Piccardi
> e-mail: [hidden email]
> www.agilex.it
>
> ----
> _______________________________________________
> gstreamer-devel mailing list
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
 
--
Olivier Crête

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel