Hello Marc,
The engineering team identified an additional condition that caused
this behavior, and are trying to get the code to resolve it included
as part of Wednesday evening's push. Hopefully that will happen, but
if it slips until next week for some reason I'll update this thread.
Apologies for the ongoing inconvenience.
Cheers,
-Jeff Posnick, YouTube API Team
groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
@YouTubeDev
On Jun 5, 3:29 pm, Jeffrey Posnick <je...@google.com> wrote:
> Hello Marc,
>
> Sorry about that. I've reopened the bug with the engineering team and
> they'll make further changes as needed to get this working as
> expected.
>
> Cheers,
> -Jeff Posnick, YouTube API Team
> groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> @YouTubeDev
>
> On Jun 5, 2:12 pm, Marc Garner <mgar...@axis41.com> wrote:
>
>
>
>
>
>
>
> > I think it's still a problem. The way I've worked around it for now is
> > to set the quality after the file has initially buffered:
>
> > onPlayerStateChange(event:Event):void {
>
> > if(Object(event).data == 3){
> > player.setPlaybackQuality("default") //or hd720 etc
>
> > }
>
> > And that switches the stream before the video plays. I wish YouTube
> > would fix this though.
>
> > On Jun 5, 6:14 am, Michael Easter <codeto...@gmail.com> wrote:
>
> > > Hello,
>
> > > re: "suggested quality level" parameter to loadVideoById()
>
> > > Has this issue returned? We use the default setting but have suddenly
> > > experienced 240p on June 4.
>
> > > Using the test-link from the Marc's post, it appears that this shows
> > > the issue:
>
> > >http://marcgarner.com/_testing/chromeless/
>
> > > Can someone *please* confirm? If true, is there an ETA on the fix?
>
> > > thanks
> > > Michael
>
> > > On Jun 1, 5:03 pm, Marc Garner <mgar...@axis41.com> wrote:
>
> > > > Yeah the basic one works when all other code is striped out, but this
> > > > version:http://marcgarner.com/_testing/chromeless/
>
> > > > That uses the same lines of code, plus all the event listeners still
> > > > defaults to the lowest setting.
>
> > > > So do all my other players I've built with the youtube chromeless:
>
> > > >http://3.s3.envato.com/files/25711979/index.html
> > > > On Jun 1, 12:19 pm, Jeffrey Posnick <je...@google.com> wrote:
>
> > > > > Hello Marc,
>
> > > > > I'm seeing what certainly appears to be a higher quality than 240p
> > > > > when I access your previously mentioned test page:
>
> > > > > http://marcgarner.com/_testing/chromeless/chromeless_basic.html
>
> > > > > Are you still seeing problems on that page, or is it somewhere else?
>
> > > > > Cheers,
> > > > > -Jeff Posnick, YouTube API Team
> > > > > groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> > > > > @YouTubeDev
>
> > > > > On May 31, 7:38 pm, Marc Garner <mgar...@axis41.com> wrote:
>
> > > > > > Nope actually it's not. Went back to really poor quality.
>
> > > > > > On May 31, 5:25 pm, ytApi1234 <ytApi1...@hotmail.com> wrote:
>
> > > > > > > Solved now !
>
> > > > > > > On 29 mei, 21:09, Jeffrey Posnick <je...@google.com> wrote:
>
> > > > > > > > Hello All,
>
> > > > > > > > There are a couple of changes that will be pushed out on Wednesday
> > > > > > > > evening PDT that will address the issues in this thread—both a lower
> > > > > > > > quality level being chosen by default (resulting in 240p playback in
> > > > > > > > embeds that previous used 360p) and the suggested quality level
> > > > > > > > parameter to loadVideoById() being ignored.
>
> > > > > > > > Apologies for the inconvenience in the meantime.
>
> > > > > > > > Cheers,
> > > > > > > > -Jeff Posnick, YouTube API Team
> > > > > > > > groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> > > > > > > > @YouTubeDev
>
> > > > > > > > On May 29, 12:06 pm, Jeffrey Posnick <je...@google.com> wrote:
>
> > > > > > > > > Hello All,
>
> > > > > > > > > Thanks for the extensive examples. The Players engineering team is
> > > > > > > > > actively investigating these reports, and I'll keep this thread
> > > > > > > > > updated with more information when I hear back.
>
> > > > > > > > > Cheers,
> > > > > > > > > -Jeff Posnick, YouTube API Team
> > > > > > > > > groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> > > > > > > > > @YouTubeDev
>
> > > > > > > > > On May 27, 5:51 am, bobonomi <bobon...@yahoo.com> wrote:
>
> > > > > > > > > > No, it isn't solved yet. Normal embeds using non-hd videos still
> > > > > > > > > > default to 240p, everywhere I looked.
>
> > > > > > > > > > On May 26, 7:38 pm, Marc Garner <marcfo...@gmail.com> wrote:
>
> > > > > > > > > > > hey Look at that! It looks like things have gone back to the way
> > > > > > > > > > > they're supposed to work! Yeah!
>
> > > > > > > > > > > thanks youtube!
>
> > > > > > > > > > > On May 23, 9:56 am, Marc Garner <mgar...@axis41.com> wrote:
>
> > > > > > > > > > > >http://marcgarner.com/_testing/chromeless/
> > > > > > > > > > > > here's my player. As you can see it's defaulting to "small" when this
> > > > > > > > > > > > is the exact line I'm using to cue the video:
> > > > > > > > > > > > player.cueVideoById("p9isboDgxMM", "0", "hd720");
>
> > > > > > > > > > > > I then went through and stripped it back to just the most basic of
> > > > > > > > > > > > players (basically just loading the chromeless player) and the player
> > > > > > > > > > > > works.
> > > > > > > > > > > > player.cueVideoById("p9isboDgxMM", "0", "hd720");http://marcgarner.com/_testing/chromeless/chromeless_basic.html
>
> > > > > > > > > > > > My frustration comes from that every player I have that I've built
> > > > > > > > > > > > using the chromeless player used to work but is now defaulting to
> > > > > > > > > > > > "small". Any helps/ hints how I can fix this? Usually I had it set to
> > > > > > > > > > > > default and the appropriate video for the width and height would be
> > > > > > > > > > > > served. But small is pretty much worthless.
>
> > > > > > > > > > > > thanks for your help and time.
>
> > > > > > > > > > > > On May 22, 2:16 pm, Jeffrey Posnick <je...@google.com> wrote:
>
> > > > > > > > > > > > > Hello Marc,
>
> > > > > > > > > > > > > It's always best if you could provide a live example page that
> > > > > > > > > > > > > illustrates this problem so that we can reproduce locally and debug
> > > > > > > > > > > > > what's going on. Could you give us a URL?
>
> > > > > > > > > > > > > Cheers,
> > > > > > > > > > > > > -Jeff Posnick, YouTube API Team
> > > > > > > > > > > > > groups.google.com/group/youtube-api-gdata | apiblog.youtube.com |
> > > > > > > > > > > > > @YouTubeDev
>
> > > > > > > > > > > > > On May 22, 3:59 pm, Marc Garner <mgar...@axis41.com> wrote:
>
> > > > > > > > > > > > > > It appears that the youtube chromeless player isn't working correctly.
> > > > > > > > > > > > > > No matter how I load a video it starts out with the lowest quality
> > > > > > > > > > > > > > video. Even if I tell it different.
>
> > > > > > > > > > > > > > IE.
>
> > > > > > > > > > > > > > player.cueVideoById(videoID, startTime, "hd720");
>
> > > > > > > > > > > > > > but it always starts playing with "small"
>
> > > > > > > > > > > > > > after the video loads and buffers I can
>
> > > > > > > > > > > > > > player.setPlaybackQuality("hd720");
>
> > > > > > > > > > > > > > and it'll switch, but it used to automatically play the quality
> > > > > > > > > > > > > > specified. And this is happening on multiple players, and all videos.
>
> > > > > > > > > > > > > > HELP! Fix! Please.
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment