Page 3 of 4

Re: youtube

Posted: Fri Aug 12, 2016 4:47 pm
by creep
hmmm?? unfortunately jive talking plays just fine.

maybe your browser. i'm using firefox.

Re: youtube

Posted: Fri Aug 12, 2016 5:04 pm
by kv
Works for me

Re: youtube

Posted: Fri Aug 12, 2016 5:06 pm
by Artemis
Until today, youtube worked perfectly fine for me.

I haven't changed my browser or anything like that. :noclue: :hs:

Re: youtube

Posted: Fri Aug 12, 2016 5:09 pm
by kv
Clear your cookies

Re: youtube

Posted: Fri Aug 12, 2016 5:16 pm
by creep
Artemis wrote:Until today, youtube worked perfectly fine for me.

I haven't changed my browser or anything like that. :noclue: :hs:
what is your browser?

Re: youtube

Posted: Fri Aug 12, 2016 5:46 pm
by Artemis
creep wrote:
Artemis wrote:Until today, youtube worked perfectly fine for me.

I haven't changed my browser or anything like that. :noclue: :hs:
what is your browser?
I use Google Chrome.

As kv suggested, I cleared my cookies, but no change.

SR mentioned that he's getting the black strip too.

Re: youtube

Posted: Fri Aug 12, 2016 8:32 pm
by Hype
Artemis wrote:
creep wrote:works fine for me :noclue:

i wouldn't know how to fix it anyway. :bored:
I just posted a youtube and it looks like a black strip. :noclue:

It's not working for me either. This is what the BBCode turns that link into, which should work perfectly:

Code: Select all

<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/xVjITlgqlHo" width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/xVjITlgqlHo" />
<param name="wmode" value="transparent" />
</object>
If you try the link that it's creating: http://www.youtube.com/v/xVjITlgqlHo it doesn't play right, which is weird. It should. (/v/whatever is the url for just the youtube player rather than the whole page). It redirects to: https://youtube.googleapis.com/v/xVjITlgqlHo But that doesn't play either.

I think I solved it!

I think Youtube has updated their API to use links like: https://www.youtube.com/embed/xVjITlgqlHo instead of /v/. Make sense?

Probably need to update the BBCode for Youtube somehow.

Re: youtube

Posted: Fri Aug 12, 2016 8:39 pm
by Hype
More interestingly: https://developers.google.com/youtube/player_parameters
Deprecation Notice
YouTube <object> embeds were deprecated on January 27, 2015. Please migrate your applications to use <iframe> embeds, which can intelligently use whichever embedded player – HTML (<video>) or Flash (<object>) – the client supports.

Re: youtube

Posted: Sat Aug 13, 2016 10:10 am
by Pandemonium
LOL, I caught that there's been some recent posts on this forum and read back to page 2 when Sonny was still posting. What a fucking baby that guy was.

Re: youtube

Posted: Sun Aug 14, 2016 4:34 pm
by drifter
Artemis wrote:
creep wrote:works fine for me :noclue:

i wouldn't know how to fix it anyway. :bored:
I just posted a youtube and it looks like a black strip. :noclue:

im looking back on pass links and seeing the black strip also. im glad some of the other people are seeing videos thou which means hope. this bums me out. it there a clear solution for this plz?

is this a error thro my computer which could be straightened out?

does this mean the past videos will stay with the black strip?

drifter, mayor of simpleton

Re: youtube

Posted: Sun Aug 14, 2016 5:07 pm
by drifter
Hype wrote:
Artemis wrote:
creep wrote:works fine for me :noclue:

i wouldn't know how to fix it anyway. :bored:
I just posted a youtube and it looks like a black strip. :noclue:

It's not working for me either. This is what the BBCode turns that link into, which should work perfectly:

Code: Select all

