Jump to content
  • 0

Show HLS from s3


Ole Ul Islam
 Share

Question

I have integrate s3(Wasabi) with Ant Media Server. I have uploaded the .m3u8 and .ts file (same file generated in local streams folder) to server in real time. I have make http forwarding to s3. I want to show the hls from s3 cloud. How can I be sure that hls is running from s3.
Thanks
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0

Dear All,

This has been done by making following changes.
settings.httpforwarding.extension=mp4,m3u8,ts
enabling HTTP forwarding

and turning withCredentials: false, in play.html file under
usr/local/antmedia/webapps/WebRTCAppEE folder.

player.src({
    src: "streams/" + streamId + "." + extension,
    ype: type,
    withCredentials: false,

--
Best Regards,
Mohit Dubey

Link to comment
Share on other sites

 Share

×
×
  • Create New...