Page 2 of 2

Re: Released a trial version "Wild Media Server (UPnP) v0.73.3"

Posted: Tue Apr 06, 2010 9:41 am
by Eugene
weaver4 wrote:I get the same error when I try to update from 72.3 to 73. What should I try?
Update the program with the distribution kit.

Re: Released a trial version "Wild Media Server (UPnP) v0.73.3"

Posted: Fri Apr 09, 2010 2:04 am
by davel
one other thing you might try, if running windows7 or maybe even vista, right click and run as administrator.

I had same problem running the maintenance program, but when ran as admin produced no error.

Re: Released a trial version "Wild Media Server (UPnP) v0.73.3"

Posted: Sat Apr 10, 2010 5:22 am
by Eugene
Update on test version 0.73.4 (0.73.3-0.73.4) (0.73-0.73.4)

1. Setting podcasts:
- added ability to read a list of media resources without RSS-feed, using a special
script (for example, can be used to list clips on the site http://www.mtv.com);
- added ability to use a special script for Media resource link from a page media
resource (used for reading properties of video, audio, transcoding media resources),
the link is returned in variable MediaResourceLink;
- added modes transfer podcasts to media device
(Transcoding, Original link, Original stream);
- the possibility to inherit settings from parent folder of podcast feeds (for example,
may be useful for Youtube);
- added setting the display mode of media resources in the main form
program (table, cards);
2. In the navigation on the media device added to the folder "Update podcasts".
3. The distribution kit of the program included loader rtmp-resources RtmpDump
(http://rtmpdump.mplayerhq.hu).
4. Updated Transcoder FFMPEG, problems with transcoding m2ts-files from time
position.
5. Updated module subtitles, changes for support dvb-subtitles.
6. Updated transcoding profile "Movies - TsMuxer", problems with
transcoding m2ts-files, some mkv-files, added support transcoding podcasts.
Recommended restore transcoding profile "Movies - TsMuxer" from the distribution
(Settings - Transcoder - Profiles - "Movies - TsMuxer"- Restore).
7. For transcoding profiles added setting folder of transcoding profile.
8. Added a setting number of attempts to resume loading rtmp-resources
(Settings - "Media Resources" - "Internet Resources" - Podcasts).

Re: Released a trial version "Wild Media Server (UPnP) v0.73.4"

Posted: Sat Apr 10, 2010 7:21 am
by twosheds
Eugene,

Where are the scripts located that you mention in point 10 of the update notes (V0.72 to v0.73) detailed in the first post of this thread ? I can't seem to find them.

Thanks

Re: Released a trial version "Wild Media Server (UPnP) v0.73.4"

Posted: Sat Apr 10, 2010 7:58 am
by Eugene
twosheds wrote: Where are the scripts located that you mention in point 10 of the update notes (V0.72 to v0.73) detailed in the first post of this thread ? I can't seem to find them.
imdb.JPG
imdb.JPG (16.54 KiB) Viewed 21440 times

Re: Released a trial version "Wild Media Server (UPnP) v0.73.4"

Posted: Sat Apr 10, 2010 2:09 pm
by twosheds
Thanks Eugene

Re: Released a trial version "Wild Media Server (UPnP) v0.73.4"

Posted: Fri Apr 16, 2010 7:47 pm
by Eugene
Update on test version 0.73.5 (0.73.4-0.73.5) (0.73-0.73.5)
1. Podcasts - script reading the list of media resources without RSS-feed:
- the ability to create folders in several parts of media resource,
can be useful, for example, episodes of site Colbert Nation
(http://www.colbertnation.com), in which the episodes are divided into several
acts, used function AddFolder in the class TWmsScriptMediaItem.
2. For folders of media resources added mode "Shuffle", activate on right click
of the mouse in the folder tree of media resources.
3. Settings-Server:
- added configuration mode "Prevent sleep mode while the server started"
(the default mode is enabled).
4. Fixed problem with viewing podcasts via folder Transcoding.
5. Transcoding profiles:
- in function WmsCreateDualPipe added parameter "Buffer size", default 1 MB,
can be use, if at the start transcoding it hangs.
6. Added support for loading a list of internet media resources from playlists
format XSPF (http://xspf.org), the format can be selected and for Web-mode
the server.

Re: Released a trial version "Wild Media Server (UPnP) v0.73.5"

Posted: Thu Apr 22, 2010 11:21 am
by Eugene
Update on test version 0.73.7 (0.73.5-0.73.7) (0.73-0.73.7)
1. Podcasts - description podcast feeds, folders podcast feeds:
- script for links to the resource: added functions to support Hulu.com -
WmsDecryptRDL, WmsStringToHex, WmsHexToString, WmsMd5SumOfString.
- added ability to specify internet links to folder thumbnail (button "Internet link
to thumbnail).
2. Reading information from Internet databases:
- added function WmsAnsiToWideString, the function passed parameter
code page of text;
- to function WmsHtmlToText added parameter code page of text.
3. Changes to the parser rss-feeds, an error reading
(http://vpodcast.dr.dk/feeds/soeindingrss.xml).

Re: Released a trial version "Wild Media Server (UPnP) v0.73.7"

Posted: Tue Apr 27, 2010 1:33 pm
by Eugene
Update on test version 0.73.8 (0.73.7-0.73.8) (0.73-0.73.8)
1. Podcasts - description podcast feeds, folders podcast feeds:
- script for links to the resource: to support http://www.marvel.com,
http://www.fox.com added classes TAmfPacket, TAmfMessage, TAmfValue
(Action Message Format), function WmsSendRequest.