Python Forum
want to stream rtsp from my Pi camera - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: want to stream rtsp from my Pi camera (/thread-31696.html)



want to stream rtsp from my Pi camera - korenron - Dec-28-2020

Hello ,
I found a python code that create a webpage and stream my camera into it
I want to "upgrade" the code and be able to connect the camera using rtsp
what to I need to do ?
the code is from here:
https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/
and it used the piCamera package

in the end I want ot be able to enter in VLC (for example)
rtsp://10.0.0.104
and see the video

Thanks ,