Search found 12 matches

by Rheingold
Sat Aug 11, 2012 8:17 am
Forum: Transcoding profiles, scripts processing media resources
Topic: 'Video bitrate' and 'Min and max video bitrate limitation'
Replies: 0
Views: 32622

Re: 'Video bitrate' and 'Min and max video bitrate limitatio

I also wonder about the effect of this switch.
Is there any explanation about MIN/MAX bitrate limitation?

TNX
by Rheingold
Sun Mar 11, 2012 1:16 pm
Forum: Internet media resources
Topic: How to sort movie collections?
Replies: 4
Views: 40706

Re: How to sort movie collections?

I tried it with this little script
var
TvFolder: TWmsScriptMediaItem;
cc,i : integer;
names:string;

begin
tvfolder:=WmsCurrentMediaTreeItem;
cc:=tvFolder.ChildCount;
showmessage(TVFolder.properties[mpiTitle]+' '+str(cc));
i:=0;names:='';
repeat
names:=names+TVFolder.childItems[i ...
by Rheingold
Sat Mar 10, 2012 8:47 pm
Forum: Internet media resources
Topic: How to sort movie collections?
Replies: 4
Views: 40706

Re: How to sort movie collections?

Hi Eugene,

thnx for your answer

TVStreamsFolder.Sort('+mpTitle\+mpTitle\+mpTitle');

but what's the meaning of the three parameters? I think +/- is ascending/decending sortorder, but why three mParameters and can I use other Parameters of a folders or of a mediacollection? What about more than ...
by Rheingold
Fri Mar 09, 2012 9:44 pm
Forum: Internet media resources
Topic: How to sort movie collections?
Replies: 4
Views: 40706

How to sort movie collections?

Hi,
under the folder Internet TV I create with a script a new Folder "TV Streams" an then in this folder a moviecollection "All" and also two folders "Country" and "Language". In these two folders ther are many movicollections with names like "Germany", "Austria", "Switzerland" or in the Language ...
by Rheingold
Sat Jun 04, 2011 8:04 pm
Forum: Internet media resources
Topic: TheStreamDB.com - an open database for live streaming media
Replies: 18
Views: 146597

Re: TheStreamDB.com - an open database for live streaming me

Hi Eugene,

in the two scripts the PCRE_SINGLELINE and PCRE_MULTILINE constants are missing!
I think the values are $5 and $2.

Greetings
Rheingold
by Rheingold
Mon Mar 28, 2011 9:57 am
Forum: Announcements
Topic: Announce version "Wild Media Server (UPnP) v1.09" (RC4)
Replies: 26
Views: 71909

Re: Announce version "Wild Media Server (UPnP) v1.09" (RC3)

Hi Eugene.

I found the solution of the problem!

It depends on the place, where the process WMS.EXE is created: if it is created as a process by another program like an ApplicationStarterBar like the very nice RocketDock or by an Explorer substitute like PowerDeskExplorer, then the problem with ...
by Rheingold
Sun Mar 27, 2011 8:58 am
Forum: Announcements
Topic: Announce version "Wild Media Server (UPnP) v1.09" (RC4)
Replies: 26
Views: 71909

Re: Announce version "Wild Media Server (UPnP) v1.09" (RC3)

Hi Eugene,

I just experimented a little bit:

I started setup.exe and did the actualisation 1.09RC2 to RC3 again. After completition it asked me to start the program. I did so and then I can start the transcoding profile VLC-FFMPEG (and also the Movies-TSMUXer). All seems ok but.... when I closed ...
by Rheingold
Sat Mar 26, 2011 3:43 pm
Forum: Announcements
Topic: Announce version "Wild Media Server (UPnP) v1.09" (RC4)
Replies: 26
Views: 71909

Re: Announce version "Wild Media Server (UPnP) v1.09" (RC3)

Hi,
Eugene wrote:Any especially environment?
I think "no" - XP SP3 and as I mentioned before, with 1.08.2 no problem. Now I'm on 1.09RC3 with widows service installed, but nothing changed if I start the server or not.
by Rheingold
Sat Mar 26, 2011 2:03 pm
Forum: Announcements
Topic: Announce version "Wild Media Server (UPnP) v1.09" (RC4)
Replies: 26
Views: 71909

Re: Announce version "Wild Media Server (UPnP) v1.09" (RC3)

Hi,

Check "Special settings..." (List [Movies] - select a file - right click - "Special settings...")

I did and entered as transcoding profile "movies-vlc-ffmpeg". I don't know what i should change more. But same result as before : nothing (!!) happend when I start test transcoding!

I then edit ...
by Rheingold
Fri Mar 25, 2011 6:33 pm
Forum: Announcements
Topic: Announce version "Wild Media Server (UPnP) v1.09" (RC4)
Replies: 26
Views: 71909

Re: Announce version "Wild Media Server (UPnP) v1.09" (RC3)

Hi Eugene,

just noticed, that I'm not able to use the transcoding profile Movies-VCL-FFMEG.
When I choose this profile and start a test transcoding nothing happens. No cmd windows or anything else.
In version 1.08.2 it's no problem to use it with the same videofile.
I tried it with the same ...