Configuration rtsp-simple-server #159
Unanswered
jordiaviles
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a simple rtsp-server with a usb camera and it works.
I can call the server with VLC with the address rtsp://direction:port/cam and it works.
(The code on my rtsp-server):
paths:
cam:
runOnInit: ffmpeg -f v4l2 -i /dev/video2 -pix_fmt yuv420p -preset ultrafast -b:v 15360k -f rtsp rtsp://location:$RTSP_PORT/$RTSP_PATH
runOnInitRestart: yes
The rest of the configuration is default
But when I call the same in angular with your example code, the server says that the url is invalid (/cam)
And I would like to know the configuration that you use in the rtsp-server.
If you use an API on the rtsp server or whatever.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions