chriswiggins / rtsp-streaming-server

Lightweight RTSP/RTP streaming media server written in Javascript
GNU General Public License v3.0
106 stars 21 forks source link

DESCRIBE is not implemented #8

Closed megupta closed 5 years ago

megupta commented 5 years ago

The method DESCRIBE is not implemented. It is required as per spec: https://tools.ietf.org/html/rfc2326#page-31

Attempted to retrieve stream as per docs: ffmpeg -i rtsp://127.0.0.1:5554/stream1

Errors: Unknown PublishServer request { method: 'DESCRIBE', url: undefined }

chriswiggins commented 5 years ago

Apologies @megupta, the docs are wrong (I’ll update soon)

Please use the client port 6554 instead