Discussions

Is your Roku TV not working? Join our online community forum to find help with common Roku TV issues, get troubleshooting tips, and share your experiences.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jommy
Newbie

TCL Roku TV - "File Not Playable"

Hi I'm using the Media Player app to stream videos from a Synology server. Most of the files would play perfectly, but sometimes there are files that would show an error:

"File Not Playable, The file might be damaged or corrupt"

The files would play on a computer, but just not on the TV.

What would be the problems? Is that codec? Audio format? Is that the TV's problem, or the Synology? Is there any way to make the file playable on the TV?

0 Kudos
1 REPLY 1
AvsGunnar
Community Streaming Expert

Re: TCL Roku TV - "File Not Playable"

@jommy 

If you are using Roku Media Player (RMP), I have found that sometimes just changing the "format container" solves many of the "file not playable" errors.

I primarily use ffmpeg and use the following command at the command prompt to convert mp4 (and other formats) to mkv...

ffmpeg -i b.mp4 -c:v copy -c:a copy b.mkv

[In the above command, "b" is the video file I am converting.  I just use "b" rather than using the title of the video file to keep the commands simple.  Then after the file is converted, I rename "b" to the desired video title.]  The above command simply converts the file from mp4 to mkv without transcoding so very quick. (seconds).

----

Others find transcoding using Handbrake more user-friendly than ffmpeg, but then need to wait while Handbrake goes through the longer process of transcoding to a format RMP likes better.

Still others like using other server software like Servioo, Plex, and Emby for playing their media files on the Roku since it takes care of the transcoding on the fly.  I actually like using Jellyfin and Kodi when the need arises and I happen to have those computers/servers on.  Some of the above have channels/apps in the Roku Channel Store that makes their use pretty user-friendly (after a small learning curve).

-----

I am assuming that you are using the compatible formats of RMP.   https://support.roku.com/article/208754908

Roku Community Streaming Expert
Just another Roku user... I am not a Roku employee.
Insignia RokuTV, Ultra 4660, Premiere+ 3921, Express 4k+ 3941, Streambar 9102

0 Kudos
Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.