Opened 9 years ago

Closed 5 years ago

#12775 closed Bug Report - General (Unverified)

HLS Stream with width and height specified at an invalid ratio returns wrong url from AddLiveStream

Reported by: Mitch Capper <mitch.capper@…> Owned by: Bill Meek
Priority: minor Milestone: unknown
Component: MythTV - Services API - Backend Version: Unspecified
Severity: low Keywords:
Cc: Ticket locked: no

Description

if you request a stream like 860x480 mythtv will actually transcode at 864x480 , calls to GetLiveStream? will return the correct relative url (1234.ts.864x480_800kV_64kA.m3u8 for example) but the initial AddLiveStream? returns an invalid url: 1234.ts.860x480_800kV_64kA.m3u8

I can look at fixing this, if people think its worthwhile we could remove the relative url from addlivestream and make people call getlivesream as another solution. Open for thoughts.

Change History (1)

comment:1 Changed 5 years ago by Stuart Auchterlonie

Resolution: Unverified
Status: newclosed

Closing all old tickets in trac.

If your issue still persists, please open an issue in Github https://github.com/MythTV/mythtv/issues

and reference the existing trac ticket.

Note: See TracTickets for help on using tickets.