Opened 10 years ago
Closed 10 years ago
#12820 closed Bug Report - General (fixed)
HLS streaming over HTTPS fails
| Reported by: | 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 by , 10 years ago
| Component: | MythTV - HTTP Streaming → MythTV - Recording |
|---|---|
| Milestone: | unknown → 0.28.1 |
| Owner: | changed from to |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

In 0a3945326e77f53f8091783be3e607d8c3b15a10/mythtv: