Switch downloads to Transport Stream (TS).
The Roamio can't package H.264 recordings in Program Stream (PS) format.
This commit is contained in:
parent
5aa7bc95cb
commit
d882a6ccdb
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ class TivoItem:
|
|||
self.time = int(d, base=0)
|
||||
self.datestr = self.date.strftime("%Y%m%d-%H%M")
|
||||
self.url = getTagText(i, "Url")
|
||||
self.url = self.url + "&Format=video/x-tivo-mpeg-ts"
|
||||
self.inprogress = getTagText(i, "InProgress")
|
||||
self.available = getTagText(i, "Available")
|
||||
self.sourcesize = int(getTagText(i, "SourceSize"))
|
||||
|
|
Loading…
Reference in a new issue