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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: A network error (status 500) occurred while loading manifest, retrying in some seconds

briantho opened this issue · comments

Which version are you using?

v1.8.1

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

Describe the issue

I get the following error message every time I try to load a RTSP IP Camera in any web browser while using HLS

Error: A network error (status 500) occurred while loading manifest, retrying in some seconds

Camera is reachable via WebRTC, just not HLS

Describe how to replicate the issue

  1. starting with stock config, add a source rtsp h.264 source such as an IP Camera. for example my cameras rtsp stream looks like this
    rtsp://admin:password@cameraipaddress:554/Preview_01_main
  2. Run mediamtx
  3. open any local browser and load http://localhost:8888/ground (my camera is named ground)
  4. Get the following error message

image

Did you attach the server logs?

yes
mediamtx.log

Did you attach a network dump?

no

Nevermind. I fixed it. Was some weird issue with the camera. Doing a firmware update, and resetting to default somehow fixed the hls stream??? Not quite sure why, as it was working fine with webrtc. Weird. Anyway, everything is working again