# Video does not work in app live thunkable and build app

**URL:** https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288
**Category:** Questions about Thunkable X
**Created:** [May 11, 2020, 11:28am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288 "2020-05-11T11:28:17Z")
**Posts on this page:** 19
**Page:** 1

<div class="post-metadata">

### Author: ![justin.thanh84v20](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/justin.thanh84v20/32/67711_2.png) [@justin.thanh84v20](https://community.thunkable.com/u/justin.thanh84v20)
#### Post date: [May 11, 2020, 11:28am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/1 "2020-05-11T11:28:17Z")

</div>

does everyone have video’s issue?  
video player or embed video does not display.  
I was using 2 methods to embed video:

- using video component and upload the video into it
- using web view and embed video from youtube.  
both methods do not work on live thunkable app and downloaded app  
but it work with live test and web app.

thanks

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 11, 2020, 12:36pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/2 "2020-05-11T12:36:27Z")

</div>

Do you have a project we can test?

---

<div class="post-metadata">

### Author: ![justin.thanh84v20](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/justin.thanh84v20/32/67711_2.png) [@justin.thanh84v20](https://community.thunkable.com/u/justin.thanh84v20)
#### Post date: [May 11, 2020, 1:27pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/3 "2020-05-11T13:27:55Z")

</div>

@jared  
yes sure,

[https://x.thunkable.com/copy/6f4f94819d598c6609288410314ffeb1](https://x.thunkable.com/copy/6f4f94819d598c6609288410314ffeb1)

please navigate to screen 1 (menu)  
I just hardcode url of 2 youtubde videos,  
and upload 1 mp4 video in to video player

but 3 of them not work,

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 11, 2020, 1:57pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/4 "2020-05-11T13:57:36Z")

</div>

Correct me if I’m wrong but the video player component requires the stream url.

I’ve previously tested before with YouTube. Extracting the stream url is easy but again with all google services it requires authentication. You can play and view this link in ur own browser when signed in but viewing it incognito does not work.

---

<div class="post-metadata">

### Author: ![justin.thanh84v20](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/justin.thanh84v20/32/67711_2.png) [@justin.thanh84v20](https://community.thunkable.com/u/justin.thanh84v20)
#### Post date: [May 11, 2020, 2:00pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/5 "2020-05-11T14:00:52Z")

</div>

thanks for your reply,  
but in my case I uploaded the mp4 into video player  
and another method is using webview to embed the youtube video,  
I used to do this before, but now, I cannot

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 11, 2020, 3:11pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/6 "2020-05-11T15:11:47Z")

</div>

Video player works fine for me.  
`https://www.radiantmediaplayer.com/media/bbb-360p.mp4`

[https://www.radiantmediaplayer.com/media/bbb-360p.mp4](https://www.radiantmediaplayer.com/media/bbb-360p.mp4)

You should resort to uploading your content to Cloudinary or AWS S3 and gather a stream link from there. I personally prefer S3, but Cloudinary will work the exact same.

---

<div class="post-metadata">

### Author: ![Deluxe](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/deluxe/32/30016_2.png) [@Deluxe](https://community.thunkable.com/u/Deluxe)
#### Post date: [May 11, 2020, 3:20pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/7 "2020-05-11T15:20:08Z")

</div>

Curious… How do you extract the YouTube video URL? By using an external service?

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 11, 2020, 3:43pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/8 "2020-05-11T15:43:31Z")

</div>

Just inspect the web page, go under the sources tab and you’ll find a list of the streams under XHR, though now that I test this method again the stream url doesn’t appear to work at all.

Google Drive, Google Photos and more do this.

---

<div class="post-metadata">

### Author: ![justin.thanh84v20](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/justin.thanh84v20/32/67711_2.png) [@justin.thanh84v20](https://community.thunkable.com/u/justin.thanh84v20)
#### Post date: [May 12, 2020, 2:57am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/9 "2020-05-12T02:57:37Z")

</div>

did you try to upload the video into video player?  
not using url, use some mp4 file and upload directly into video component.  
@Deluxe you can use VLC to get the direct url from youtube [https://www.groovypost.com/howto/download-youtube-vlc/](https://www.groovypost.com/howto/download-youtube-vlc/)

---

<div class="post-metadata">

### Author: ![thabattapereira](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/thabattapereira/32/68412_2.png) [@thabattapereira](https://community.thunkable.com/u/thabattapereira)
#### Post date: [July 2, 2020, 9:59pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/10 "2020-07-02T21:59:35Z")

</div>

with videos i have this problem

[http://community.thunkable.com/t/listviewer-item-click-can-call-a-video/649763](http://community.thunkable.com/t/listviewer-item-click-can-call-a-video/649763)

---

<div class="post-metadata">

### Author: ![ianphaas](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ianphaas/32/73941_2.png) [@ianphaas](https://community.thunkable.com/u/ianphaas)
#### Post date: [July 2, 2020, 10:10pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/11 "2020-07-02T22:10:45Z")

</div>

Does the link you are using end with .mp4 or .mov?

Because if not, it wont work correctly.

---

<div class="post-metadata">

### Author: ![thabattapereira](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/thabattapereira/32/68412_2.png) [@thabattapereira](https://community.thunkable.com/u/thabattapereira)
#### Post date: [July 2, 2020, 10:15pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/12 "2020-07-02T22:15:53Z")

</div>

yes, its a link hosted in cloudinary

---

<div class="post-metadata">

### Author: ![wgenloe90lz5](https://avatars.discourse-cdn.com/v4/letter/w/dbc845/32.png) [@wgenloe90lz5](https://community.thunkable.com/u/wgenloe90lz5)
#### Post date: [August 27, 2020, 12:08am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/13 "2020-08-27T00:08:48Z")

</div>

did you ever solve the problem because I am having to same issue. They played before and now they are not

---

<div class="post-metadata">

### Author: ![fundamandarin1sv1](https://avatars.discourse-cdn.com/v4/letter/f/bbe5ce/32.png) [@fundamandarin1sv1](https://community.thunkable.com/u/fundamandarin1sv1)
#### Post date: [May 26, 2021, 10:50pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/14 "2021-05-26T22:50:51Z")

</div>

I am new here! Just tested the application. I also have the same question here. On the web page, it looks fine, however, in the live app, it disappears. I uploaded files (MP4), not used any urls. I was really excited about finding this company…

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 27, 2021, 3:44am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/15 "2021-05-27T03:44:34Z")

</div>

I just replicated the problem in Thunkable Live on an iPhone. When previewed in Chrome, it works fine and I can play the video but in Thunkable Live, it shows up completely blank as if the Video component isn’t even there.

[https://x.thunkable.com/copy/094e08b85ae8b53af3144f107da5406e](https://x.thunkable.com/copy/094e08b85ae8b53af3144f107da5406e)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 27, 2021, 7:33am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/16 "2021-05-27T07:33:31Z")

</div>

When using iOS, there is an issue with names having spaces such as “My First Video.mp4”. Use a file name without the space.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [May 27, 2021, 2:32pm UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/17 "2021-05-27T14:32:12Z")

</div>

Oh right! I always forget that. Thank you.

---

<div class="post-metadata">

### Author: ![bartosz.kurnyta.zsot](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bartosz.kurnyta.zsot/32/124140_2.png) [@bartosz.kurnyta.zsot](https://community.thunkable.com/u/bartosz.kurnyta.zsot)
#### Post date: [February 1, 2022, 1:44am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/18 "2022-02-01T01:44:00Z")

</div>

> [@eoinparkinson](#):
>
> Cloudinary

Thank you for recommending Cloudinary. It works very well. greetings

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [February 1, 2022, 1:45am UTC](https://community.thunkable.com/t/video-does-not-work-in-app-live-thunkable-and-build-app/565288/19 "2022-02-01T01:45:02Z")

</div>


