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.71k stars 1.4k forks source link

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

Closed briantho closed 1 month ago

briantho commented 1 month ago

Which version are you using?

v1.8.1

Which operating system are you using?

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

briantho commented 1 month ago

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