Python Forum

Full Version: want to stream rtsp from my Pi camera
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ,