Page 1 of 1

Online rss youtube not showing and other problems...1.3.1

PostPosted: Sun Sep 29, 2013 6:16 am
by abubin
I have been using 1.2.1 on linux and did not want to upgrade when everything is working fine. However around a couple months back i start having problems playing files from youtube. I will get cannot read file error on certain youtube streams.

So i decided to upgrade yesterday. I upgrade by copying files in 1.3.1 into 1.2.1 folder thus preserving library folder. After starting serviio again, i can see all my setting intact. However i am getting problem in my online feeds. I only uses youtube plugin. Some of the feed like weekly to viewed videos i can see only like 4 feeds. Some others have them totally empty. I did a few foece refresh to no avail.

Tgen i decide to clear all my settings. I used exported my online feeds and then removed library folder. Then restarted serviio service to let the library rebuild. Still same problem. Empty feeds and so on. I can confirm the feeds are working cause i open them with pc and they are showing.

Any idea how to fix this?

2013-09-29 15:25:26,071 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.


Is the dcdraw problem something of concern?


Here is more warnings:
2013-09-29 15:27:03,569 WARN [FeedUpdaterThread] Failed to retrieve online item information for http://r4---sn-uh-30ae.c.youtube.com/vi ... 20AA538D7E. It might not play.
java.io.IOException: org.serviio.library.local.metadata.extractor.InvalidMediaFormatException: Unknown video file type.
at org.serviio.library.online.metadata.FeedUpdaterThread.retrieveMetadata(FeedUpdaterThread.java:320)
at org.serviio.library.online.metadata.FeedUpdaterThread.retrieveTechnicalMetadata(FeedUpdaterThread.java:237)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:116)
Caused by: org.serviio.library.local.metadata.extractor.InvalidMediaFormatException: Unknown video file type.
at org.serviio.library.metadata.FFmpegMetadataRetriever.validateMandatoryMetadata(FFmpegMetadataRetriever.java:454)
at org.serviio.library.metadata.FFmpegMetadataRetriever.retrieveMetadata(FFmpegMetadataRetriever.java:97)
at org.serviio.library.metadata.FFmpegMetadataRetriever.retrieveOnlineMetadata(FFmpegMetadataRetriever.java:135)
at org.serviio.library.online.metadata.FeedUpdaterThread.retrieveMetadata(FeedUpdaterThread.java:297)

Re: Online rss youtube not showing and other problems...1.3.

PostPosted: Mon Sep 30, 2013 4:24 am
by abubin
no one can help? still having this problem. Dunno what to do now since this is new installation.

Re: Online rss youtube not showing and other problems...1.3.

PostPosted: Mon Sep 30, 2013 5:18 am
by DenyAll
Not sure I can help directly - but can say that since 1.3.1 I also get that same warning re: Youtube however it doesn't seem to affect YouTube playback (its only a warning).

Not a lot of help I'm afraid... more for info.

Re: Online rss youtube not showing and other problems...1.3.

PostPosted: Mon Sep 30, 2013 1:16 pm
by jhb50
No Info = No help
Settings, Links and Log = Info

Re: Online rss youtube not showing and other problems...1.3.

PostPosted: Fri Oct 04, 2013 1:00 pm
by abubin
I manage to solve the problem. This is due to the ffmpeg package that I installed from ubuntu 12.04. I had to compile my own ffmpeg and now it works. Strange that 1.2.1 was working fine with this ffmpeg for sometime.

So for those running ubuntu 12.04, I suggest you compile your own ffmpeg as per instructions in wiki.

Here are more information for those using ubuntu 12.04:
- i did not remove any existing packages that I had installed previously especially ffmpeg. Cause when I run "apt-get remove ffmpeg", there will be lots of packages marked for removal which includes mysql-server, php, and bunch of other important packages that I need for other usage in the server. So I just compile ffmpeg and it replaced my old ffmpeg file.