Pablo Martin

Results 20 comments of Pablo Martin

@itlancer I have checked the example in the #80 and it seems to work. I'm not sure why it isn't working on my application. It is a flex application but...

@itlancer The issue happens when a VideoTexture is used to attach the netstream. It reports: ``` NetStream Code - Video texture width - Video texture height NetStream.Play.Start 3060 1530 NetStream.Buffer.Full...

I have attached an example using VideoTexture. https://www.dropbox.com/s/ueybd7xqe2osya5/AIR33VideoTestAS3.zip?dl=0 @ajwfrost , any ideas? I have more videos with the same problem from different users.

@ajwfrost ? Any ideas? What is the Harman email support? I have contacted them in the past without any response, and in theory I have "Priority email support for issues".

@ajwfrost perfect, thanks for letting me know ;)

It works in the latest version. Thanks !

I'm having the same issue using the next video in the latest AIR version (33.1.1.889): https://www.dropbox.com/s/mim3q5c0fcljw3f/videoerror.mp4?dl=0

Today, I have the same problem. I have renewed the license last week. I didn't change anything in the sdk files. It just happened right now. I have restarted the...

@ajwfrost it works, thanks. I had an adt.lic file in the lib folder, but the key value was different compared to the .airsdk/adt.lic . I have copied this file to...

I have this problem in Mac too: `error: conversion from 'size_t' (aka 'unsigned long') to '::Dynamic' is ambiguous` with the next code: ``` var num:cpp.SizeT = 10; trace('My num is...