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
10.88k stars 1.41k forks source link

In Ubuntu 20.04 can not get webrtc stream,just show loading page #3114

Closed Wangpeiyu closed 4 months ago

Wangpeiyu commented 4 months ago

Which version are you using?

v0.0.0

Which operating system are you using?

Describe the issue

Description Test 1: Our os : Ubuntu 20.04 Use mediamtx with deepstream6.2, push rtsp stream from deepstream program to mediamtx, then get webrtc stream from web browser, the web page just show in loading page, no stream dispaly. Use vlc get rtsp stream from mediamtx , the stream is good.

Test2: Put the input rtsp stream without deepstream, direct to the mediamtx.yaml paths section, everthing going well.

Test 3: Then change os to 22.04,Test1(deepstream6.4) Test2 everything going well.

Describe how to replicate the issue

  1. start the server
  2. publish with deepstream
  3. read with ...

Did you attach the server logs?

mediamtx.log

yes

Did you attach a network dump?

network dump file: https://drive.google.com/file/d/1B6V51sKgj_hspt0Ej4KHUFcNjmCTZN0W/view?usp=sharing yes

Wangpeiyu commented 4 months ago

It 's cause by Deepstream, change Deepstream6.2 to Deepstream6.3,everthing going well.