Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11307 closed Bug Report - General (fixed)

Cannot play streams with already encoded characters in url

Reported by: scott.edstorn@… Owned by: JYA
Priority: minor Milestone: 0.26.1
Component: MythTV - HTTP Streaming Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When trying to play hls tv streams I have it seems mythtv can't play streams with characters encoded like %3D ( = ), I did a wireshark and I can see that mythtv double encode the url so the get command is with %253D.

Attachments (1)

mythbackend.20121225075945.4649 (copy).log (1.6 MB) - added by scott.edstorn@… 11 years ago.
log of the problem with verbose + debug

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by scott.edstorn@…

log of the problem with verbose + debug

comment:1 Changed 11 years ago by JYA

Owner: changed from cpinkham to JYA
Status: newaccepted

comment:2 Changed 11 years ago by Jean-Yves Avenard <jyavenard@…>

Resolution: fixed
Status: acceptedclosed

In a99e92c8173fb1887a9b3c116b72edf119fbfd5b/mythtv:

URI is RFC3986 and is escape encoded. Must decode it before using it.

Fixes #11307

comment:3 Changed 11 years ago by Jean-Yves Avenard <jyavenard@…>

In a4d2dd12c7f9143dc31be4005e1d437adebd9646/mythtv:

URI is RFC3986 and is escape encoded. Must decode it before using it.

Fixes #11307
(cherry picked from commit a99e92c8173fb1887a9b3c116b72edf119fbfd5b)

comment:4 Changed 11 years ago by Raymond Wagner

Milestone: unknown0.26.1
Note: See TracTickets for help on using tickets.