Wowza Community

webrtc working but HLS not working for the samewebrtc working but

I am using webrtc sample for testing

I am able to stream/view. but 2 issues

  1. HLS is not working

  2. Audio is missing in playing stream

Details

Thanks

:slight_smile: Shankar Thapa

Hello @Shankar Thapa

To be able to play the stream back for HLS you will either need to set your WebRTC ‘webrtcPreferredCodecsVideo’ Property in your webrtc Application.xml to use H.264 or transcode the video to H.264.

For audio not playing back, you will need to transcode the Opus audio that WebRTC creates to a HLS supported codec AAC.

Then you will playback that transcoded rendition. e.g. myStream_360p

Link to assist with Transcoder setup LINK

Regards,

JasonT