To validate if the problem still persists I will do the test when I have some 
time.
Thanx for the feedback.

17.07.2019, 16:12, "Frost, Andrew" <andrew.fr...@harman.com>:
> Hi
>
> It might be worth trying again with the very latest AIR SDK 32 version, there 
> had been some beta releases from Adobe that caused issues with multimedia 
> playback on some platforms but I believe they are resolved now..
>
> thanks
>
>    Andrew
>
> -----Original Message-----
> From: Ramazan Ergüder Bekrek <e.bek...@yandex.com>
> Sent: 17 July 2019 11:39
> To: users@royale.apache.org
> Subject: [EXTERNAL] Re: OSMF having playing problems when used in OSGi context
>
> Hi Alex,
>
> I found out what was the problem and to my astonishment the problem is coming 
> from the Adobe AIR 32+ version.
> Let me explain ... My software is working perfectly up until AIR SDK 31 and 
> below. I was doing test with previous version from 31 and it works well. It 
> seems that Adobe did a change and it broke OSMF working on AIR SDK 32.
>
> What happened exactly? What change did they integrate in the flash player so 
> that OSMF doesn't work at all anymore.
>
> Best Regards
>
> 14.06.2019, 18:50, "Alex Harui" <aha...@adobe.com>:
>>  Hi Ramazan,
>>
>>  This project does not officially support OSMF. The Flex project uses OSMF 
>> as a dependency, and Royale may as well someday, but there aren't any 
>> members of the Flex or Royale project who know the code and Flex and Royale 
>> are not the home for the OSMF source code.
>>
>>  Some folks on the Flex and Royale mailing lists may have experience using 
>> OSMF, but I'm not one of them. Your email was hard to read, can you make it 
>> easier to see the difference in the logs? It isn't clear to me if you are 
>> somehow using AIR as the runtime in an OSGI bundle that is part of some 
>> other large application or what. Anytime you wrap a runtime in a bundle 
>> there may be restrictions on what that bundle can access.
>>
>>  HTH,
>>  -Alex
>>
>>  On 6/14/19, 4:28 AM, "Ramazan Ergüder Bekrek" <e.bek...@yandex.com> wrote:
>>
>>      I've created an OSMF plugin which fetch videos from youtube and then 
>> play them when the url is received.
>>      When I test my plugin in an Adobe AIR Desktop project the video plays 
>> without a problem.
>>      The code for the test app is the folowing:
>>
>>      
>> https://clicktime.symantec.com/3WEXbeBh4zr4kZuWi8CDQaS7Vc?u=https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fpastebin.com%252Fbn9kBrK0%26data%3D02%257C01%257Caharui%2540adobe.com%257C1c8a1b220322442cdb9108d6f0bb7937%257Cfa7b1b5a7b34438794aed2c178decee1%257C0%257C0%257C636961085319282579%26sdata%3DyZiyXLBP3SvucWT5%252B5kz9SGQWOeyo3NXxaqHMSyOOw8%253D%26reserved%3D0
>>
>>      the log trace is the following:
>>
>>      Success
>>      Fri Jun 14 2019 01:10:49 PM.379 [DEBUG] 
>> [org.osmf.elements.LightweightVideoElement] No DRM Content data available 
>> upfront. Play the content and listen for any DRM-related events.
>>      Fri Jun 14 2019 01:10:49 PM.397 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
>>      Fri Jun 14 2019 01:10:49 PM.397 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
>>      Fri Jun 14 2019 01:10:49 PM.400 [INFO] 
>> [org.osmf.media.videoClasses.VideoSurface] switchRenderer. 
>> currentVideoRenderer = null; the new renderer = [object StageVideo]
>>      Fri Jun 14 2019 01:10:49 PM.408 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
>>      Fri Jun 14 2019 01:10:49 PM.408 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
>>      Fri Jun 14 2019 01:10:49 PM.590 [INFO] 
>> [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Start
>>      Fri Jun 14 2019 01:10:49 PM.605 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
>>      Fri Jun 14 2019 01:10:49 PM.605 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
>>      Fri Jun 14 2019 01:10:49 PM.606 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
>>      Fri Jun 14 2019 01:10:49 PM.606 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
>>      Fri Jun 14 2019 01:10:49 PM.694 [INFO] 
>> [org.osmf.net.NetStreamLoadTrait] NetStream.Buffer.Full
>>
>>      and the video appears well : 
>> https://clicktime.symantec.com/3XXXpWProZBG5RP91kvUFmX7Vc?u=https%3A%2F%2Fnam04.safelinks.protection.outlook.com%2F%3Furl%3Dhttps%253A%252F%252Fpasteboard.co%252FIjmMyE3.png%26data%3D02%257C01%257Caharui%2540adobe.com%257C1c8a1b220322442cdb9108d6f0bb7937%257Cfa7b1b5a7b34438794aed2c178decee1%257C0%257C0%257C636961085319287570%26sdata%3DoEvWmK30b0a65nleFFMHsd2rVjwEB%252BWr6qp5qDpk3G0%253D%26reserved%3D0
>>
>>      here is my problem, when I'm trying to use my OSMF plugin run the 
>> plugin in a dynamic app packaged as an OSGi bundle with an activator my 
>> plugin fails to play the video.
>>
>>      the log output is this:
>>
>>      New Trait removed : load
>>      New Trait added : load
>>      Fri Jun 14 2019 01:14:42 PM.541 [DEBUG] 
>> [org.osmf.elements.LightweightVideoElement] No DRM Content data available 
>> upfront. Play the content and listen for any DRM-related events.
>>      New Trait added : audio
>>      New Trait added : buffer
>>      New Trait added : time
>>      onStateChange : {0} durationChange
>>      New Trait added : displayObject
>>      New Trait added : play
>>      onStateChange : {0} playing
>>      Fri Jun 14 2019 01:14:42 PM.564 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
>>      Fri Jun 14 2019 01:14:42 PM.564 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
>>      Fri Jun 14 2019 01:14:42 PM.564 [INFO] 
>> [org.osmf.media.videoClasses.VideoSurface] switchRenderer. 
>> currentVideoRenderer = null; the new renderer = [object StageVideo]
>>      Fri Jun 14 2019 01:14:42 PM.565 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
>>      Fri Jun 14 2019 01:14:42 PM.565 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
>>      Fri Jun 14 2019 01:14:42 PM.709 [INFO] 
>> [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Start
>>      onStateChange : {0} buffering
>>      onStateChange : {0} durationChange
>>      Number of blocks : 234
>>      Segment length in seconds : 5
>>      New Trait added : seek
>>      Fri Jun 14 2019 01:14:42 PM.737 [INFO] 
>> [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Failed
>>      onStateChange : {0} playbackError
>>      Number of blocks : 0
>>      Segment length in seconds : 5
>>      onStateChange : {0} durationChange
>>      Number of blocks : 0
>>      Segment length in seconds : 5
>>      Fri Jun 14 2019 01:14:42 PM.738 [INFO] 
>> [org.osmf.net.NetStreamLoadTrait] NetStream.Play.Stop
>>      Fri Jun 14 2019 01:14:42 PM.744 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: BEGIN
>>      Fri Jun 14 2019 01:14:42 PM.744 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] VALIDATING LAYOUT
>>      Fri Jun 14 2019 01:14:42 PM.744 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] LAYOUT VALIDATED
>>      Fri Jun 14 2019 01:14:42 PM.744 [DEBUG] 
>> [org.osmf.layout.LayoutRendererBase] ON EXIT FRAME: END
>>
>>      can someone pin point what is the problem?
>>
>>      Best regards

Reply via email to