Closed lykane1337 closed 3 years ago
Hello,
Do you have any error in /var/log/packages/VideoStation.log
?
Hello @AlexPresso ,
I have reinstalled just the VideoStation and run your script again. In the log I have some Starts that failed. The last times I have reinstalled everything there are only the same errors.
2021/07/13 11:41:01 stop VideoStation 3.0.1-2067 Begin start-stop-status stop [pkg-VideoStation-synovideoindexd] stopped. [pkg-VideoStation-synovideometadatad] stopped. [pkg-VideoStation-synovpcd] stopped. [pkg-VideoStation-offlineconversiond] stopped. [pkg-VideoStation-synovideopreprocessd] stopped. 2021/07/13 11:41:03 stop VideoStation 3.0.1-2067 End start-stop-status stop ret=[0] 2021/07/13 11:41:21 start VideoStation 3.0.1-2067 Begin start-stop-status start Update video_file table where video id = 0 to test db existence UPDATE 0 Get constraint info to test summary_ukey existence test watch_status table in video_metadata db test uid type of table collection in video_metadata db test library table in video_metadata DB test video_file table in video_metadata DB test collection_sharing table in video_metadata DB test watch_status_view view in video_metadata DB test movie table has colum in video_metadata DB test if function lo_unlink_non_raise is defined Fail to start [pkg-VideoStation-synovideoindexd]. Fail to start [pkg-VideoStation-synovideometadatad]. Fail to start [pkg-VideoStation-synovpcd]. Fail to start [pkg-VideoStation-offlineconversiond]. [pkg-VideoStation-synovideopreprocessd] started. 2021/07/13 11:41:23 start VideoStation 3.0.1-2067 End start-stop-status start ret=[0] 2021/07/13 11:41:50 stop VideoStation 3.0.1-2067 Begin start-stop-status stop [pkg-VideoStation-synovideoindexd] stopped. [pkg-VideoStation-synovideometadatad] stopped. [pkg-VideoStation-synovpcd] stopped. [pkg-VideoStation-offlineconversiond] stopped. [pkg-VideoStation-synovideopreprocessd] stopped. 2021/07/13 11:41:50 stop VideoStation 3.0.1-2067 End start-stop-status stop ret=[0] 2021/07/13 11:42:22 start VideoStation 3.0.1-2067 Begin start-stop-status start Update video_file table where video id = 0 to test db existence UPDATE 0 Get constraint info to test summary_ukey existence test watch_status table in video_metadata db test uid type of table collection in video_metadata db test library table in video_metadata DB test video_file table in video_metadata DB test collection_sharing table in video_metadata DB test watch_status_view view in video_metadata DB test movie table has colum in video_metadata DB test if function lo_unlink_non_raise is defined Fail to start [pkg-VideoStation-synovideoindexd]. Fail to start [pkg-VideoStation-synovideometadatad]. Fail to start [pkg-VideoStation-synovpcd]. Fail to start [pkg-VideoStation-offlineconversiond]. [pkg-VideoStation-synovideopreprocessd] started. 2021/07/13 11:42:26 start VideoStation 3.0.1-2067 End start-stop-status start ret=[0]
Could this help?
Thanks for your effort ;)
I got it running. Here is what I did.
Connecting to the NAS via SSH with "admin" user (some help here) Use the command sudo -i to switch to root user (same password as for "admin") Copy / paste the following commands:
mv -n /var/packages/VideoStation/target/bin/ffmpeg /var/packages/VideoStation/target/bin/ffmpeg.orig
wget -O - https://gist.githubusercontent.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e/raw/ffmpeg-wrapper > /var/packages/VideoStation/target/bin/ffmpeg
chown root:VideoStation /var/packages/VideoStation/target/bin/ffmpeg
chmod 750 /var/packages/VideoStation/target/bin/ffmpeg
chmod u+s /var/packages/VideoStation/target/bin/ffmpeg
cp -n /var/packages/VideoStation/target/lib/libsynovte.so /var/packages/VideoStation/target/lib/libsynovte.so.orig
chown VideoStation:VideoStation /var/packages/VideoStation/target/lib/libsynovte.so.orig
sed -i -e 's/eac3/3cae/' -e 's/dts/std/' -e 's/truehd/dheurt/' /var/packages/VideoStation/target/lib/libsynovte.so
mv /var/packages/CodecPack/target/bin/ffmpeg27 /var/packages/CodecPack/target/bin/ffmpeg27.orig
mv /var/packages/CodecPack/target/bin/ffmpeg41 /var/packages/CodecPack/target/bin/ffmpeg41.orig
cp /var/packages/VideoStation/target/bin/ffmpeg /var/packages/CodecPack/target/bin/ffmpeg27
cp /var/packages/VideoStation/target/bin/ffmpeg /var/packages/CodecPack/target/bin/ffmpeg41
Restart VideoStation.
Thank you... Have a nice time!!!
Hi, Sorry for the delay I had a lot of work these days. I'm glad you solved your issue. :) Thank you for sharing this, I'll update the script based on this.
Hello guys,
I commented the gist https://gist.github.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e#gistcomment-3808866 because I have an issue with VideoStation after running the script. Do not get me wrong. I am very happy that there is hope to get DTS running. Sorry for spamming the gist.
I got this message when I am trying to access the VideoStation-Webinterface:
My Configuration:
I reinstalled VideoStation + Advanced Media Extensions an run your script. I checked the ressources monitor. There is no load on the ressources. CPU 0-5% and the RAM is constantly up to 43%.
Do you have any ideas to solve the problem?
That would be great!
Thank you very much Kind regards David