Cannot stream mp4 file to network over RTP

Wim Taymans wim.taymans at gmail.com
Tue Aug 21 06:22:31 PDT 2012


On 08/21/2012 01:42 PM, Markus wrote:
> sorry i didnt copy the right line, the video caps are
> VCAPS="application/x-rtp, media=(string)video, clock-rate=(int)90000,
> encoding-name=(string)MP4V-ES, profile-level-id=(string)1,
> config=(string)000001b001000001b58913000001000000012000c48d884aed28045a1463000001b24c61766335312e35372e32,
> payload=(int)96"
>
>
> I just saw that i use h264 decoder. by the way, wich element should i use to
> decode the video file?
If you want to know what element you can link to rtpmp4vdepay, you use 
gst-inspect rtpmp4vdepay and
look at the caps of the srcpad:

Pad Templates:
   SRC template: 'src'
     Availability: Always
     Capabilities:
       video/mpeg
             mpegversion: 4
            systemstream: false

Then you find an element that has these caps on the sinkpad, for example 
avdec_mpeg4.

Wim

>
>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Cannot-stream-mp4-file-to-network-over-RTP-tp4656014p4656020.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list