[Configuration] Playing Topfield .rec files (1 Viewer)

miri-dk

New Member
August 29, 2009
2
0
Home Country
Denmark Denmark
Started on: 2009-09-15
Last update: 2009-09-15

Summary:

I have a lot of Topfield .rec files that are actually DVB recordings in a .ts format with a header. If I put ".rec" into the configuration field "Video Extensions" then I'm able to play the files, but I don't get the opportunity to chose between the DVB audio/subtitle PIDs as I do if I change the format from .rec to .ts. It seems like the .TS files gets some facilities from the TV section, that similar file-formats don't get.

https://forum.team-mediaportal.com/...-support-53/playing-topfield-rec-files-70358/

This feature is integrated in XBMC and VLC, and I have not heared of problems as a result of the integration though there are other types of files using the .rec extention.

Area:

Implementation of files in Topfield .rec format in TSReader filter

Description:

Playing .rec files the same way as .ts files from My Videos

As I understand it could be solved by a change in line 304 in PlayerFactory.cs to:
if (extension == ".tsbuffer" || extension == ".ts" || extension == ".rec") //new support for Topfield recordings
 

Users who are viewing this thread

Top Bottom