Jump to content
  • 0

How to get raw HLS?


timbucktoo
 Share

Question

Hello!

 

I have a server setup on AWS and publishing and viewing from browser works fine.

 

The one caveat is that I need to actually get a stream viewing link that will give me the raw HLS feed into UE5. The Viewing link http://SERVERADDR:5080/LiveApp/play.html?name=NAME runs HTML scripts and will embed the stream in a browser, but I need to get just return the feed so that UE5 accepts it as a streaming media source. 

 

Does anyone know how to do this? For a bit of context I'm streaming a 360 camera into VR for a live feed viewing experience. 

 

Please let me know if there's any resources I should look at or suggestions you have. Thanks!

 

-Ty

Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 1

HI @timbucktoo
I hope you are fine.
If you want Raw HLS (m3u8) URL without AMS player, check the following HLS document: https://antmedia.io/docs/guides/playing-live-stream/HLS-Playing/#more-details-about-hls

Your URL format will be as follows:

http://IP-Address:5080/LiveApp/streams/streamId.m3u8

And If adaptive bit rate is enabled then:

http://IP-Address:5080/LiveApp/streams/adaptive_streamId.m3u8


I hope it helps.

Link to comment
Share on other sites

 Share


×
×
  • Create New...