Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizations using nginx-vod-module #730

Open
erankor opened this issue Nov 9, 2017 · 23 comments
Open

Organizations using nginx-vod-module #730

erankor opened this issue Nov 9, 2017 · 23 comments

Comments

@erankor
Copy link
Contributor

erankor commented Nov 9, 2017

Dear nginx-vod-module subscribers, as we see increased adoption of this module,
we're interested to learn more about which organizations are using it and how.
If you wish to participate, please comment here with the name of your organization
(we may be adding a logos section to the readme).
If you also care to share some info about how you use it, or features that you'd like to see,
that would be awesome.

Thanks,

Eran

@flavioribeiro
Copy link

The New York Times (https://open.nytimes.com/improving-our-video-experience-part-one-our-on-demand-video-platform-cf818e03353d)

@erankor
Copy link
Contributor Author

erankor commented Nov 13, 2017

Thanks @flavioribeiro & @joaoserra !
Other people on this thread - I know it's hard to compete with a brand as famous as the New York Times :) but if you're working in a smaller organization and using this module - we'd love to hear about it as well.

Thanks!

Eran

@benweidig
Copy link

We've built a custom CDN-solution for an online gym video service.

After using ngx_http_mp4_module for a previous version the customer wanted "real adaptive streaming". We talked with 2 CDN providers but their platforms weren't flexible enough to meet the requirements without letting them develop an expensive "custom solution". This and to prevent a vendor lockin we decided to build our own encoding/delivery solution.

Used features:

  • Mapped mode with a lot of different multi-sequence playlists, generated by our custom-built encoding service
  • HLS and Dash delivery
  • nginx-secure-token-module and nginx-akamai-token-validate-module

What we would like to see:

  • Direct download in mapped-mode with multi-sequence playlists (Direct download in mapped-mode with multi-sequence playlists #673). This is right now the only thing missing for our setup. With that we could eliminate the rest of pre-generated videos we store, and our encoding step would be way easier. Maybe we create a small webservice for reading the playlists and concatting/caching the output.

Thanks for this great module, keep up the great work!

@mdale
Copy link

mdale commented Nov 30, 2017

We at Ellation are using the module for http://crunchyroll.com and http://vrv.co the usage is described here: https://medium.com/ellation-tech/just-in-time-vod-packaging-in-an-aws-environment-with-role-based-credentials-4e33202a4450

Thanks for the great module :)

@mforchner
Copy link

We are using the module at the Berliner Philharmoniker's Digital Concert Hall (https://digitalconcerthall.com) to deliver h264 / hevc as HLS, Mpeg-Dash or PD on multiple platforms with up to UHD quality. Thank you for the module, this is great work!

@khallaghi
Copy link

khallaghi commented Sep 7, 2018

We are using this module at ArvanCloud as part of our VoD service to deliver HLS and MPEG-DASH with ABR up to 4K quality.
before this, we used to use FFmpeg to generate HLS fragments and just serve them as a simple file with Nginx but now we just use FFmpeg for encoding to multiple video qualities and handle the HLS side with vod-module.
https://www.arvancloud.com/en/

@darkoromanov
Copy link

I can't tell the name of my customer but we're using the module for a VOD and live service running on trains. Each train car has its own multimedia server powered by a catalogue (a REST service developed by me) and a content delivery server provided by Nginx with nginx-vod-module.

@Ronileco
Copy link

Ronileco commented Nov 25, 2018

Panda OS, have dozens of solutions based on the Kaltura VOD NGINX module, probably the best playback module one can hope for!

@equalent
Copy link

equalent commented Dec 2, 2018

The best module for ngx!
We are using it for our VOD service

@PalmerEk
Copy link

PalmerEk commented Apr 12, 2019

We use it as part of our Pay Per Minute and Streaming service. We've had it in place for a couple/few years now and it's been rock solid!

We serve ~15K videos an hour (~1PB/mo) from 4 containers with very modest specs. Content is served via HLS and secured with aes-128 and signed tokens using a pull-through CDN to handle segments. While we don't (yet) transcode on the fly, we do make extensive use of the "clipping" feature.

We are in the process of moving things to cloud containers which gives me the chance to re-evaluate some of the decisions we made like: DASH support, on the fly transcoding, fragmented MP4s and the like.

The content is NSFW so I won't post links here ;-}

@zsiec
Copy link

zsiec commented Dec 21, 2019

CBS Interactive now uses this packager in production along some homegrown sidecar services written in Go. Really impressed by this project and looking forward to contributing back as needs arise!

@therealbenzene
Copy link

PornHub is using it..
Inspected their network

@michaeltoohig
Copy link

I use it for our wireless ISP's VOD service in the south Pacific. Internet is too expensive for for our customers to use Netflix or other services reliably (except for customers who can afford the most expensive packages) so I built my own.

@vintikzzz
Copy link

https://webtor.io is using it in conjunction with https://github.com/Novage/p2p-media-loader to reduce server bandwidth usage. It is sad that mkv-support was discontinued...

@pedro2555
Copy link

PornHub is using it..
Inspected their network

You sir, went balls deep on that one.

@pedro2555
Copy link

Can't name the company, but we are an ISP and we are using it for VOD and DVR content distribution.

@ChokWah
Copy link

ChokWah commented Jun 29, 2021

无法命名公司,但我们是一家 ISP,我们将其用于 VOD 和 DVR 内容分发。

ISP ???
You mean ISP in Chinese ?

@sourcecodeit
Copy link

无法命名公司,但我们是一家 ISP,我们将其用于 VOD 和 DVR 内容分发。

ISP ???
You mean ISP in Chinese ?

Internet Service Provider

@juliano-rezende
Copy link

Boa tarde. Estamos em buscar justamente deste serviço algum dev que esteja disposto a atua conosco para configurar este serviço?

@ugenk
Copy link

ugenk commented Aug 29, 2022

mediatech.by

@juliano-rezende
Copy link

The New York Times (https://open.nytimes.com/improving-our-video-experience-part-one-our-on-demand-video-platform-cf818e03353d)

Goodnight.

I'm trying to understand how this module works and implement it in a small project that I have. Do you work freelance?

My contact if you are interested - julianoreze@gmail.com

@Cell5
Copy link

Cell5 commented Feb 21, 2023

I am using the module in a small size company.
Developed myself a simple application and hosted on a private cloud for internal use.

@juliano-rezende can help you to understand how it works, have you got your app ready ?

@mlevkov
Copy link

mlevkov commented May 18, 2024

Implemented it as a backbone for Publica/IAS SSAI dynamic packaging solution. Have written several wrappers and tools within Crunchyroll and Publica/IAS projects. If anyone interested or need help, send a note and I would be delighted to assist. The tool is amazing, just requires some creative insight to make things work for various applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests