kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.98k stars 439 forks source link

Organizations using nginx-vod-module #730

Open erankor opened 6 years ago

erankor commented 6 years ago

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 commented 6 years ago

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

erankor commented 6 years ago

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 commented 6 years ago

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:

What we would like to see:

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

mdale commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 5 years ago

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 commented 5 years ago

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

equalent commented 5 years ago

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

PalmerEk commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

PornHub is using it.. Inspected their network

michaeltoohig commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

PornHub is using it.. Inspected their network

You sir, went balls deep on that one.

pedro2555 commented 3 years ago

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

ChokWah commented 3 years ago

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

ISP ??? You mean ISP in Chinese ?

sourcecodeit commented 3 years ago

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

ISP ??? You mean ISP in Chinese ?

Internet Service Provider

juliano-rezende commented 2 years ago

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

ugenk commented 2 years ago

mediatech.by

juliano-rezende commented 1 year ago

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 commented 1 year ago

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 commented 4 months ago

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.