darknebular / Wrapper_VideoStation

Synology VideoStation and DLNA FFmpeg Wrapper with AAC, DTS, EAC3 and TrueHD support via pipes (now with GStreamer support). It enables full hardware transcoding from Synology´s FFmpeg for video and transcoding DTS, EAC3, TrueHD and AAC from the SynoCommunity's FFmpeg only when necessary.
657 stars 73 forks source link

HEVC files not playing #47

Closed fildar closed 9 months ago

fildar commented 9 months ago

Hello,

First of all, I would like to thank you for all your work (and Benjamin's before you) because I have been using the wrappers since ages and my family and friends are thankful :)

For the tests, I use Video Station in Chrome last version. My only issue seems to be with HEVC files... (according to the logs attached) HEVC+AAC_NOK.txt HEVC+AC3_NOK.txt HEVC+DTS_NOK.txt HEVC+EAC3_NOK.txt H264+AAC_OK.txt H264+AC3_OK.txt H264+DTS_OK.txt H264+EAC3_OK.txt

If I am not mistaken, there is no error in the wrapper log files.

Steps followed :

  1. Uninstall the wrapper : _bash -c "$(curl "https://raw.githubusercontent.com/darknebular/Wrapper_VideoStation/main/installer.sh")" -- -s uninstall_
  2. Uninstall AME
  3. Uninstall Video Station (but keep the DB)
  4. Uninstall FFMPEG 6 and erase all files
  5. Install AME (Codecs pack still appears install after...)
  6. Install FFMPEG 6
  7. Install Video Station
  8. Install the wrapper : _bash -c "$(curl "https://raw.githubusercontent.com/darknebular/Wrapper_VideoStation/main/installer.sh")" -- -s install_

I am sure AME is install and activated but I don't know how to test and resolve this...

image

Any idea ?

darknebular commented 9 months ago

Please, look this: https://caniuse.com/hevc

As you can see there, HEVC is not supported in many browsers, to watch HEVC you must watch it using a chromecast or GoogleTV or cast them via DLNA to TVs.

I've tested HEVC under those conditions (including a web browser with HEVC support) and it worked fine.

darknebular commented 9 months ago

Unfortunately I can't fix this lack of HEVC support in the Chrome browser in my Wrapper.

I proceed to close the ticket and thank you for using my Wrapper and for the time you have had to write to me.

Greetings.