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
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Problem with TV Server and WLAN
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="Shazell" data-source="post: 281766" data-attributes="member: 51936"><p>I'll have a look when I get home tonight</p><p></p><p>I also found an older thread with the same problem and they tried using a batch file to restart the service. But I am not sure this will help during WLAN drop outs, but could help at startup.</p><p></p><p><a href="https://forum.team-mediaportal.com/mp-tv-client-262/announce-mptvclient-v1-2-5-20-12-2007-ii-22027/index2.html" target="_blank">https://forum.team-mediaportal.com/mp-tv-client-262/announce-mptvclient-v1-2-5-20-12-2007-ii-22027/index2.html</a></p><p></p><p>[CODE]RestartTVServer.bat</p><p></p><p>@echo off</p><p>Rem Set checkip to whatever ip-address you need to have</p><p>set checkip=192.168.230.233</p><p>Rem Set the number of times you want to try 5 pings to the ip-address</p><p>set maxcount=2</p><p></p><p>Rem Stop de TVservice since it is bound to 127.0.0.1 only</p><p>net stop tvservice</p><p></p><p></p><p>FOR /L %%a IN (1,1,%maxcount%) DO (</p><p></p><p>echo Run number %%a</p><p></p><p>ping %checkip% > %temp%\checkip.txt</p><p></p><p>FOR /F %%a IN (%temp%\checkip.txt) DO (</p><p>if %%a==Reply (</p><p>echo yesss, we have an ip-stack on %checkip%</p><p>net start tvservice</p><p>goto einde</p><p>)</p><p>)</p><p>)</p><p></p><p></p><p>:einde[/CODE]</p><p></p><p>The other thing I am wondering is if it is possible to run TV Server and the normal TV Engine in parallel. This could allow me to let the wife watch the TV normally without using TV Server in the living room. And I have a second card that is used by the TV Server and I can use for streaming. (This is not a problem for me as I am English and the wife is German, she can use the DVB-T card for German TV while I use the DVB-S card for English TV.</p></blockquote><p></p>
[QUOTE="Shazell, post: 281766, member: 51936"] I'll have a look when I get home tonight I also found an older thread with the same problem and they tried using a batch file to restart the service. But I am not sure this will help during WLAN drop outs, but could help at startup. [url]https://forum.team-mediaportal.com/mp-tv-client-262/announce-mptvclient-v1-2-5-20-12-2007-ii-22027/index2.html[/url] [CODE]RestartTVServer.bat @echo off Rem Set checkip to whatever ip-address you need to have set checkip=192.168.230.233 Rem Set the number of times you want to try 5 pings to the ip-address set maxcount=2 Rem Stop de TVservice since it is bound to 127.0.0.1 only net stop tvservice FOR /L %%a IN (1,1,%maxcount%) DO ( echo Run number %%a ping %checkip% > %temp%\checkip.txt FOR /F %%a IN (%temp%\checkip.txt) DO ( if %%a==Reply ( echo yesss, we have an ip-stack on %checkip% net start tvservice goto einde ) ) ) :einde[/CODE] The other thing I am wondering is if it is possible to run TV Server and the normal TV Engine in parallel. This could allow me to let the wife watch the TV normally without using TV Server in the living room. And I have a second card that is used by the TV Server and I can use for streaming. (This is not a problem for me as I am English and the wife is German, she can use the DVB-T card for German TV while I use the DVB-S card for English TV. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Problem with TV Server and WLAN
Contact us
RSS
Top
Bottom