e1ioan / rokuphp

32 stars 9 forks source link

php web server on raspberry pi doesn't like RTSP address #33

Open AirP13 opened 2 years ago

AirP13 commented 2 years ago

When adding a camera to my raspberry pi server (php7) via the rtsp address, I get an error stating "RTSP address is not a valid URL". Which it is a valid address as I have tested it with VLC player and it works just fine. ( rtsp://username:password@xx.xx.xx.xxx/live ) this is my rtsp address but with the correct information in user, pass and ip fields. I'm I doing something wrong?