User Tools

Site Tools


en:tvipjsapi:5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:tvipjsapi:5 [2020/03/19 11:20]
Alexander [void attachExternelSubtitle(String url, String encoding)]
en:tvipjsapi:5 [2020/12/02 11:44] (current)
Alexander
Line 435: Line 435:
  
 ====void playUrl (String url, String mode);==== ====void playUrl (String url, String mode);====
 +====void playUrl (String url, Object options);​====
  
 Starts playback defined URL(local path also welcome). Starts playback defined URL(local path also welcome).
Line 452: Line 453:
 playUrl ("​http://​domain.tv/​hls/​playlist.m3u8",​ ""​);​ // Start play HLS-video; playUrl ("​http://​domain.tv/​hls/​playlist.m3u8",​ ""​);​ // Start play HLS-video;
 </​code>​ </​code>​
 +
 +Advanced options could be set up with //options// object:
 +<​code>​
 +playUrl("​udp://​239.1.1.1",​
 +{
 +  "​mode"​ : "​live",​
 +  "​audio_index"​ : 1,
 +  "​subtitle_index":​ 3
 +}
 +);
 +</​code>​
 +Possible options:\\
 +//mode// - same as above.\\
 +//​position//​ - initial playback position in mseconds.\\
 +//​audio_index//​ - initial audio track index.\\
 +//​audio_pid//​ - initial audio PID (in case of MPEGTS).\\
 +//​subtitle_index//​ - initial subtitle track index.\\
 +//​subtitle_pid//​ - initial subtitle PID (in case of MPEGTS).\\
 +
  
 \\ \\  \\ \\ 
en/tvipjsapi/5.1584606055.txt.gz · Last modified: 2020/03/19 11:20 by Alexander