|
Hello,
I have a problem with saving media file on ARM processor. I use same pipeline on two computers: First PC with ubuntu 12.10 with:
gstreamer-0.10.36
gstreamer-plugins-base-0.10.36
gstreamer-plugins-good-0.10.31
Second Ubuntu 10.04 on Arm processor with
gstreamer-0.10.36
gstreamer-plugins-base-0.10.36
gstreamer-plugins-good-0.10.31
Which I compiled from sources.
I use same pipeline and same camera on both computers:
gst-launch -e rtspsrc location=rtsp://192.168.0.120:554/snl/live/1/2/Ux/sido=-Ux/sido= ! gstrtpjitterbuffer ! rtph264depay byte-stream=false ! legacyh264parse access-unit=true output-format=0 ! mp4mux ! filesink location=camera.mp4
On the first machine with x86 There is no problem. File is totally playable.
But on arm I got warning and file is not played at all:
gst-launch: WARNING **: conv: size 353280 is not a multiple of unit size 345600
Which element can be responsible for this? Is it a compilation problem?
To play file I use:
gst-launch playbin2 uri=file:///home/lucid/camera.mp4
Regards
Maciej Łaski
|