Pause (parameter: pause)

Prev Next

The pause action marks the point where playback is interrupted.


When to send

  • Send whenever the user clicks the Pause button in the media player.

  • While the media is in pause mode, no pos actions must be sent.

  • If playback resumes, a new play action is required.


Rules & Pitfalls

  • Always provide the current position (mt1) at which playback was paused.

  • The session continues with the same media_id until playback is resumed with play.


Example request

wt_sendinfo_media(
  "video_16889",   // media_id
  "pause",         // player_action
  "45",            // mt1 / clip_position
  "600",           // mt2 / clip_length
  "",              // media_parameter
  "64000",         // bandwidth
  "100",           // volume
  "0"              // mute
);
http://track.wt-eu02.net/111111111111111/wt?p=414,st&mi=video_16889&mk=pause&mt1=45&mt2=600&bw=64000&vol=100&mut=0&x=125378669541