geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
755 stars 199 forks source link

rtsp url #18

Open pradeepp159817 opened 4 years ago

pradeepp159817 commented 4 years ago

what is the rtsp url i should use in order to connect to rtsp server

sowbug commented 4 years ago

rtsp://[my esp32's ip address]:8554/mjpeg/1

This worked in VLC.

pradeepp159817 commented 4 years ago

yes for me too but unable to work in android ...can u help with Android

--

Thanks and Regards K . Pradeep varma Co-founder, Kshemin

phone no: +91-7981186405

On Sat, Sep 21, 2019, 11:42 PM Mike Tsao notifications@github.com wrote:

rtsp://[my esp32's ip address]:8554/mjpeg/1

This worked in VLC.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/geeksville/Micro-RTSP/issues/18?email_source=notifications&email_token=AJIO5SYC74TBK64D3L7JT5LQKZPYXA5CNFSM4IK3AKU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7IW4TI#issuecomment-533818957, or mute the thread https://github.com/notifications/unsubscribe-auth/AJIO5S26CDOVYIDQJ6IVNSTQKZPYXANCNFSM4IK3AKUQ .

sowbug commented 4 years ago

Works for me on Android. TinyCam Pro. Same URL and option "RTSP over TCP (H264/H265)". Good luck.

pradeepp159817 commented 4 years ago

Thanks, I'll check it out.

--

Thanks and Regards K . Pradeep varma Co-founder, Kshemin

phone no: +91-7981186405

On Sun, Sep 22, 2019, 1:50 AM Mike Tsao notifications@github.com wrote:

Works for me on Android. TinyCam Pro. Same URL and option "RTSP over TCP (H264/H265)". Good luck.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/geeksville/Micro-RTSP/issues/18?email_source=notifications&email_token=AJIO5S5INNCV2UMDXDPSN4TQKZ6ZLA5CNFSM4IK3AKU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7IY7OI#issuecomment-533827513, or mute the thread https://github.com/notifications/unsubscribe-auth/AJIO5SZBKQLXIIQTMOCA5H3QKZ6ZLANCNFSM4IK3AKUQ .

ewrfedf commented 4 years ago

Works for me on Android. TinyCam Pro. Same URL and option "RTSP over TCP (H264/H265)". Good luck.

Yes,That really helped me,and I want to visite the camera from remote net,how can I do,thx again.