This website works better with JavaScript.
Home
Explore
Help
Sign In
lily-tv
/
lily-tv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Use port from ENV
master
Justin Forsyth
1 month ago
parent
1d57e979a3
commit
f71def14e3
Signed by:
justin
GPG Key ID:
86AE5A8E7F21CDF7
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.env.example
+1
-1
ingest.sh
+1
-1
pi.sh
+ 2
- 2
.env.example
View File
@ -1,3 +1,3 @@
export SERVER_
URL
=192.168.1.2
export SERVER_PORT=
8000
export SERVER_
ADDRESS
=192.168.1.2
export SERVER_PORT=
2222
export READTHEDOCS=True
+ 1
- 1
ingest.sh
View File
@ -1 +1 @@
nc -l
2222
> video/in.h264
nc -l
"
$SERVER_PORT
"
> video/in.h264
+ 1
- 1
pi.sh
View File
@ -1 +1 @@
raspivid -t
0
-w
1920
-h
1080
-hf -fps
30
-o -
|
nc
"
$SERVER_
URL
"
2222
raspivid -t
0
-w
1920
-h
1080
-hf -fps
30
-o -
|
nc
"
$SERVER_
ADDRESS
"
"
$SERVER_PORT
"
Write
Preview
Loading…
Cancel
Save