TV-Server Version: RC 1 + usually latest SVN
MediaPortal Version: RC 1 + usually latest SVN
MediaPortal Skin: BlueTwo wide
Windows Version: Vista Home Premium SP1
CPU Type: Intel C2D E8200
HDD: Seagate 7200.11 500 GB
Memory: 2 GB DDR2 667 Mhz
Motherboard: Gigabyte GA-73PVM-S2H
Video Card:
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: Digital everywhere FloppyDTV
1. TV Card Type: DVB-C
1. TV Card Driver:
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec:
MPEG2 Audio Codec:
h.264 Video Codec:
Satelite/CableTV Provider:
HTPC Case: Antec Fusion V2
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection: Sub-D
Hello!
Anyone else still having problems with this MediaPortal Bugtracker? I know I have!
Besides the steps described in mantis you have to have TV in fullscreen.
The problems seems to be in this method: public static bool ViewChannelAndCheck(Channel channel) in TVHome.cs
more specificly in the else clause starting on row 2300:
else
{
g_Player.PauseGraph();
succeeded = server.StartTimeShifting(ref user, channel.IdChannel, out card);
SeekToEnd(true);
g_Player.ContinueGraph();
}
When you select "Yes" in the yes/no prompt server.StartTimeShifting creates a new ts file but then when it goes into SeekToEnd and g_Player.ContinueGraph() it still uses the old stream instead of the new one. So far i haven't found a way to solve this. When you switch between fta channels a new stream isn't created, only when the channel is scrambled.
//johnzered
MediaPortal Version: RC 1 + usually latest SVN
MediaPortal Skin: BlueTwo wide
Windows Version: Vista Home Premium SP1
CPU Type: Intel C2D E8200
HDD: Seagate 7200.11 500 GB
Memory: 2 GB DDR2 667 Mhz
Motherboard: Gigabyte GA-73PVM-S2H
Video Card:
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: Digital everywhere FloppyDTV
1. TV Card Type: DVB-C
1. TV Card Driver:
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec:
MPEG2 Audio Codec:
h.264 Video Codec:
Satelite/CableTV Provider:
HTPC Case: Antec Fusion V2
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection: Sub-D
Hello!
Anyone else still having problems with this MediaPortal Bugtracker? I know I have!
Besides the steps described in mantis you have to have TV in fullscreen.
The problems seems to be in this method: public static bool ViewChannelAndCheck(Channel channel) in TVHome.cs
more specificly in the else clause starting on row 2300:
else
{
g_Player.PauseGraph();
succeeded = server.StartTimeShifting(ref user, channel.IdChannel, out card);
SeekToEnd(true);
g_Player.ContinueGraph();
}
When you select "Yes" in the yes/no prompt server.StartTimeShifting creates a new ts file but then when it goes into SeekToEnd and g_Player.ContinueGraph() it still uses the old stream instead of the new one. So far i haven't found a way to solve this. When you switch between fta channels a new stream isn't created, only when the channel is scrambled.
//johnzered
Finland