-
Notifications
You must be signed in to change notification settings - Fork 43
Home
Alexandr edited this page Feb 25, 2017
·
4 revisions
FastoTV is a crossplatform tv player.
for starting player needed input file which you can specify via -i
option -i file://C:\msys64\home\Sasha\work\playlist.txt
format of this file is next:
{"user":"alex",
"urls" : [
{"id": 0 , "url": "rtmp://", "name": "tv1"},
{"id": 1 , "url": "rtmp://", "name": "tv2"},
{"id": 2 , "url": "http://", "name": "tv3"}
]
}
where user field for authorization, array of urls it is channels which will be played in players and name field how this channel will be displaying.
- in mostly we using the same options like ffplay, but some was removed
- Windows
- Linux
- Linux ARM
- MacOSX
- FreeBSD