home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Products
TV-Server
Failed to startup tvserviceSystem.NullReferenceException
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="textune" data-source="post: 1299711" data-attributes="member: 171307"><p>I solved it myself, by modifying the host IP-address in the server table of the database,</p><p></p><p><span style="font-family: 'courier new'">MariaDB [(none)]> use mptvdb;</span></p><p><span style="font-family: 'courier new'">Database changed</span></p><p><span style="font-family: 'courier new'">MariaDB [mptvdb]> SELECT * FROM Server;</span></p><p><span style="font-family: 'courier new'">+----------+----------+--------------+----------+</span></p><p><span style="font-family: 'courier new'">| idServer | isMaster | hostName | rtspPort |</span></p><p><span style="font-family: 'courier new'">+----------+----------+--------------+----------+</span></p><p><span style="font-family: 'courier new'">| 1 | | 10.100.32.10 | 554 |</span></p><p><span style="font-family: 'courier new'">+----------+----------+--------------+----------+</span></p><p><span style="font-family: 'courier new'">1 row in set (0.001 sec)</span></p><p><span style="font-family: 'courier new'"></span></p><p><span style="font-family: 'courier new'">MariaDB [mptvdb]> update Server set hostName = "127.0.0.1" WHERE idServer = 1;</span></p><p><span style="font-family: 'courier new'">Query OK, 1 row affected (0.003 sec)</span></p><p><span style="font-family: 'courier new'">Rows matched: 1 Changed: 1 Warnings: 0</span></p></blockquote><p></p>
[QUOTE="textune, post: 1299711, member: 171307"] I solved it myself, by modifying the host IP-address in the server table of the database, [FONT=courier new]MariaDB [(none)]> use mptvdb; Database changed MariaDB [mptvdb]> SELECT * FROM Server; +----------+----------+--------------+----------+ | idServer | isMaster | hostName | rtspPort | +----------+----------+--------------+----------+ | 1 | | 10.100.32.10 | 554 | +----------+----------+--------------+----------+ 1 row in set (0.001 sec) MariaDB [mptvdb]> update Server set hostName = "127.0.0.1" WHERE idServer = 1; Query OK, 1 row affected (0.003 sec) Rows matched: 1 Changed: 1 Warnings: 0[/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
Failed to startup tvserviceSystem.NullReferenceException
Contact us
RSS
Top
Bottom