Tvheadend Log - a couple of questions
Added by Ed B about 6 years ago
1. When I open the log viewer in the web interface (by clicking the double-up at the bottom), I see these lines over and over and over when watching live TV:
2018-11-14 09:28:44.494 libav: forced frame type (5) at 239 was changed to frame type (3)
2018-11-14 09:28:44.510 libav: forced frame type (5) at 240 was changed to frame type (3)
2018-11-14 09:28:44.541 libav: forced frame type (5) at 242 was changed to frame type (3)
2018-11-14 09:28:44.581 libav: forced frame type (5) at 243 was changed to frame type (3)
What does this tell me? Can they be suppressed? The only debug flag I have set up is xmltv.
2. Is this being logged to a physical file somewhere, or is it just diagnostic info that goes away when the interface is closed?
Replies (1)
RE: Tvheadend Log - a couple of questions - Added by saen acro about 6 years ago
transcoding process report something incompatible with x264/x265 keyframes
frame type 3 in x264 is P frame.
in Parameters: you can test
https://superuser.com/questions/908280/what-is-the-correct-way-to-fix-keyframes-in-ffmpeg-for-dash
http://forum.doom9.org/showthread.php?t=142922