Search found 50 matches

by k10ck3r
Sat Sep 27, 2014 6:35 pm
Forum: Other devices
Topic: Profile for Roku 3 - Help with transcoding please
Replies: 4
Views: 22192

Re: Profile for Roku 3 - Help with transcoding please

Is there a way to clean up the files after playing back the transcoded video?
I tried adding the "clean HLS directory" script to the post-playback event, but it messes up the playback (probably because it is being invoked at the end of each little chunk?).
by k10ck3r
Sat Sep 27, 2014 6:23 pm
Forum: Other devices
Topic: Profile for Roku 3 - Help with transcoding please
Replies: 4
Views: 22192

Re: Profile for Roku 3 - Help with transcoding please

I also updated the clean script, since it had a hard coded path:
var
fso: Variant;
sDirectory: string;
begin
fso := CreateOleObject('Scripting.FileSystemObject');
sDirectory := IncludeTrailingBackslash(ProgramPath) + 'Presentation\HLS\*';
fso.DeleteFolder(sDirectory);
end.
by k10ck3r
Sat Sep 27, 2014 5:55 pm
Forum: Other devices
Topic: Profile for Roku 3 - Help with transcoding please
Replies: 4
Views: 22192

Re: Profile for Roku 3 - Help with transcoding please

Ok, found a solution here: (But changed the settings for 2 channel AAC to 0 channel AC3 for surround sound to work) http://www.chaneru.com/forum/viewtopic.php?f=5&t=1634&p=3273&hilit=wms#p3273 I just couldn't figure out this step: (for temp file cleanup) Settings - Processing - Add Name:...
by k10ck3r
Sat Sep 27, 2014 3:49 am
Forum: Other devices
Topic: Profile for Roku 3 - Help with transcoding please
Replies: 4
Views: 22192

Re: Profile for Roku 3 - Help with transcoding please

Any ideas? Any logs I can capture? Running out of trial time...
by k10ck3r
Tue Sep 16, 2014 3:03 am
Forum: Other devices
Topic: Profile for Roku 3 - Help with transcoding please
Replies: 4
Views: 22192

Profile for Roku 3 - Help with transcoding please

My original thread disappeared for some reason. I tried the "older" hls based approach to getting non-mp4 videos to transcode for the Roku 3, but it didn't work. Looking for other suggestions to get this working with the Roku. Ideas? This is for the Roku 3, which is a DLNA device unlike ea...
by k10ck3r
Sat Aug 13, 2011 7:06 pm
Forum: Announcements
Topic: Released version "Wild Media Server (UPnP) v1.10.2"
Replies: 28
Views: 44343

Re: Released version "Wild Media Server (UPnP) v1.10.2"

Ok, so I went to try the full distribution kit. However, it only installs 1.10, not 1.10.2.
I then tried installing 1.10.1, but it gave the same dll error again.
Is there a full installer for version 1.10.2?
by k10ck3r
Wed Aug 10, 2011 5:15 am
Forum: Announcements
Topic: Released version "Wild Media Server (UPnP) v1.10.2"
Replies: 28
Views: 44343

Re: Released version "Wild Media Server (UPnP) v1.10.2"

Got a bunch of errors like this when updating from 1.10.1 to 1.10.2: Wrong length of a source file ... Wrong length of a source file ... [many of these] Wrong length of a source file ... Critical errors were detected while installing. Updating is impossible. Update from version 1.10.1 to 1.10.2, ch...
by k10ck3r
Sun Aug 07, 2011 3:51 am
Forum: Announcements
Topic: Released version "Wild Media Server (UPnP) v1.10.2"
Replies: 28
Views: 44343

Re: Released version "Wild Media Server (UPnP) v1.10.2"

Got a bunch of errors like this when updating from 1.10.1 to 1.10.2:

Wrong length of a source file ...
Wrong length of a source file ...
[many of these]
Wrong length of a source file ...
Critical errors were detected while installing. Updating is impossible.
by k10ck3r
Tue Dec 28, 2010 6:57 pm
Forum: Mobile, PDA devices
Topic: Problems with iPad and MLPlayer Lite
Replies: 11
Views: 17404

Re: Problems with iPad and MLPlayer Lite

I changed terminate transcode from 30 seconds to 5 seconds, but it isn't terminating after 5 seconds. Ah, it terminates in 5 seconds once the client disconnects, not when the file playback is stopped. Update: in another test FFMPEG did not terminate even after closing the client connection, so it m...
by k10ck3r
Tue Dec 28, 2010 6:55 pm
Forum: Mobile, PDA devices
Topic: Problems with iPad and MLPlayer Lite
Replies: 11
Views: 17404

Re: Problems with iPad and MLPlayer Lite

mpWidth is already set to > 640. The video file width is 720. Do I need to change this setting to something else? Ok, I changed the setting to > 720 and it is working correctly now. Is this information stored in the device profile? If so, you may want to update your iPad profile accordingly. In my ...