Skip to content
Henrique Kano edited this page May 31, 2022 · 3 revisions

Remote commands

Common format:

POST https://www.youtube.com/api/lounge/bc/bind?RID=rid&VER=8&CVER=1&gsessionid=session&SID=sid&auth_failure_option=send_error
content-type:application/x-www-form-urlencoded
reqX__sc=commandName
  • Video cast
command name = `setPlaylist`
req0_prioritizeMobileSenderPlaybackStateOnConnection=true
&req0_currentIndex=-1
&count=1
&req0_videoId=xxx
&req0_listId=
&req0_currentTime=0
&req0_audioOnly=false
&req0_params=
&req0_playerParams=
  • Video Queue
command name = `addVideo`
&count=1
&req0_videoId=qZHawOLfEG0
&req0_videoSources=XX
  • Seek
command name = `seekTo`
&count=1
&req0_newTime=123 // in seconds
  • Volume
command name = `setVolume`
&count=1
&req0_volume=50 // in percentage; 0-100
  • Video Pause
command name = `pause`
&count=1
  • Video Play
command name = `play`
&count=1
  • Skip ad
command name = `skipAd`
&count=1
  • Set autoplay
  • Video Play
command name = `setAutoplayMode`
&count=1
&autoplayMode=ENABLED / ENABLED or DISABLED
Clone this wiki locally