Cannot play RTSP stream from mediamtx.
- I using mediamtx as RTSP server.
- I using ffmpeg to publish RTSP stream to server: ffmpeg -re -stream_loop -1 -i file.ts -c copy -f rtsp rtsp://localhost:8554/mystream
- In config.json: "url": "rtsp://localhost:8554/mystream"
I got error:
2023/12/22 09:05:58 WritePacket WebRTC Codec Not Supported
2023/12/22 09:05:58 Set ICEServers [stun:stun.l.google.com:19302]
How to fix it.