1. #1
    Sencha User
    Join Date
    Nov 2011
    Posts
    11
    Vote Rating
    0
    urbanism is on a distinguished road

      0  

    Default Unanswered: how to fix video playin in android > 4.x

    Unanswered: how to fix video playin in android > 4.x


    Hello,
    Since Android 4.0.3 our Sencha2 App with Phonegap 1.9 has some proplems to play a video.
    In Android 2.3.4 and IOS .x and of course in the browser it is still working.
    In the view we maked:
    Code:
            {
                xtype: 'video',
                id: 'TestimonialDetailVideo',
                url: '',
                posterUrl: ''
            }
    In the controller we have set the Url like that:
    Code:
                Ext.getCmp('TestimonialDetailVideo').setUrl("app/resources/vid/" +e.data.video);
                Ext.getCmp('TestimonialDetailVideo').setPosterUrl("app/resources/img/" + e.data.poster);
    Only the poster is visible, nothing from the video (e.g. controls)
    I tried to debug it and i've found out that:
    Ext.getCmp('TestimonialDetailVideo').rendered /.initialized and all off these are true,
    but the .media.dom.currentSrc is empty.


    Thanks urb

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    Answers
    3113
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    The post is displayed but when you tap on the poster does the video then play?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Nov 2011
    Posts
    11
    Vote Rating
    0
    urbanism is on a distinguished road

      0  

    Default


    No the video is not starting and also the controls are not shown

Tags for this Thread