- November 20, 2006
- 336
- 1
- Home Country
-
New Zealand
It's best to test all the individual server components from the client. So as mentioned in the previous posts:
Check video streaming from the client with VLC:
1.On the server open the TVServer setup and go to manual control. Select a channel and start timeshifting. If timeshifting starts then the TV server probably working more or less fine, move on)
2.On th eserver open your TV server logs (C:\Documents and Settings\All Users\Application Data\MediaPortal TV Server\log) folder and open the streaming server log file. Look for a couple of lines that look like this:
23-01-2007 22:15:50 Stream server: url for stream is
rtsp://192.168.22.100/stream1
3. Open VLC, File>Open Network Stream select RTSP and enter the URl you got from the log file.
4. Streaming should now start! If not then there could be a problem with the client or the network. One thing to watch out for when configuring TVserver is the IP address it is configured to listen on. If you have more that one network adaptor and one of them is not used then TVServer could have defaulted to the wrong one. Go to TVServer setup at the top of the tree Select TV Servers. In the right hand pane select the server and click edit. Make sure that the IP Address is correct. e.g. the IP address that you would normally use to connect to the TV Server PC remotly.
Check that the SQL server is accepting remote connections:
If Streaming Did stat then the problem is most likley with the SQl server. From the client perform the check I mentioned a couple of posts ago. (Setting up an ODBC data source to test the SQL server)
Check video streaming from the client with VLC:
1.On the server open the TVServer setup and go to manual control. Select a channel and start timeshifting. If timeshifting starts then the TV server probably working more or less fine, move on)
2.On th eserver open your TV server logs (C:\Documents and Settings\All Users\Application Data\MediaPortal TV Server\log) folder and open the streaming server log file. Look for a couple of lines that look like this:
23-01-2007 22:15:50 Stream server: url for stream is
rtsp://192.168.22.100/stream1
3. Open VLC, File>Open Network Stream select RTSP and enter the URl you got from the log file.
4. Streaming should now start! If not then there could be a problem with the client or the network. One thing to watch out for when configuring TVserver is the IP address it is configured to listen on. If you have more that one network adaptor and one of them is not used then TVServer could have defaulted to the wrong one. Go to TVServer setup at the top of the tree Select TV Servers. In the right hand pane select the server and click edit. Make sure that the IP Address is correct. e.g. the IP address that you would normally use to connect to the TV Server PC remotly.
Check that the SQL server is accepting remote connections:
If Streaming Did stat then the problem is most likley with the SQl server. From the client perform the check I mentioned a couple of posts ago. (Setting up an ODBC data source to test the SQL server)