简体   繁体   中英

How does Nginx reverse proxy HLS?

I have a question, is it possible for Nginx to proxy HLS video streaming?

Example HLS.

https://bcliveunivsecure-lh.akamaihd.net/i/un150_A1_1@575439/master.m3u8

Access link after reverse proxy.

http://my_server_ip/proxy/un_live.m3u8

Before asking this question, I tried to turn to search engines and found very little useful information. Can you all help answer this question? Thank you in advance!

Yes, it's possible. Unless you're doing some transcoding or latency hacks, serving HLS is no different than serving any other static files over HTTP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM