Changeset 44472


Ignore:
Timestamp:
01/02/20 16:03:49 (4 years ago)
Author:
obi
Message:

add streamz

Location:
titan/mediathek/localhoster
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r44442 r44472  
    187187{
    188188        $BIN $CMD/youwatch.py $INPUT
     189}
     190
     191streamz()
     192{
     193        $BIN $CMD/streamz.py $INPUT
    189194}
    190195
     
    836841                cricfree) cricfree $INPUT;;
    837842                adca) broadcast $INPUT;;
     843                streamcrypt|streamz) streamz $INPUT;;
    838844#               *) all $INPUT;;
    839845        esac
Note: See TracChangeset for help on using the changeset viewer.