dee's picture

Hi All,

Ive searched but couldnt find any examples. Is it possible to stream video from say a you tube url ? The play video node wont accept http urls

Comments

We haven't seen this. A few

jmcc's picture
Submitted by

We haven't seen this. A few questions:

  • Does the whole window go black or just the region that shows the video? In other words, are the YouTube logo and the video title still visible?
  • Does it happen for all videos? Do shorter videos play, perhaps?
  • Does it happen for other streaming sites, such as Vimeo?

Hi Jean Marie,

jandraka's picture
Submitted by

Hi Jean Marie,

  • Only the region that shows the video goes black

  • This happens with both short and longer videos.

  • With vimeo, for example, it's the same.

Yup, happens for me too.

Bodysoulspirit's picture
Submitted by

Yup, happens for me too.
Plays 1 or 3 seconds from the video, then the video area goes black. Bug ?

2 things,

• either add a mouse support node and click on the video, that reactives the video or
• use /embed ? For example with autoplay and hidden controls it works quite well

See joined comps

However, with embed and controls activated, with mouse support, I can play / pause, but not change volume, or access settings.
Guess that is some rendering engine limitations that could be updated ?

I also tried some higher resolutions, but got glitches, maybe because of my old hardware (which I could not replicate), but setting node resolution to 1920*1080 I get extreme low FPS, Vuo editor becoming slow etc.
Is it because the node needs to reload every time ? How would we be able to avoid that ?

Thanks for your compositions,

jmcc's picture
Submitted by

Thanks for your compositions, @Bodysoulspirit

I was able to mute or hear audio with a mouse click over the volume icon, but I wasn't able to control the volume. We suspect that YouTube requires mouse hover events in order to show the volume control and other settings. We're using Apple's underlying implementation, and that doesn't allow Vuo to send hover events to the web view.

Vuo captures images of the webpage using the most efficient method Apple provides.