udp streaming and webm

Trevor Clarke trevor at notcows.com
Thu Mar 8 17:10:41 UTC 2018


Still no luck:

$ gst-launch-1.0 videotestsrc ! videoconvert ! vp8enc end-usage=cbr
error-resilient=partitions keyframe-max-dist=10 auto-alt-ref=true ! webmmux
min-index-interval=10000000 ! chopmydata max-size=9000 ! udpsink
host=127.0.0.1 port=5432 & sleep 3 && gst-discoverer-1.0 udp://
127.0.0.1:5432

[1] 78569

Setting pipeline to PAUSED ...

Pipeline is PREROLLING ...

Redistribute latency...

Pipeline is PREROLLED ...

Setting pipeline to PLAYING ...

New clock: GstSystemClock

Analyzing udp://127.0.0.1:5432

Done discovering udp://127.0.0.1:5432

An error was encountered while discovering the file

 Could not determine type of stream.



But this works (changed sleep to 0)

$ gst-launch-1.0 videotestsrc ! videoconvert ! vp8enc end-usage=cbr
error-resilient=partitions keyframe-max-dist=10 auto-alt-ref=true ! webmmux
min-index-interval=10000000 ! chopmydata max-size=9000 ! udpsink
host=127.0.0.1 port=5432 & sleep 0 && gst-discoverer-1.0 udp://
127.0.0.1:5432

[1] 78566

Analyzing udp://127.0.0.1:5432

Setting pipeline to PAUSED ...

Pipeline is PREROLLING ...

Redistribute latency...

Pipeline is PREROLLED ...

Setting pipeline to PLAYING ...

New clock: GstSystemClock

Done discovering udp://127.0.0.1:5432


Topology:

  container: WebM

    video: VP8


Properties:

  Duration: 0:00:00.266333333

  Seekable: no

  Tags:

      video codec: VP8 video

      container format: Matroska






On Thu, Mar 8, 2018 at 11:54 AM, Arjen Veenhuizen <arjen at moonlightmedia.nl>
wrote:

> How about setting min-index-interval on webmmux to something sensible like
> 1000000000 (1 sec)?
> Also, you should consider keeping the GOP of the video short, e.g. mode=cbr
> error-resilient=true keyframe-max-dist=10 auto-alt-ref=true
>
>
>
>
>
> --
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180308/4e47ada6/attachment.html>


More information about the gstreamer-devel mailing list