Opened 8 years ago

Closed 7 years ago

#12820 closed Bug Report - General (fixed)

HLS streaming over HTTPS fails

Reported by: muuhuu@… Owned by: Karl Egly
Priority: minor Milestone: 0.28.1
Component: MythTV - Recording Version: 0.28.0
Severity: medium Keywords:
Cc: Ticket locked: no

Description

HLS streaming over HTTPS fails, for example this url:

https://svt10-lh.akamaihd.net/i/svt10_0@77505/master.m3u8

Looking in file and function

libs/libmythtv/iptvtuningdata.h
void GuessProtocol(void)

it seems that hls over https is not implemented, as this function is returning IPTVTuningData::inValid on a https url.

Is that correct? And is it difficult to implement?

Change History (4)

comment:1 Changed 8 years ago by Karl Egly

Component: MythTV - HTTP StreamingMythTV - Recording
Milestone: unknown0.28.1
Owner: changed from cpinkham to JYA

comment:2 Changed 8 years ago by Karl Dietz <dekarl@…>

In 0a3945326e77f53f8091783be3e607d8c3b15a10/mythtv:

let IPTV recorder recognize HTTPS urls

Refs #12820

comment:3 Changed 8 years ago by Stuart Auchterlonie

Owner: changed from JYA to Karl Egly
Status: newassigned

comment:4 Changed 7 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: assignedclosed

In 0a6ffc71a468048f89266ae1cd49620ddba5f256/mythtv:

let IPTV recorder recognize HTTPS urls

Fixes #12820

(cherry picked from commit 0a3945326e77f53f8091783be3e607d8c3b15a10)

Note: See TracTickets for help on using tickets.