Opened 14 years ago

Closed 14 years ago

#7618 closed defect (fixed)

force_http will not used on recordings page

Reported by: pressy@… Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: 0.22
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In MythWeb I switched on "force http" for streaming, because I use a https environment. Still the streaming links start with "https". I look a bit in the code and find out, that the stream_url is set in defines.php. Based on @$_SESSIONstream?force_http? the url should be set to http. As far as I can see at the time defines.php ist called, the @$_SESSIONstream? is not yet filled. I moved the initialisation of stream_url in modules/stream/init.php and now it works for me. But I can't tell what side effects this has.

Change History (1)

comment:1 Changed 14 years ago by Rob Smith

Resolution: fixed
Status: newclosed

(In [24912]) Fixes #7618, this moves the defines after the session so settings work correctly

Note: See TracTickets for help on using tickets.