OK, I have installed the newest ubuntu with VNSI addon. Could you help me to connect VNSI with oscam server?
What I have done:
# sudo stop vdr
# sudo apt-get install git
# sudo apt-get install vdr-dev
# sudo apt-get install nano
#git clone git://projects.vdr-developer.org/vdr.git
#git clone
https://github.com/FernetMenta/vdr-plugin-vnsiserver
After commands above I have file streamdevhosts.conf, but I can not edit it.
#
# streamdevhosts This file describes a number of host addresses that
# are allowed to connect to the streamdev server running
# with the Video Disk Recorder (VDR) on this system.
# Syntax:
#
# IP-Address[/Netmask]
#
127.0.0.1 # always accept localhost
#192.168.100.0/24 # any host on the local net
#204.152.189.113 # a specific host
#239.255.0.0/16 # uncomment for IGMP multicast streaming
#0.0.0.0/0 # any host on any net (DON'T DO THAT! USE AUTHENTICATION)
Questions are:
1. How can I edith this file streamdevhosts.conf?
2. Where should be entered IP adress of my oscam server?
3. Is it enough to be able connect with vnc server by other htpc with xbmc?