Hi there,
I have Streaming Engine installed on a linux EC2 instance in AWS. I’m able to ingest a webRTC input and transcode it to adaptive bitrate HLS. The only way I could playback the ABR HLS stream was to connect to Streaming Engine like this:
http://[identifier].streamlock.net/[application]/smil:[name].smil/playlist.m3u8
However, we’d like to use cloudFront as our CDN. I created a Live HTTP Origin application and the cloudFront distro. However, the documentation is a little unclear on how to link the HLS streams to cloudFront. I think I need to create generic MPEG-TS stream targets for each rendition. But even if I were to do that, how does the master m3u8 file get created and updated in cloudFront? And what’s the URL schema for playback? For example, I don’t think I’d be able to use the application name or the smil parameter. Any tips would be greatly appreciated.
Thanks,
Trevor