AutoCast How to skip to next using castv2-client

Discussion in 'AutoApps' started by enderman, Mar 23, 2017.

  1. enderman

    enderman New Member

    Joined:
    Feb 23, 2017
    Messages:
    5
    Likes Received:
    0
    I'm trying to get raspberry pi to skip to next using castv2 api. with youtube app can easily use seek to large number and it skips.

    however, autocast seems to lack media session id that identifies the current video. without media session id can't pause, stop or seek.
    is there a value to pass to the autocast namespace that could achieve that, please? could you please share?

    Thanks
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    If you send a JSON like
    Code (Text):
    {"seek":"10"}
    to the channel
    Code (Text):
    "urn:x-cast:com.joaomgcd.autocast"
    it should work :)
     
  3. enderman

    enderman New Member

    Joined:
    Feb 23, 2017
    Messages:
    5
    Likes Received:
    0
    Thank you very much! will try it.
    You rocks!
     
  4. enderman

    enderman New Member

    Joined:
    Feb 23, 2017
    Messages:
    5
    Likes Received:
    0
    sorry, I tried it. but it seems not working. tried with seek, SEEK, no response back either. perhaps there is another required parameter?
     
: autocast

Share This Page