User Tools

Site Tools


en:stb:player_urls

TVIP Media Player URLs

The following logic is used to detect the best demuxer module:

  • If URL contains “.mpd”, it is treated as MPEG-DASH stream.
  • If URL has scheme “hls” or “hlss”, it is treated as HLSv3 stream.
  • If URL has scheme “hlsv4” or “hlsv4s”, it is treated as HLSv4 stream.
  • If URL has scheme “ffhls” or “ffhlss”, it is processed over ffmpeg as HLS.
  • If URL contains “.m3u8” and has “http” or “https” scheme, it is currently treated as HLSv3 stream.
  • If URL contains “.fmp4.m3u8”, it is treated as HLSv4 stream.
  • If URL has scheme “ts” or “tss”, it is treated as MPEG-TS over HTTP(s).
  • If URL contains “/udp/” or “/rtp/”, it is treated as MPEG-TS over HTTP(s).
  • If URL has scheme “udp”, it is treated as MPEG-TS over UDP or over RTP.
en/stb/player_urls.txt · Last modified: 2023/10/26 14:00 by Vladimir Manov