[Bug 761433] rtmpsink: streaming to youtube no longer works on git master
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Sep 15 11:23:56 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761433
--- Comment #12 from Arjen Veenhuizen <arjen.veenhuizen at tno.nl> ---
I can confirm that this seem to be working (again?) on my install (1.9.2). Just
tested it. I guess we can safely put this to obsolete.
For future reference, the first pipeline in my first post is missing an
rtmpsink.
Example pipeline to stream H264/AAC to YouTube using GStreamer 1.x:
gst-launch-1.0 -evvv videotestsrc is-live=true do-timestamp=false ! capsfilter
caps="video/x-raw, format=I420, width=1280, height=720,
framerate=(fraction)25/1" ! videoconvert ! queue ! videoconvert ! x264enc
bitrate=2000 key-int-max=25
option-string="keyint=25:min-keyint=25:no-scenecut:bframes=1" bframes=1 tune=2
speed-preset=ultrafast ! h264parse ! queue ! mux. audiotestsrc is-live=true
wave=0 ! capsfilter caps="audio/x-raw, endianness=(int)1234, format=F32LE,
signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100,
channels=(int)2" ! queue ! avenc_aac bitrate=96000 compliance=-2 ! capsfilter
caps="audio/mpeg,mpegversion=4,stream-format=raw" ! queue ! flvmux name=mux !
rtmpsink location="rtmp://a.rtmp.youtube.com/live2/<rtmp_id>" async=true
sync=false
--
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