-
Notifications
You must be signed in to change notification settings - Fork 35
/
config.ini
69 lines (57 loc) · 2.53 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[SLINGBOX]
sbtype="350/500/M1/M2"
;sbtype="Solo/Pro/ProHD"
;sbtype="240"
password=YourSlingboxPassword
;uncomment the next lines ipaddress and port with your local network info
;if you don't want the server to automatically find your
;slingbox on the local network. Needed if server and slingbox are
;not on the same LAN segment. Also removes requirement for the netifaces module
;ipaddress=192.168.117.110
;port=5201
;Replace with your finderid, If and only if you need remote access and don't
;have a static ip and you plan on using my service to access you server remotely.
;Please read the release notes. Most people don't need this.
;finderid=BAD95DAED609364C8204F2BC5FBDC363
;If you've got more than one slingbox set name. THe server will use this when generating
;logs to make it easier to see what's going on.
;name=something
;Following are the default values
;Default resolution when server starts. You can change this and reconnect without having to restart the server
;valid range = 0..16
;Resolution=12
;Valid Values 1, 6, 10, 15, 20, 30, 60 depending on resolution
;FrameRate=30
;Min 50 Max 8000
;VideoBandwidth=2000
;Min 0 (auto) max 63
;VideoSmoothness=63
;Send Iframe every n seconds Max 30
;IframeRate=5
;Audio Bit Rate. Valid Options 16, 20, 32, 40, 48, 64, 96 Default 32
;AudioBitRate=32
;Video Source 0, 1, 2, 3 depending on your hardware corresponds to one of
;Composite, Component, S-Video, HDMI or Tuner.
;Pro: 0=(Analog)Tuner 1=Composite 2=S-Video 3=Component (Via HDMI to Component Cable)
;ProHD: 0=Tuner 1=Composite 2=S-Video 3=Component
;Solo: 0=Composite 1=S-Video 2=Component
;500: 0=Composite 1=Component 2=HDMI
;350/M1/M2: 0=Composite 1=Component
; If you don't set this, the code will use the last configured input
; I recommend setting this value. If not set correctly, you'll often only see a black screen.
; Note: Setting invalid options may cause unexpected hardware behavior. For example, setting
; 2 or 3 for M2 hardware causes it to reboot.
VideoSource = 1
[SERVER]
;local port number for the server to listen on for connections
port=8080
;maxstreams=10
;enableremote=yes
[REMOTE]
;see release notes for changing this if your remote doesn't work, But as a start make it
;the same as your configured VideoSource 0-3. See above.
code=1
;path to an external remote control definitions file, if the defaults
;aren't working for you or you want to change the format of the web page.
;use the supplied remote.txt as a starting point.
;include=remote.txt