<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/xVjITlgqlHo" width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/xVjITlgqlHo" />
<param name="wmode" value="transparent" />
</object>
If you try the link that it's creating: http://www.youtube.com/v/xVjITlgqlHo it doesn't play right, which is weird. It should. (/v/whatever is the url for just the youtube player rather than the whole page). It redirects to: https://youtube.googleapis.com/v/xVjITlgqlHo But that doesn't play either.

I think I solved it!

I think Youtube has updated their API to use links like: https://www.youtube.com/embed/xVjITlgqlHo instead of /v/. Make sense?

Probably need to update the BBCode for Youtube somehow.
so hype, does this mean the administrators can straighten this out?

Re: youtube

Posted: Sun Aug 14, 2016 5:15 pm
by creep
no :noclue:

i think the board needs to be deleted and a fresh install of an updated board. i'm pretty sure if i try that we may lose all posts. :dunce:

Re: youtube

Posted: Sun Aug 14, 2016 8:31 pm
by SR
I'll settle for a post wipe. But whatever works. :agree:

Re: youtube

Posted: Mon Aug 15, 2016 2:21 am
by Matz
or we could just copy the Youtube code and go and watch the video on Youtube. That process takes 10 seconds. I think it would be a shame to lose all the posts. :noclue: And how often does one watch a Youtube video here anyway? Not very often if you're me

Re: youtube

Posted: Mon Aug 15, 2016 7:44 am
by Hype
Yeah I don't know if the new phpBB fixes this -- but it could. I'm also not sure why it only stopped working recently -- all old posts with youtube links no longer work. There are all kinds of hacky ways it could be fixed, but it's probably not worth it. :lol:

Re: youtube

Posted: Mon Aug 15, 2016 8:13 am
by kv
Works on my phone, works on my PC....sounds like more of a browser issue...the fix would prob kill the whole site

Re: youtube

Posted: Mon Aug 15, 2016 12:12 pm
by Hype
kv wrote:Works on my phone, works on my PC....sounds like more of a browser issue...the fix would prob kill the whole site
I don't think it's a browser issue exactly because I'm getting the black bar (it's a flash object with no video) in Chrome, Edge, and Firefox. It could be that Youtube pushed an updated API globally and it's just taking time to propagate across the internet (also depending on caching, etc).

It's confusing because Youtube claims that the old code (<object>) became deprecated a year ago, so there's no clear reason why it should suddenly start affecting people now.

On the PHPBB forums, they're confirming what I suggest is the problem above: https://www.phpbb.com/community/viewtop ... p=14500776

The way to fix it for all old posts and new, without breaking the board, is given here: https://www.phpbb.com/community/viewtop ... #p13704306

Just find this page in the Admin Control Panel:Image

Re: youtube

Posted: Mon Aug 15, 2016 1:55 pm
by creep
test


Re: youtube

Posted: Mon Aug 15, 2016 1:56 pm
by creep
i think that fixed it? :noclue:

thanks hype :wave:

Re: youtube

Posted: Mon Aug 15, 2016 2:11 pm
by Hype
creep wrote:i think that fixed it? :noclue:

thanks hype :wave:
Nice work. Now we get to keep all our posts/post counts. Which is totally what we all wanted. :conf:

Re: youtube

Posted: Mon Aug 15, 2016 2:18 pm
by creep
since i'm on a roll now i added a way to embed tweets. use the whole url. and hit the "tweet" button

Re: youtube

Posted: Mon Aug 15, 2016 2:21 pm
by Hype
creep wrote:since i'm on a roll now i added a way to embed tweets. use the whole url. and hit the "tweet" button
:dunce:

Re: youtube

Posted: Mon Aug 15, 2016 2:22 pm
by Artemis
Hooray for Hype and creep!

Thanks for fixing youtube and thanks for the new tweet feature! :cheers:

Re: youtube

Posted: Mon Aug 15, 2016 3:45 pm
by kv
Nice hype..gawd knows we would have never figured it out :lolol:

Re: youtube

Posted: Mon Aug 15, 2016 4:04 pm
by drifter
:aoa: :banana: :boobs: :rockon: