Chat How to put file in play + pause by http command

Discussion in 'General Development' started by Fbrighi, Dec 7, 2022.

  1. Fbrighi

    Fbrighi New Member

    Hello all, I have a X20Pro zidoo and would like to know if it is possible send an http command (GET) to put a specific file in play, but paused at beginning. I already use this command:

    "GET /ZidooControlCenter/RemoteControl/' + [sendkey,inputtext] + '?' + [key,''] + '=' +Key"

    in my case, it appears as below:

    "GET /ZidooFileControl/openFile?path="+ pathLibrary + PlaylistCaricata[1][2] + "&videoplaymode=0 HTTP/1.0\r\n\r\n"

    to play file and it works very good. But i would like Zidoo to load file and put at pause, instead of start playing. I tried by setting videoplaymode value to 0,1,2 ecc but nothing changed, it still loads and plays.

    Is there any "trick" to put file at pause when loaded? Thanks!

    FKB
     
  2. Markswift2003

    Markswift2003 Well-Known Member SUPER Administrator Beta test group Contributor

    I think the only way to do it is to start playback and immediately change status using:

    GET /ZidooVideoPlay/changeStatus?status=0

    Or if you're using remote codes:

    GET /ZidooControlCenter/RemoteControl/sendkey?key=Key.MediaPause
     

Share This Page