[Bug 761433] rtmpsink: streaming to youtube no longer works on git master

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 10 08:37:41 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=761433

--- Comment #4 from Arjen Veenhuizen <arjen.veenhuizen at tno.nl> ---
Funny, (almost) the exact same pipeline fails here most of the time with a
fresh GIT master clone of today (Ubuntu 14.04 x64). I set-up my YouTube event
to accept a 720p stream. 

gst-launch-1.0     videotestsrc is-live=1         !
video/x-raw,width=1280,height=720,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"

GST_DEBUG=4 log: http://pastebin.com/fg8SpyE0

GST_DEBUG=5 log: https://s3-eu-west-1.amazonaws.com/gstreamer-public/test.log

I can see that a bit of data is sent to YouTube, but then it abruptly stops
after a second or two. The YouTube Control Center also shows that it receives a
bit of data but reports a general "error" shortly after.

Sometimes it works but most of the time it fails. I wasn't able to grab a log
of a successful run.

-- 
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