ebu / dash.js

A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.
Other
11 stars 3 forks source link

Playback pauses/stops for [test 45/46] #24

Closed frans-ebu closed 9 years ago

frans-ebu commented 9 years ago

It seems to happen at the point where the becomes active? (4 s)

SoleneChiche commented 9 years ago

Sorry, where the what becomes active?

frans-ebu commented 9 years ago

the span

Sent from my iPhone

On 15.07.2015, at 10:12, "SoleneBuet" notifications@github.com<mailto:notifications@github.com> wrote:

Sorry, where the what becomes active?

Reply to this email directly or view it on GitHubhttps://github.com/ebu/dash.js/issues/24#issuecomment-121524770.


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify the system manager. This footnote also confirms that this email message has been swept by the mailgateway


SoleneChiche commented 9 years ago

I'm not sure but it seems like a problem from MP4Box. If there is only one subtitle, it will just receive the first one (ex: if dashed 10000 (10s), it will receive only the first 10secs), and then the video won't work past these 10s...

SoleneChiche commented 9 years ago

Even if there are two subtitles, it will stop automatically after the two are passed.

SoleneChiche commented 9 years ago

I close this one as it is both related with issues #30 / #31