Jump to content


Photo

Movielist


  • Please log in to reply
11 replies to this topic

#1 andyblac

  • Senior Member
  • 465 posts

+18
Neutral

Posted 21 February 2011 - 12:35

is the movielist broke for Vu Duo in latest builds, no recorded movie will play.

looks like these commits on broke it

http://openpli.git.s...9bfed293d98e2b2

i have attached a log file.

Attached Files



Re: Movielist #2 andyblac

  • Senior Member
  • 465 posts

+18
Neutral

Posted 21 February 2011 - 14:23

looks this this started before that commit, this is the last commit i can get to work.

http://openpli.git.s...4ea0f5207ca6ff0


anyone else having any issues ?

Re: Movielist #3 rimas

  • Senior Member
  • 75 posts

+3
Neutral

Posted 21 February 2011 - 15:13

Yes, same for me. And mkv subs don't work. Mkv and mp4 files will play, but subs don't appear. It's possible to select and activate subtitles, but they are not visible.
I have DM800

Re: Movielist #4 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 February 2011 - 15:29

I also have problems after gstreamer update with avi files. In my enigma log I see the same problem with e2settings.pkl

http://openpli.git.s...50f0b2b38<br />


Failed to load settings: [Errno 2] No such file or directory: '/hdd/movie/DVD/.e2settings.pkl'
[EPGC] abort non avail netmed schedule reading
[EPGC] abort non avail netmed schedule other reading
[EPGC] nownext finished(1298036502)
action ->  OkCancelActions ok
Failed to load settings: [Errno 2] No such file or directory: '/hdd/movie/DVD/DIVX/.e2settings.pkl'
action ->  OkCancelActions ok
Failed to load settings: [Errno 2] No such file or directory: '/hdd/movie/DVD/DIVX/PlanetEarth/.e2settings.pkl'
action ->  OkCancelActions ok
not pauseable.
RemovePopup, id = ZapError
playing 4097:0:0:0:0:0:0:0:0:0:/hdd/movie/DVD/DIVX/PlanetEarth/VTS_3.avi
[eDVBCAService] free slot 0 demux 0 for service 1:0:1:34:4:85:C00000:0:0:0:
[eDVBCAService] free service 1:0:1:34:4:85:C00000:0:0:0:
cleaning up
TuxTxt stopped service 20
TuxTxt cache cleared
decoder state: play, vpid=-1, apid=-1
DEMUX_STOP - pcr - ok
DEMUX_STOP - video - ok
VIDEO_STOP - ok
AUDIO_STOP - ok
DEMUX_STOP - audio - ok
AUDIO_CONTINUE - ok
DEMUX_STOP - ttx - ok
start release channel timer
eServiceMP3::construct!
eServiceMP3::playbin2 uri=file:///hdd/movie/DVD/DIVX/PlanetEarth/VTS_3.avi
eServiceMP3::starting pipeline
accel 8704 bytes
accel memstat: used=12 kB, free 4036 kB, s 12 kB
accel memory: 0
new service started! trying to download cuts!
download failed, no cuesheet interface
RemovePopup, id = ZapError
eServiceMP3::state transition NULL -> READY

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed
[DVBCAHandler] no more services

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed

(enigma2:546): GStreamer-CRITICAL **: gst_tag_list_get_double: assertion `tag != NULL' failed
Floating point exception
root@vuduo:~#

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: Movielist #5 andyblac

  • Senior Member
  • 465 posts

+18
Neutral

Posted 21 February 2011 - 15:35

I also have problems after gstreamer update with avi files. In my enigma log I see the same problem with e2settings.pkl

http://openpli.git.s...50f0b2b38<br />



my issue is regarding the recorded files from the box ie .TS not avi.

Re: Movielist #6 delagroov

  • Senior Member
  • 1,579 posts

+21
Neutral

Posted 21 February 2011 - 15:40

I know..but i see in your log the same e2settings.pkl problem

Vu+ Solo2 / Atemio Nemesis / Et9000 / TM Twin / Spark2

Astra 1/2/3 en HB / Harmony Touch, & 600
https://github.com/d...in-PLi-Full-HD-Night


Re: Movielist #7 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 21 February 2011 - 15:47

my issue is regarding the recorded files from the box ie .TS not avi.

no problems with .ts here

//with avi I noticed (on Saturday) problem with starting of subtitles - they didn't appear right away (like they used to), I tried switch them on/of with no result, finally a little skipping forward that helped...

Re: Movielist #8 andyblac

  • Senior Member
  • 465 posts

+18
Neutral

Posted 21 February 2011 - 16:05

ok been doing some debugging

on the last working version i was getting this:

Video Device: /dev/dvb/adapter0/video0
demux device: /dev/dvb/adapter0/demux0

now on the current (none working) version
Video Device: /dev/dvb/adapter0/video0
demux device: /dev/dvb/adapter0/demux3

could that be it ?

Re: Movielist #9 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 21 February 2011 - 16:24

I hope there is no hardcoded demux allocation for pvr in the drivers...

Anyway, I did test a vuduo after those changes, and it was working fine.

Re: Movielist #10 andyblac

  • Senior Member
  • 465 posts

+18
Neutral

Posted 21 February 2011 - 16:35

I hope there is no hardcoded demux allocation for pvr in the drivers...

Anyway, I did test a vuduo after those changes, and it was working fine.


hmm, any ideas what i could change to test ?

Re: Movielist #11 VU+NL

  • Senior Member
  • 6,424 posts

+12
Neutral

Posted 21 February 2011 - 16:39

Anyway, I did test a vuduo after those changes, and it was working fine.

I can confirm that recordings play fine on the DUO after today's update (apart from the small "icon-bug" in the movielist). Also no problems with AVI-playback.
VU+ DUO/UNO/Digiality 85cm multifocus-4 X twin-Inverto-LNB's/Triax 88 USALS/Logitech Harmony 300, 555, 600, 900 en 1100

Re: Movielist #12 rimas

  • Senior Member
  • 75 posts

+3
Neutral

Posted 22 February 2011 - 15:24

I think I found the problem. After removing dvb-usb-dib0700 drivers .ts files started to play. Then I reflashed DM800 and .ts files played fine. After installing dvb-usb drivers .ts files stopped to play.


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users