[Bug 761433] rtmpsink: streaming to youtube no longer works on git master
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 9 22:44:45 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761433
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |nicolas.dufresne at collabora.
| |co.uk
--- Comment #3 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Streaming live to youtube works for me. Here's the pipeline I use for testing:
gst-launch-1.0 \
videotestsrc is-live=1 \
! video/x-raw,width=320,height=240,framerate=30/1 \
! timeoverlay \
! x264enc bitrate=2000 ! video/x-h264,profile=main \
! queue ! mux. \
audiotestsrc is-live=1 wave=12 ! faac ! queue ! mux. \
flvmux streamable=1 name=mux \
! rtmpsink location="rtmp://a.rtmp.youtube.com/live2/x/<name> app=live2"
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list