-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to start the server in the backgroud? #13
Comments
Hi @pteran2403, You can run this python script to start the server and stearm the data. You can also run this as a system service or cron job in the backgroud. |
I am running it in the background as a service but I would like to keep the RTSP running in the background without the need of calling the rtsp. I know I have to so add a I tried:
|
Hi @prabhakar-sivanesan Awesome project,
I have a question, I noticed the RTSP stream only starts when a connection is made. For example, only starts when I connect to the stream via VLC and stops when I stop the stream (or close VLC).
How can I make the rtsp server run in the backgroud without having to open VLC?
I added the following line but doesn't seem to make a difference:
.set_state(Gst.State.PLAYING)
The text was updated successfully, but these errors were encountered: