INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: WebPlay Album-Level "Play" Page Broken in iOS 5  (Read 1789 times)

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
WebPlay Album-Level "Play" Page Broken in iOS 5
« on: November 09, 2011, 01:56:30 pm »

I'm not sure when this started, but...

Using MC17 (current build).
Open WebPlay from an iPhone with iOS 5, navigate to an album (not an individual file) and choose "Play".  The resulting page layout is all broken.



It still actually works if you tap the Quicktime playback window (the black square), but it is all messed up visually.
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

BradC

  • World Citizen
  • ***
  • Posts: 207
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #1 on: November 30, 2011, 05:47:11 pm »

I am also finding that under iOS 5, will only play individial songs. Playback from a playlist (or album) is broken.
ie playback stops after the first song in a list.

Can anyone confirm that they are also having this problem.

Brad
Logged

HiFiTubes

  • Citizen of the Universe
  • *****
  • Posts: 1123
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #2 on: December 10, 2011, 07:55:52 pm »

yes on both counts says the cilantro
Logged

pocomo

  • Member
  • *
  • Posts: 1
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #3 on: December 19, 2011, 03:43:28 pm »

Add another confirmation: iOS 5.0.1 (iPad), 16.0.181
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #4 on: December 19, 2011, 03:54:26 pm »

I am also finding that under iOS 5, will only play individial songs. Playback from a playlist (or album) is broken.
ie playback stops after the first song in a list.

Can anyone confirm that they are also having this problem.

Yep.  Seeing this too.
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42028
  • Shoes gone again!
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #5 on: December 21, 2011, 10:40:52 am »

If anybody with this issue is HTML-inclined, you can see the HTML file here:
C:\Program Files (x86)\J River\Media Center 17\Data\WebPlay\Default\play_qt.html

Any idea what iOS 5 wants changed?
Logged
Matt Ashland, JRiver Media Center

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #6 on: December 22, 2011, 12:48:00 am »

This seems like a bug in Safari in the new IOS, but I didn't find any specific references.

I floated the object to somewhere else on the page, and its containing box moves, but the control portion itself always jams up into the upper left of the content page.

I added some HTML5 video code to play the audio, and the controls were located properly.

So, you could add HTML5 code, with fallback code to playback using the current (older) method.

See: Fall Back to the QuickTime Plug-in here.

btw. the & in "...iTouch, iPad, & more" needs to be changed into an entity: &

Logged
The opinions I express represent my own folly.

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42028
  • Shoes gone again!
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #7 on: December 22, 2011, 09:08:13 am »

Thanks MrC.

How does this demo work on iOS:
http://www.jplayer.org/latest/demo-02/

I wonder if it would make sense to switch to that from QT playback?
Logged
Matt Ashland, JRiver Media Center

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: WebPlay Album-Level "Play" Page Broken in iOS 5
« Reply #8 on: December 22, 2011, 11:12:23 am »

The demo appears to work.  The player portion is pretty small in its demo presentation, but the controls and playback seem to work fine.  I expanded the panel to see the information that was being passed and updated.  Good stuff.

If you are going to add the HTML5 < video > tags as a preferred playback method, you'll certainly want to retain your current method as a fall back for the older IOS devices that may not support these (properly).

I'll look around some more for any reported issues regarding why the control is not placed correctly.

I see you're using version 1.2 of the AC_QuickTime.js code.  This guy claims there is a bug:

  http://lists.apple.com/archives/quicktime-users/2009/Jun/msg00061.html

and I don't see any newer posts from Apple regarding this, but quick inspection seems to verify his claim.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up