Hello
Is there any software for playing a video (stored/recorded on internal DM800's hdd (in ts or mpg2 format)) from command line. I want to write a simple script (running in crond) to play the video files at a specific time.
Founded solution - from dreambox's console type:
wget -q -O - http://127.0.0.1/web/movielist
to get stored movie list
and next:
wget -q -O - http://127.0.0.1/web/zap?sRef=1:0:0:.../movie/test.ts
to play test.ts for example
yarex
Is there any software for playing a video (stored/recorded on internal DM800's hdd (in ts or mpg2 format)) from command line. I want to write a simple script (running in crond) to play the video files at a specific time.
Founded solution - from dreambox's console type:
wget -q -O - http://127.0.0.1/web/movielist
to get stored movie list
and next:
wget -q -O - http://127.0.0.1/web/zap?sRef=1:0:0:.../movie/test.ts
to play test.ts for example
yarex