parent
31e0bbb4ca
commit
d6c76ef6f5
Binary file not shown.
@ -1 +0,0 @@
|
||||
a4b50539757a420fc15f09f08ce0cad3d39cbc2d
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,36 +0,0 @@
|
||||
# main config for srs.
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
daemon off;
|
||||
max_connections 1000;
|
||||
srs_log_tank file;
|
||||
srs_log_file ./objs/srs.log;
|
||||
http_api {
|
||||
enabled on;
|
||||
listen 1985;
|
||||
}
|
||||
http_server {
|
||||
enabled on;
|
||||
listen 8080;
|
||||
dir ./objs/nginx/html;
|
||||
}
|
||||
stats {
|
||||
network 0;
|
||||
disk sda sdb xvda xvdb;
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
http_remux {
|
||||
enabled on;
|
||||
mount [vhost]/[app]/[stream].flv;
|
||||
hstrs on;
|
||||
}
|
||||
hls {
|
||||
enabled on;
|
||||
hls_fragment 3;
|
||||
hls_window 10;
|
||||
hls_path ./objs/nginx/html;
|
||||
hls_m3u8_file [app]/[stream].m3u8;
|
||||
hls_ts_file [app]/[stream]-[seq].ts;
|
||||
}
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
<cross-domain-policy>
|
||||
<allow-access-from domain="*"/>
|
||||
</cross-domain-policy>
|
Before Width: | Height: | Size: 5.3 KiB |
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="livestream.m3u8">
|
||||
</video>
|
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="livestream_ld.m3u8">
|
||||
</video>
|
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="livestream_sd.m3u8">
|
||||
</video>
|
@ -1,17 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SRS</title>
|
||||
<meta charset="utf-8">
|
||||
<script type="text/javascript" src="players/js/jquery-1.10.2.min.js"></script>
|
||||
<script type="text/javascript" src="players/js/srs.page.js"></script>
|
||||
<script type="text/javascript" src="players/js/srs.utility.js"></script>
|
||||
<script type="text/javascript" src="players/js/winlin.utility.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
setTimeout(function(){
|
||||
window.location.href = "players/index.html" + window.location.search;
|
||||
}, 500);
|
||||
</script>
|
||||
</body>
|
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="demo.m3u8">
|
||||
</video>
|
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="livestream.m3u8">
|
||||
</video>
|
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="livestream_ld.m3u8">
|
||||
</video>
|
@ -1,3 +0,0 @@
|
||||
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
|
||||
src="livestream_sd.m3u8">
|
||||
</video>
|
@ -1 +0,0 @@
|
||||
Nginx is ok.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
[program:iotnode]
|
||||
directory=/home/pi/publish/apps/IoTNode/
|
||||
command=/home/pi/publish/apps/IoTNode/IoTNode
|
||||
directory=/root/publish/apps/IoTNode/
|
||||
command=/root/publish/apps/IoTNode/IoTNode
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=pi
|
||||
user=root
|
@ -1,8 +0,0 @@
|
||||
[program:njwlservice]
|
||||
directory=/home/pi/publish/apps/NJWLService/
|
||||
command=bash -C "start.sh"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
user=pi
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Loading…
Reference in new issue