[mythtv] [mythtv-commits] Ticket #2571: Patch for MythMusic in Mythweb.

Otto Kolsi otto at kolsi.fi
Fri Oct 13 13:46:16 UTC 2006


> #2571: Patch for MythMusic in Mythweb.
> ---------------------+------------------------------------------------------
>  Reporter:  jochen   |       Owner:  xris
>      Type:  defect   |      Status:  new 
>  Priority:  major    |   Milestone:  0.21
> Component:  mythweb  |     Version:  head
>  Severity:  high     |  
> ---------------------+------------------------------------------------------
>  This Patch should fix the not working streaming and the not displayed
>  images.
> 
>  It should work with http und https.


I tried this patch, but unfortunately the Playlist/Play HTTPS issue 
still remains. I looked the requests that were made during various 
mythweb - mythmusic functions.

All the others are POSTs to the correct HTTPS address, while the 
Playlist -> Play functionality generates GET request to plain HTTP 
address. Here's an example

----------------------------------------------------------
http://server.in.somewhere:80/mythweb/music/mp3act_hidden.php?type=pl&id=0&quality=high

GET /mythweb/music/mp3act_hidden.php?type=pl&id=0&quality=high HTTP/1.1
Host: server.in.somewhere:80
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) 
Gecko/20060909 Firefox/1.5.0.7
Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: mp3act_playlist_id=4; mythweb_id=dhhh1hupmodr7ah2i1vjc4fqt0


-- 
   Otto


More information about the mythtv-dev mailing list