Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Problems with getting chromium-browser to show first image (Brian)
2. Re: Problems with getting chromium-browser to show first
image (Manu Kemppainen)
3. Re: Problems with getting chromium-browser to show first
image (Barry Martin)
----------------------------------------------------------------------
Message: 1
Date: Sun, 5 Jun 2022 18:34:02 +0200
From: "Brian" <[email protected]>
To: Motion discussion list <[email protected]>
Subject: [Motion-user] Problems with getting chromium-browser to show
first image
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
I rebuilt my Motion 4.3.2 on Raspi P4. Motion capture is ok.
But i need the output of the P4 to go to a TV via HDMI. And the browser
showing motion should run in kiosk mode.
XDG autostart looks like this:
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@unclutter
@xscreensaver -no-splash
@xset s off
@xset -dpms
@xset s noblank
@chromium-browser? http://192.168.96.41:8081/0/stream --no-sandbox
--start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run
--disk-cache-dir=/dev/null http://localhost:8080
This gives me a blank screen showing a mouse cursor.? A click of the
mouse gives me what I want, full-screen output from my IP RSTP camera.
I have my doubts that the last "http://localhost:8080" is really
required.? Tried without --no-first-run, that did not help.
Maybe a different URL in motion would help.? Anyone have any ideas?
Thanks in advance Brian
--
Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr?ft.
https://www.avast.com/antivirus
------------------------------
Message: 2
Date: Sun, 05 Jun 2022 19:51:57 +0300
From: Manu Kemppainen <[email protected]>
To: Brian <[email protected]>
Cc: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] Problems with getting chromium-browser to
show first image
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Sun, 5 Jun 2022 19:52:13 -0500
From: Barry Martin <[email protected]>
To: [email protected]
Subject: Re: [Motion-user] Problems with getting chromium-browser to
show first image
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Brian:
> @chromium-browser http://192.168.96.41:8081/0/stream --no-sandbox
> --start-fullscreen --kiosk --incognito --noerrdialogs --no-first-run
> --disk-cache-dir=/dev/null http://localhost:8080
Almost seems like you're calling two IPs: 192.168.96.41 (plus port) and
localhost (probably 127.0.0.1).? Maybe just try "chromium-browser
http://192.168.96.41:8081/0/stream"? (without the quote marks).? Also
thinking you may not need the '/stream' part.
Here I'm using:
http://192.168.4.220:8081/101
http://192.168.4.219:8082
http://192.168.4.221:8081/1
to view my three cameras (one USB camera per RPi 4) -- yeah - nothing
like inconstancy!<g>
??? 220 config:??? camera_id 101??? ??? stream_port 8081
??? 219 config:??? camera_id 102 ??? ??? stream_port 8082 ??? (no idea
why it doesn't want '102')
??? 221 config:??? camera_id 1??? ??? ??? stream_port 8081
Good luck!
Barry
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 192, Issue 2
*******************************************