|
Hi all,
I'm having a problem saving a file from a rtsp source, the pipeline i'm using is this:
gst-launch-1.0 rtspsrc location=rtsp://10.0.0.103/session0.mpg ! decodebin ! x264enc ! mp4mux ! filesink location=file.mp4
But everytime i run this, i keep getting the same error
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://10.0.0.103/session0.mpg
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (request) SETUP stream 1
Progress: (open) Opened Stream
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
Missing element: MPEG4-GENERIC audio RTP depayloader
ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0: Your GStreamer installation is missing a plug-in.
Additional debug info:
gstdecodebin2.c(3977): gst_decode_bin_expose (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0:
no suitable plugins found
Execution ended after 0:00:00.021710679
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
I've installed all the plugins and i've searched for days what i'm missing, but i was unable to find a solution for this. Can you help me with this?
Thanks in advance
|