In order to view this lesson, you must purchase this course.
We did a great job designing the detailed view for our <b>Podcast Episode</b>, showing all the relevant information a user would be interested in. Now it's time we made our application play the audio stream that is associated with each episode. To implement this feature, we import <b>AVKit</b> and using a very powerful component called <b>AVPlayer</b>.
To get audio playback going for our app, we simply construct our URL, feed it into our player, and hit the play. Nothing too complicated, let me know if your streams are playing correctly.