I have notice it has been a bit flaky the last few days with sometimes no ability to restart a live program or seek backwards. In this respect it reduces its functionality to that of when using Kodi's 'TV' mode.
The main thing I use the VTV box for is watching the evening news but I also record it with a Linux PC so I can watch the news when traveling outside NZ, something TVNZ normally blocks to save money. The main issue is I can not watch a recording while it is recording, only after the recording is complete. I suspect it is the format ffmpeg is writing as, an mp4 with codecs H264 - MPEG-4 AVC (part 10) (avc1) and MEPG AAC (MP4A). I'm wondering if different output options for ffmpeg would allow watching the stream while it is being recorded?
I get the stream from http://i.mjh.nz/nz/kodi-tv.m3u8 which for TV1 is currently https://i.mjh.nz/nz/tv.9.m3u8. With this I use this ffmpeg command to do the heavy lifting:
ffmpeg -i $CHANNELURL -c copy -bsf:a aac_adtstoasc -t $TIME $DIR/$FILE 2>&1 >> $LOGFILE
Does anyone have a suggested change to the ffmpeg options that would resolve this limitation? If I fix that then I have a viable option to the VTV box for my use case.


