Eyevinn / webrtc-player

WebRTC (recvonly) player
MIT License
87 stars 18 forks source link

Add support for video-only WHEP stream #38

Closed jkarthic closed 1 year ago

jkarthic commented 1 year ago

For a video-only stream, WHEP server will return 406 error if audio is also requested. In such cases WHEPAdapter should retry the WHEP connection without audio to see if it succeeds.

birme commented 1 year ago

Thank you and sorry for the late reply. We will review it.