Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
car-controlserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenzhongjian
car-controlserver
Commits
ba7528f4
Commit
ba7528f4
authored
Mar 21, 2025
by
957dd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化了游览器授权问题
parent
05c82e63
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
2 deletions
+1
-2
log.txt
log/log.txt
+0
-1
main
main
+0
-0
opensh.c
src/opensh.c
+1
-1
opensh.o
src/opensh.o
+0
-0
main.o
usr/main.o
+0
-0
No files found.
log/log.txt
View file @
ba7528f4
[10315:10353:0317/095131.251085:ERROR:ssl_client_socket_impl.cc(985)] handshake failed; returned -1, SSL error code 1, net_error -101
main
View file @
ba7528f4
No preview for this file type
src/opensh.c
View file @
ba7528f4
...
...
@@ -25,7 +25,7 @@ int opencamsh()
sprintf
(
urls
,
"%s%s"
,
url
,
TOPIC3
);
//setenv("DISPLAY", ":0", 1);//设置环境变量https://jywy.yd-ss.com?dev=controcar0004 --new-window sudo
sprintf
(
gwebcam
,
"su - orangepi chromium-browser %s
"
,
urls
);
sprintf
(
gwebcam
,
"su - orangepi -c
\"
chromium-browser --use-fake-ui-for-media-stream %s
\"
"
,
urls
);
system
(
gwebcam
);
printf
(
"%s
\n
"
,
gwebcam
);
printf
(
"open cam
\n
"
);
...
...
src/opensh.o
View file @
ba7528f4
No preview for this file type
usr/main.o
View file @
ba7528f4
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment