Simulation live file source

Stefan Sauer ensonic at hora-obscura.de
Thu Feb 2 07:10:43 PST 2012


On 02/02/2012 02:40 PM, pfarmer wrote:
> Hello,
> is there a way to simulate a live source from a file? Like it is possible
> with the videotestsrc:
> $ gst-launch videotestsrc is-live=true ! fakesink -v
>
> And I would like to have a filesrc also acting as a live-src e.g. it does
> not preroll and no random access is possible.
> I need it to test compression elements in use for real-time streaming. For
> example:
>
> $ gst-launch filesrc location=704x576_i420_long.yuv ! videoparse format=1
> width=704 height=576 framerate=15/1 ! theoraenc bitrate=100 ! theoradec !
> xvimagesink
> Here the filesrc should act as a live src.

cat 704x576_i420_long.yuv | gst-launch fdsrc ! videoparse ....

Stefan
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Simulation-live-file-source-tp4351457p4351457.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