-
Notifications
You must be signed in to change notification settings - Fork 502
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
Rtsp from CLi #281
Comments
There should be no space between "--" and "live" but I see one in what you entered above. I'm not familiar with "screen" syntax, but just to confirm, have you tried running omxplayer by itself with the same command line arguments? I've also noticed omxplayer immediately closes with its "have a nice day" message if the video stream URL is invalid, like if you specify a substream that isn't enabled on the camera (subtype=1 means first sub stream). |
The space was just a typo in message{sorry). Rstp stream works from the "run" command on the desktop, just not from a script or from the Terminal. |
I suspect you'll need quotes around the url or bash will interpret the & |
popcornmix, |
Noob could use some help. I am trying to run this code and it runs fine from the "run" command of the desk top, but if i try it from Terminal Cli nothing, no error. Help please.
screen -dmS camera omxplayer -- live --win "20 20 600 400" rtsp://user:paswrd@00.00.00.00:9093/cam/realmonitor?channel=1&subtype=1
The text was updated successfully, but these errors were encountered: