Video file create with Gstreamer can't be played by Slack
Michael Gruner
michael.gruner at ridgerun.com
Wed Nov 18 06:31:43 UTC 2020
Hi Jack
I don’t know about the slack part. However the extension of your file is MP4 but your mux is MPEG TS. Maybe the extension/container mismatch confuses slack?
Either rename your file to end with .ts if you want MPEG TS, or replace mpegtsmux with qtmux if your want MP4.
Michael
> On 18 Nov 2020, at 00:08, omer.tal <jacklawi at gmail.com> wrote:
>
> Hello,
>
> I was using the following pipeline to record my screen, and share it on
> Slack, but it couldn't be played without actually downloading the file and
> play it with external media player:
>
> gst-launch-1.0 -e ximagesrc endx=1920 ! videoconvert ! x264enc ! mpegtsmux !
> filesink location=OSD.mp4
>
> What could it be?
>
> Thanks
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list