[mythtv-commits] Ticket #7618: force_http will not used on recordings page

MythTV mythtv at cvs.mythtv.org
Thu Nov 19 22:22:01 UTC 2009


#7618: force_http will not used on recordings page
---------------------------------------+------------------------------------
 Reporter:  pressy@…                   |       Owner:  kormoc 
     Type:  defect                     |      Status:  new    
 Priority:  minor                      |   Milestone:  unknown
Component:  Plugin - MythWeb           |     Version:  0.22   
 Severity:  medium                     |     Mlocked:  0      
---------------------------------------+------------------------------------
 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
 @$_SESSION['stream']['force_http'] the url should be set to http. As far
 as I can see at the time defines.php ist called, the @$_SESSION['stream']
 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7618>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list