Jump to content


flicker

Member Since 3 Oct 2011
Offline Last Active 25 Jan 2015 17:08
-----

Posts I've Made

In Topic: Iceland's DVB-T channel numbers

27 December 2013 - 16:48

Do you still need it?


In Topic: OpenPLi stops actively supporting Dream Multimedia STB's

28 October 2013 - 16:08

As a openpli user that just bought a 800 v2 and 500 hd v2 I am in shock to see this but I understand the situation. Could you advise me what I can do? Are there other images that you can recommend that do support v2 boxes or should I just try to sell them and buy something else? Thanks

In Topic: WebDAV

26 May 2013 - 22:39

Well I was able to connect to a WebDAV finally via OpenPli but I'm not able to play any files on the WebDav mount for some reason...

 

The way I did it...

  1. Telnet to the dreambox
  2. opkg update
  3. opkg install davfs2
  4. then I put my server in /etc/davfs2/secrets
  5. I had to create a davfs2 group and add the davfs2 user to that group before I could mount
  6. groupadd davfs2
  7. useradd davfs2 -G davfs2
  8. mkdir /media/net/webdav
  9. mount.davfs https://example.com /media/net/webdav

Like I said... this successfully mounts the WebDAV and I'm able to cd and ls directories.

I'm also able to copy files from the mount to the dreambox

 

But when I go to the video player and try to play the file the dreambox just locks up (freezes) for 30-60 seconds and then nothing.

 

Any help appreciated :)