Tablo 4th Gen & Tablo Tools

ffmpeg did work for this process until the port was closed.

Good to hear. Are you using the .m3u8 file as the input for ffmpeg or making your own list of all the .ts files?

For anyone who might want to try, I believe this should extract the video and convert it to a playable format:

ffmpeg -hide_banner -v warning -stats -i “http://${TABLO_IP}:18080/prv/${VIDEO_ID}/pl/playlist.m3u8” -c:v h264 -c:a aac -bsf:a aac_adtstoasc “${VIDEO_NAME}”.mp4

  • ${TABLO_IP} is the ip address of your tablotv (like 10.1.1.11)
  • ${VIDEO_ID} is the id number of the video you want to download (something like 3002529)
  • ${VIDEO_NAME} is the name of the show/movie without extension (like “Lionheart”)

You should be able to get a list of video ids from the url “http://${TABLO_IP}:18080/prv/”

269587 informed us about 8 days ago that he would no longer be able to participate in the forum. I don’t know what he knew at the time but @KimchiGUN informed us a couple of days later that 269587 had passed away. He will be missed!

4 Likes