mpimentel04 / rtsp_fastapi

41 stars 9 forks source link

Changes required for WEBCAM streaming #1

Closed shashidharpatil123 closed 2 years ago

shashidharpatil123 commented 2 years ago

Please suggest how to change rtsp url for webcam streaming

mpimentel04 commented 2 years ago

Hi @shashidharpatil123

In the file webstreaming.py line 24, variable url_rtsp, replace string to int = 0:

url_rtsp = 0

Hope this helps.