[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gstreamer-devel
Subject:    Re: Video file create with Gstreamer can't be played by Slack
From:       Nicolas Dufresne <nicolas () ndufresne ! ca>
Date:       2020-11-26 18:15:31
Message-ID: 88849f2d2302801d19c06587046f0d43d753df77.camel () ndufresne ! ca
[Download RAW message or body]

Le mercredi 18 novembre 2020 à 00:08 -0600, omer.tal a écrit  :
> 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

Perhaps that would work better in major browsers:

  ... ! x264enc ! video/x-h264,profile=constrained-baseline ! mp4mux ! filesink
location=...

Basically chose a more widely supported encoding profile (otherwise you might
get high-444, which is not supported by any browser) and produce a fast-start
variant of ISOMP4 (headers first), rather then hiding a MPEG TS into a .mp4
file.

> 
> What could it be?
> 
> Thanks
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic