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
12.53k stars 1.55k forks source link

Whep don't work #1883

Closed pikachu937 closed 1 year ago

pikachu937 commented 1 year ago

Which version are you using?

v0.23.3

Which operating system are you using?

Describe the issue

whep not working from external web application or gstreamer

webrtcDisable: no
webrtcAddress: :8889
webrtcEncryption: no
webrtcServerKey: server.key
webrtcServerCert: server.crt
webrtcAllowOrigin: '*'
webrtcTrustedProxies: []
webrtcICEServers: [stun:stun.l.google.com:19302]
webrtcICEHostNAT1To1IPs: []
webrtcICEUDPMuxAddress:
webrtcICETCPMuxAddress:

but if open https://10.100.100.229:8889/path2/com in browser, all good

Describe how to replicate the issue

  1. start the server
  2. publish with rtsp
  3. read with webrtc over whep

Did you attach the server logs?

yes / no

log1.txt - https://10.100.100.229:8889/path2/com/whep log2.txt - https://10.100.100.229:8889/path2/com/whep/

log1.txt log2.txt

Did you attach a network dump?

yes / no

aler9 commented 1 year ago

Hello, can you post a sample GStreamer command line that allows to replicate the issue?

pikachu937 commented 1 year ago

I'm sorry, I didn't have access to github for a while. the problem is solved in version 0.23.6.

github-actions[bot] commented 11 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.