Project

General

Profile

permanently running channel in tvheadend?

Added by Jan g almost 8 years ago

Is there a possibility to run a channel permanently in tvh?
thx


Replies (5)

RE: permanently running channel in tvheadend? - Added by Joe User almost 8 years ago

You mean without streaming/recording??

You can use wget or curl to stream a channel and just dump it to /dev/null:

curl -u user:paswword http://192.168.1.11:9981/stream/channel/<uid> -o /dev/null -s

to make it reconnect automatically if disconnected try something like:

while true; do curl -u user:paswword http://192.168.1.11:9981/stream/channel/<uid> -o /dev/null -s ; sleep 5 ; done

Or let us know why you want it, and maybe there is a better solution... :)

RE: permanently running channel in tvheadend? - Added by saen acro almost 8 years ago

astra --analyze http://[login:password@]host[:port]/stream/channel/<uid> --debug

can be used for logging of bitrate also with combination with femon for signal

RE: permanently running channel in tvheadend? - Added by Mark Clarkstone almost 8 years ago

You can setup a mux scheduler that's always running. Config -> DVB Inputs -> Mux Schedulers

RE: permanently running channel in tvheadend? - Added by Jan g almost 8 years ago

wow thank you :) mux scheduler works perfect

RE: permanently running channel in tvheadend? - Added by Dimitar Maznekov over 6 years ago

How you config cron schedule? * * * * ?

    (1-5/5)