[jira] [Commented] (COCOON-2368) Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12

2019-11-08 Thread Modou Dia (Jira)


[ 
https://issues.apache.org/jira/browse/COCOON-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16970424#comment-16970424
 ] 

Modou Dia commented on COCOON-2368:
---

Sorry, but by "request response flow", I suppose you mean the process followed 
by a request ?
If it's true, I schematized below flows.

- Case 1: work in Safari ( http://test-v4.pleade.com/test.mp4 )

Web Browser ==> Apache Server (2.4) ==> test.mp4 ==> Apache Server ==> Web 
Browser

- Case 2: not work in Safari (  
http://test-v4.pleade.com/functions/ead/detached/docs/test.mp4 )

Web Browser ==> Apache Server (2.4) ==> AJP Connector ==> Tomcat ==> Cocoon ==> 
Reader Pipeline ==> test.mp4 ==> Reader Pipeline ==> Cocoon ==> Tomcat ==> AJP 
Connector ==> Apache Server ==> Web Browser

- Case 3: (same as case 2 but without Apache and AJP) : not work in Safari ( 
http://test-v4.pleade.com:8205/pleade/functions/ead/detached/docs/test.mp4 )

Web Browser ==> Tomcat ==> Cocoon ==> Reader Pipeline ==> test.mp4 ==> Reader 
Pipeline ==> Cocoon ==> Tomcat ==> Web Browser

In our sitemap, we call the reader pipeline like this:










Thanks !

> Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12
> --
>
> Key: COCOON-2368
> URL: https://issues.apache.org/jira/browse/COCOON-2368
> Project: Cocoon
>  Issue Type: Bug
>  Components: * Cocoon Core, Blocks: (Undefined)
>Affects Versions: 2.1.12
>Reporter: Modou Dia
>Priority: Major
>
> Hello,
> I try to load a MP4 File with a Cocoon Reader. It works well in all major 
> browsers except Safari (desktop and IOS).
> Referring to this thread : 
> https://stackoverflow.com/questions/30199261/why-wont-safari-play-file-without-extension-in-video/51901198#51901198,
>  I overloaded the default Reader' by forcing cocoon to add a Byte Range 
> header (and  206 status code) ... It still does not work.
> For being sure to avoid encode problems, I have tried the same mp4 file 
> directly and only with an Apache Server. It is loaded well in Safari and all 
> other browsers.
> Last point, if the reader pipeline is cached or not (or if the browser cache 
> is empty or not) the behaviour is completely different following browser 
> used. In all cases, with Safari it never works.
> Thank you for you helps .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (COCOON-2368) Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12

2019-11-08 Thread Modou Dia (Jira)


[ 
https://issues.apache.org/jira/browse/COCOON-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16970151#comment-16970151
 ] 

Modou Dia commented on COCOON-2368:
---

We have added the Etag header just for a test. It have no incidence on the 
result.

Please can you give more details on the sort of informations you need.

Thanks !

> Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12
> --
>
> Key: COCOON-2368
> URL: https://issues.apache.org/jira/browse/COCOON-2368
> Project: Cocoon
>  Issue Type: Bug
>  Components: * Cocoon Core, Blocks: (Undefined)
>Affects Versions: 2.1.12
>Reporter: Modou Dia
>Priority: Major
>
> Hello,
> I try to load a MP4 File with a Cocoon Reader. It works well in all major 
> browsers except Safari (desktop and IOS).
> Referring to this thread : 
> https://stackoverflow.com/questions/30199261/why-wont-safari-play-file-without-extension-in-video/51901198#51901198,
>  I overloaded the default Reader' by forcing cocoon to add a Byte Range 
> header (and  206 status code) ... It still does not work.
> For being sure to avoid encode problems, I have tried the same mp4 file 
> directly and only with an Apache Server. It is loaded well in Safari and all 
> other browsers.
> Last point, if the reader pipeline is cached or not (or if the browser cache 
> is empty or not) the behaviour is completely different following browser 
> used. In all cases, with Safari it never works.
> Thank you for you helps .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (COCOON-2368) Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12

2019-11-08 Thread Modou Dia (Jira)


[ 
https://issues.apache.org/jira/browse/COCOON-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16970068#comment-16970068
 ] 

Modou Dia commented on COCOON-2368:
---

Hello [~tcurdt],

Thank you for you reply. The problem impacts all IOS users including Iphone and 
Ipad.

We have yet done parallels tests scenario. Here you have URLs used :

- 1st URL (Served with Cocoon) : 
http://test-v4.pleade.com/functions/ead/detached/docs/test.mp4 (not work in 
Safari)
- 2nd URL (Served with Apache):  http://test-v4.pleade.com/test.mp4 (work with 
Safari)

As you can notice, we have adapted the Cocoon Reader for serving the same 
headers as well as Apache ...

Thanks !

> Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12
> --
>
> Key: COCOON-2368
> URL: https://issues.apache.org/jira/browse/COCOON-2368
> Project: Cocoon
>  Issue Type: Bug
>  Components: * Cocoon Core, Blocks: (Undefined)
>Affects Versions: 2.1.12
>Reporter: Modou Dia
>Priority: Major
>
> Hello,
> I try to load a MP4 File with a Cocoon Reader. It works well in all major 
> browsers except Safari (desktop and IOS).
> Referring to this thread : 
> https://stackoverflow.com/questions/30199261/why-wont-safari-play-file-without-extension-in-video/51901198#51901198,
>  I overloaded the default Reader' by forcing cocoon to add a Byte Range 
> header (and  206 status code) ... It still does not work.
> For being sure to avoid encode problems, I have tried the same mp4 file 
> directly and only with an Apache Server. It is loaded well in Safari and all 
> other browsers.
> Last point, if the reader pipeline is cached or not (or if the browser cache 
> is empty or not) the behaviour is completely different following browser 
> used. In all cases, with Safari it never works.
> Thank you for you helps .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (COCOON-2368) Impossible to read MP4 file in Safari (desktop and IOS) with Cocoon 2.1.12

2019-11-08 Thread Modou Dia (Jira)
Modou Dia created COCOON-2368:
-

 Summary: Impossible to read MP4 file in Safari (desktop and IOS) 
with Cocoon 2.1.12
 Key: COCOON-2368
 URL: https://issues.apache.org/jira/browse/COCOON-2368
 Project: Cocoon
  Issue Type: Bug
  Components: * Cocoon Core, Blocks: (Undefined)
Affects Versions: 2.1.12
Reporter: Modou Dia


Hello,

I try to load a MP4 File with a Cocoon Reader. It works well in all major 
browsers except Safari (desktop and IOS).

Referring to this thread : 
https://stackoverflow.com/questions/30199261/why-wont-safari-play-file-without-extension-in-video/51901198#51901198,
 I overloaded the default Reader' by forcing cocoon to add a Byte Range header 
(and  206 status code) ... It still does not work.

For being sure to avoid encode problems, I have tried the same mp4 file 
directly and only with an Apache Server. It is loaded well in Safari and all 
other browsers.

Last point, if the reader pipeline is cached or not (or if the browser cache is 
empty or not) the behaviour is completely different following browser used. In 
all cases, with Safari it never works.

Thank you for you helps .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)