Youtube video streaming

I was wondering if it’s possible to play stream youtube video inside the media framework. I got the streaming link from youtube-dl. It plays in windos media player or web browser but says no source in unreal WMF. For example,
https://r5---sn-gvbxgn-t34e.googlevideo.com/videoplayback?pl=16&ipbits=0&upn=wHDXzkz6qTc&mn=sn-gvbxgn-t34e&mm=31&id=o-AKETgUhMXVLWseaYksSnmQUxrH29s-UbNeDbjEKO3deK&initcwndbps=5237500&source=youtube&ip=99.236.206.226&mv=m&mt=1452615008&ms=au&lmt=1438160059188065&dur=239.792&key=yt6&mime=video%2Fmp4&sparams=dur%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cpte%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&expire=1452636655&fexp=9414672%2C9416126%2C9418204%2C9419451%2C9420017%2C9420452%2C9422501%2C9422596%2C9423662%2C9424221%2C9424823%2C9427167&sver=3&requiressl=yes&pte=yes&itag=22&ratebypass=yes&signature=5296F7B5DB5084A310DB14E468D0BBBC24813B45.3C7BD0FBF4465F19E8E277951174BCA5565D6ED4

The format should be MP4 but not ending with an extension to that.
Thanks

Hello FrankKappaPride,

If you would like to play a video in the editor you could use the web browser plugin. After you enable it you will be able to find it in the widget blueprints. I hope that this information helps.

Steps:

  1. Create new widget blueprint
  2. Add web browser widget to the designer tab
  3. Resize the widget to suit your needs
  4. Go into the graph
  5. Get a reference to the web browser (see below) and use load URL (this can also be use to load files from your computer at runtime)
  6. You will then want to add the widget to the viewport
  7. Play

Example:

Load URL

Add widget to viewport

Note: A delay may be needed if you are creating the web browser on begin play

Make it a great day

Thank you for replying! The only question I have on web widget is whether I can control the video flow as good as the embedded media player (pause, play, jump to x seconds)?

When using the “Load URL” node this will simply load the page that is selected as if you were to open it in your browser.

Is it possible to add the widget as a material on static mesh instead of displaying at front of the view port?

You could create a 3D widget by adding a Widget component to an actor blueprint.

Hello,I have a problem when I use Web Browser to play a adobe flash player video.
At some Chinese webs,It shows that I need to install the flash player,but I can play the video from Youtube.
I’m a Chinese user,so Is there any solution for this problem?
The link is here:link text

Hello luckpolar,

After looking into the issue it appears that the web browser widget does not currently support flash. I have written up a request and I have submitted it to the developers for further consideration. I have also provided a link to the public tracker. Please feel free to use the link provided for future updates.

Link: Unreal Engine Issues and Bug Tracker (UE-38563)

Make it a great day

dont need flash.
chromium use html5 to play video.

and youtube support html5 video

Thank you very much.
So, any html5 video is OK for Web Browser?