Okay, are you really sure that it was working in BetterWebMP v1.1? Because nothing else other than that js file changed in the streaming part..
Just in case I will perform a rollback to 1.1 and give you feedback as soon as possible
Okay, are you really sure that it was working in BetterWebMP v1.1? Because nothing else other than that js file changed in the streaming part..
Thanks
Thanks for finding that out, I removed it, because I have it enabled it for every page. Problem now is, that when more js files are included in the page like at this page HLSPlayer.js, that order of the including is wrong. I will defenitely look into this.Hi Dragy,
I am an IPhone user and have been testing your new skin. Awesome work on the mobile version.
I thought I would let you know I had what I think was the same problem with playing anything using httpLiveStreaming with the new version.
I copied over the "HLSPlayer.chtml" from version 1 and it seems to play again. The only differences I noticed are the removal of @Html.jQuery().Enable()
Yeah the ' is just because when using ", it fucks up the syntax highlighting for me, because the " in the csharp code unquote the tag. And thanks for that tip! I see that Chrome on Android supports this HTTP Live Streaming, so I can debug it myself nowand around the data-url you have used ' instead of "
As I am not a coder I may not know what I am talking about but just thought I would help out.
My Iphone is using a jailbroken IOS version 5.1.1 and I am using the chrome browser.
Strange... Can't imagine what's wrong with this, I tested it on multiple browsers and it just works and gives no error. Stupid iPhone...The Menu is also not sliding open properly for me so I had a look into "_Layout.cshtml" and found that if I removed the below code it worked
$(window).resize(function() {
if($("#toggleMenuButton").css('display') == 'none')
$('#menu').css('display', "block");
else
$('#menu').css('display', "none");
});
Fixed thatHowever with your new code for re-sizing the play box I can no longer see the play button when using the "HTTP Live Streaming HD" profile or any profile with 1280 x 720 res.
I assume it's there just off to the side.
THanks for your kind help [DOUBLEPOST=1354880569][/DOUBLEPOST]I really appreciate all the work you are doing (and Oxan etc.) and hope I can help.
Keep up the great work.
Regards
I think it's better at the bottom, because you never need to press it, the menu is more important. First I didn't even show the cover, because it contains no real information.This is like a huge pot of awesome sauce! Thanks Dragy!
One thing I noticed in the video: When looking at Series (around 2:00), the responsive design moves the picture of the series to the bottom, below the pictures for the single seasons. I'd move it to the top
Ah, the problem is that if you move the @Html.jQuery().Enable() to the top of _Layout.cshtml, it renders the <script> tag for HLSPlayer.js before the jQuery include? That's a good one, I'll take a look at that.Thanks for finding that out, I removed it, because I have it enabled it for every page. Problem now is, that when more js files are included in the page like at this page HLSPlayer.js, that order of the including is wrong. I will defenitely look into this.