Bug #5941
weird satip behavior on ATSC-T channels
0%
Description
Support for minisatip and tvheadend for ATSC-T was added a while back. While playing directly from tvheadend works good, while using satip there is strange behavior: tvh keeps switching between pids=all and adding individual pids while continuously playing a channel.
The log resulted from the command:
./build.linux/tvheadend -d --trace all 2>&1 | tee /tmp/tvh.log
is attached here. Basically check for pids=all and pids=0,1,48,49,52,53 which should not happen.
I am using the master from today:
commit ce09077056f9c6558c188d135cec3be85cc9c200 (HEAD -> master, origin/master, origin/HEAD)
Files
History
Updated by catalin toda about 4 years ago
This seems consistent actually with the behavior without satip. Log for dvb only attached here.
Updated by Flole Systems about 4 years ago
You are using a satip client and then it's switching between pids=all and a range of pids? Also your logs contain many unnecessary categories, it's super hard to read those. Only enable the satip client and server trace please (assuming that my assumption in my first sentence is correct).
Updated by catalin toda about 4 years ago
- File tvh_satip.log tvh_satip.log added
- File m.log m.log added
Attached are minisatip logs and tvh satip trace.