infinascape
New Member
Hello, I am trying to create a webrtc to HLS audio-only live stream. I'm streaming via browser webrtc and playing it back as HLS using a videojs player. When I set video: false in the constraints, the m3u8 file doesn't seem to get created, causing playback to fail with a file not found error. If I keep video: true and mute the video instead, the m3u8 loads but there is an almost 3 minute delay. If I stream with video active the process works fine.