bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
11.64k stars 1.47k forks source link

Problems with ETag in whip.js #2420

Closed liusuyi2021 closed 11 months ago

liusuyi2021 commented 11 months ago

Which version are you using?

v1.1.1

Which operating system are you using?

Describe the issue

Description

Describe how to replicate the issue

After updating to version 1.1.1, the whep class of webrtc was unable to obtain an E-Tag. After testing, I found that you changed the E-Tag to ETag after this update, which caused me to stay at 400

image

Did you attach the server logs?

no

Did you attach a network dump?

no

aler9 commented 11 months ago

Hello, it turned out that the specification prescribes to use ETag instead of E-Tag:

https://datatracker.ietf.org/doc/draft-murillo-whep/

So the previous implementation was wrong.

github-actions[bot] commented 5 months ago

This issue is being locked automatically because it has been closed for more than 6 months. Please open a new issue in case you encounter a similar problem.