Opened 9 years ago

Closed 9 years ago

#12346 closed Bug Report - General (fixed)

the IPTV recorder breaks URL encoded segment URLs in http-live-streaming playlists

Reported by: Karl Egly Owned by: JYA
Priority: minor Milestone: 0.28
Component: MythTV - Recording Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Trying to play back http://apasfiisl.apa.at/ipad/orf2e_q6a/orf.sdp/playlist.m3u8 leads to a playlist containing

http://194.232.200.63/orf2e_q6a/orf.sdp/media_7026.ts?wowzasessionid=REMOVED&ua=Mozilla%2F5.0&ip=REMOVED

but we request

http://194.232.200.63/orf2e_q6a/orf.sdp/media_7026.ts?wowzasessionid=REMOVED&ua=Mozilla/5.0&ip=REMOVED

resulting in a 404. Only tested in master

Change History (1)

comment:1 Changed 9 years ago by Karl Dietz <dekarl@…>

Resolution: fixed
Status: newclosed

In 2c4338f6bc565c712cd32cf9bcdb5fddc3f440a0/mythtv:

Avoid breaking URI encoded parameters in HLS segment URLs

Passing around urls in QStrings instead of QUrls breaks some use cases.
Has seen very light testing with the HLS recorder.

Fixes #12346

Note: See TracTickets for help on using tickets.