# OneBox – Vimeo와 Streamable 임베드 문제

**URL:** https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245
**Category:** Support
**Created:** [10월 17, 2019, 10:31오전 UTC](https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245 "2019-10-17T10:31:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![johnpuddephatt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johnpuddephatt/32/158861_2.png) [@johnpuddephatt](https://meta.discourse.org/u/johnpuddephatt)
#### Post date: [10월 17, 2019, 10:31오전 UTC](https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245/1 "2019-10-17T10:31:32Z")

</div>

안녕하세요,

Digital Ocean의 원클릭 앱을 통해 설정한 자체 호스팅 Discourse 환경에서 Vimeo와 Streamable 임베드 모두에 문제가 발생하고 있습니다.

**YouTube** 임베드는 정상적으로 작동합니다.

**Streamable** 임베드는 작동하지만, `expires` 파라미터가 있어 비디오가 짧은 기간 동안만 재생됩니다:

 ![54](https://global.discourse-cdn.com/meta/original/3X/a/1/a1f71d371758a8e7fbaf418589f004d787836bfd.jpeg)

**Vimeo** 임베드는 전혀 작동하지 않습니다. `https://vimeo.com/366213716`와 같은 링크를 삽입하면 임베드 플레이어 대신 일반 링크만 삽입됩니다.

검색을 해보았지만 Vimeo 설정에서 임베드가 허용되지 않아 링크가 작동하지 않는다는 언급만 찾을 수 있었습니다. 하지만 여기서는 그런 상황이 아닌 것 같습니다 – 다른 곳에 비디오를 공유하면 정상적으로 작동하기 때문입니다.

Chrome 개발자 도구를 확인해 보니, 편집기에 YouTube 링크를 삽입하면 네트워크 탭에서 `https://chat.joyoflanguages.com/onebox?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D2DYA1VV7_SM&refresh=false&category_id=5&topic_id=7`에 대한 XHR 요청이 성공적으로 수행되어 이미지의 마크업이 반환되는 것을 확인할 수 있습니다.

그러나 Vimeo 링크를 삽입하면 `https://chat.joyoflanguages.com/onebox?url=https%3A%2F%2Fvimeo.com%2F365656425&refresh=false&category_id=5&topic_id=7`에 대해 404 응답이 반환됩니다.

이러한 현상이 발생하는 이유에 대해 어떤 생각이 있으신가요?

---

<div class="post-metadata">

### Author: ![johnpuddephatt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johnpuddephatt/32/158861_2.png) [@johnpuddephatt](https://meta.discourse.org/u/johnpuddephatt)
#### Post date: [10월 17, 2019, 11:20오전 UTC](https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245/2 "2019-10-17T11:20:49Z")

</div>

OK, Vimeo 문제는 IP가 블랙리스트에 등재되어 발생한 것으로 보입니다. Digital Ocean에서도 동일한 문제를 보고하는 사례가 여기에 있습니다 – [Vimeo Embed not working on my site due to Vimeo server IP blacklisting](https://meta.discourse.org/t/vimeo-embed-not-working-on-my-site-due-to-vimeo-server-ip-blacklisting/126479)

Streamable 문제는 여전히 남아 있습니다.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [10월 17, 2019, 11:21오전 UTC](https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245/3 "2019-10-17T11:21:37Z")

</div>

> [@johnpuddephatt](#):
>
> **Vimeo** 임베드가 전혀 작동하지 않습니다.

> [@Vimeo Embed not working on my site due to Vimeo server IP blacklisting](https://meta.discourse.org/t/vimeo-embed-not-working-on-my-site-due-to-vimeo-server-ip-blacklisting/126479/16?u=techapj):
>
> I was able to repro this issue on one of our DigitalOcean hosted instance. Ran this in rails console: [1] pry(main)\> FinalDestination.new("https://vimeo.com/358017730", verbose: true).resolve =\> nil … and in the /logs saw this warning message: FinalDestination could not resolve URL (status 403): https://vimeo.com/358017730 It seems like Vimeo is blocking a subset of DigitalOcean IPs and is returning 403 error. I am not sure how to handle this case.

해당 토픽을 끝까지 읽어보시는 것을 권장합니다.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [6월 24, 2023, 7:22오후 UTC](https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245/4 "2023-06-24T19:22:47Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [6월 24, 2023, 8:11오후 UTC](https://meta.discourse.org/t/onebox-problems-with-vimeo-and-streamable-embeds/131245/5 "2023-06-24T20:11:28Z")

</div>


