ios - Does GCSVideoView work with YouTube 360-degree live streaming? -
i saw announcement today youtube streaming 360 video, https://youtube.googleblog.com/2016/04/one-step-closer-to-reality-introducing.html
does gcsvideoview loadfromurl: work? code below modified videowidget ios sample doesn’t show 360 video...
nsstring *videopath =@"https://www.youtube.com/watch?v=db-uq08ydi4"; [_videoview loadfromurl:[[nsurl alloc] initfileurlwithpath:videopath]];
excited see working! thanks!
before anything, check question answer's
i'm looking forward see working answer this... working myself possible solution..
what found out gcscardboardview
extension of glsurfaceview
. cardboard viewports , proyections on top of opengl. i'm no expert way go (for me) 'how show videos through opengl view'.
second step be: create pixel buffer in opengl support video stream.. that's i'm stuck.
Comments
Post a Comment