castnow icon indicating copy to clipboard operation
castnow copied to clipboard

Stream .ts files

Open DONSA opened this issue 8 years ago • 0 comments

Hi,

Is it possible to stream .ts files? I tried this options without success:

  • castnow url/of/file.ts --tomp4 --ffmpeg-vcodec
  • ffmpeg -y -i "url/of/file.ts" -map 0:v -map 0:a -c:a copy -c:v copy -async 1 -f hls -hls_time 10 -hls_list_size 999 "hls\output.m3u8" | castnoew --quiet

DONSA avatar Jun 26 '17 20:06 DONSA