Search found 97 matches

by S@gittarius
Mon Mar 14, 2011 7:40 am
Forum: Internet media resources
Topic: After 1.08.4 upgrade Youtube = Black screen with sound
Replies: 4
Views: 6985

Re: After 1.08.4 upgrade Youtube = Black screen with sound

Hi Eugene, I managed to play podcasts again but the situation is only improved I should say. I put a small piece of code (very small indeed) in tsMuxer profile as follows: * if sTranscodingParams <> '' then TranscodingResult := WmsTranscodingExecute('WMSMPEG', sTranscodingParams, False, InputFileNam...
by S@gittarius
Thu Mar 10, 2011 10:42 pm
Forum: Internet media resources
Topic: After 1.08.4 upgrade Youtube = Black screen with sound
Replies: 4
Views: 6985

Re: After 1.08.4 upgrade Youtube = Black screen with sound

Hi, Finally I got 1.08.4 to work for me but now I have a very strange problem with Youtube podcasts. When I start playing a Youtube item with “Movies – tsMuxer” profile I get a black screen with a normal sound. If I press the [|<<] button on the remote to rewind from the beginning the video starts ...
by S@gittarius
Wed Mar 09, 2011 10:24 pm
Forum: Internet media resources
Topic: After 1.08.4 upgrade Youtube = Black screen with sound
Replies: 4
Views: 6985

After 1.08.4 upgrade Youtube = Black screen with sound

Hi Eugene, Finally I got 1.08.4 to work for me but now I have a very strange problem with Youtube podcasts. When I start playing a Youtube item with “Movies – tsMuxer” profile I get a black screen with a normal sound. If I press the [|<<] button on the remote to rewind from the beginning the video s...
by S@gittarius
Sun Feb 27, 2011 4:31 pm
Forum: Internet media resources
Topic: Long playing HDs on Youtube
Replies: 2
Views: 5228

Re: Long playing HDs on Youtube

Hi,
You think there’s something about the stream, don’t you?
But they are playable with “Movies – Primary” profile.
Anyway I’ll give it a try.
by S@gittarius
Fri Feb 25, 2011 8:44 pm
Forum: Internet media resources
Topic: Long playing HDs on Youtube
Replies: 2
Views: 5228

Long playing HDs on Youtube

Hi Eugene, Recently I found some long playing HDs on Youtube. They are 50+ min and quite big as well. The longest and the biggest one I’ve ever seen is 1:30:00 in length and 2.8+ GB in size. And when using tsMuser profile all they stop at a certain point which is video dependent. Shortly after the p...
by S@gittarius
Thu Feb 24, 2011 10:45 am
Forum: Transcoding profiles, scripts processing media resources
Topic: Dynamic media resource URL?
Replies: 3
Views: 5524

Re: Dynamic media resource URL?

Hi, Is it possible to execute a code just before an Internet media starts playing? The link to the media resource has to be generated short before that because the service is time sensitive and the URL expires about 5 minutes after the initial request. I suppose it could be done by creating a speci...
by S@gittarius
Thu Feb 24, 2011 7:13 am
Forum: Transcoding profiles, scripts processing media resources
Topic: Dynamic media resource URL?
Replies: 3
Views: 5524

Dynamic media resource URL?

Hi Eugene, Is it possible to execute a code just before an Internet media starts playing? The link to the media resource has to be generated short before that because the service is time sensitive and the URL expires about 5 minutes after the initial request. I suppose it could be done by creating a...
by S@gittarius
Thu Feb 24, 2011 6:55 am
Forum: Transcoding profiles, scripts processing media resources
Topic: UNIX time function?
Replies: 2
Views: 4325

Re: UNIX time function?

Hi, coarse variant (with LocalTimeOffset) function TimeStamp1970ToDateTime(aTimeStamp: Integer): TDateTime; begin Result := (aTimeStamp / (24 * 60 * 60)) + EncodeDate(1970, 1, 1) end; function DateTimeToTimeStamp1970(aDateTime: TDateTime): Integer; begin Result := Round((aDateTime - EncodeDate(1970...
by S@gittarius
Thu Feb 24, 2011 6:37 am
Forum: Sony TV/BDP
Topic: Total number of files in the current folder
Replies: 9
Views: 10131

Re: Total number of files in the current folder

Eugene wrote:
S@gittarius wrote:I would like to reiterate this topic. Is there any chance to get information or something?
Regards.
Maybe in the DLNA mode nothing should be
Hi,
I am afraid but I don't understand the last one.
by S@gittarius
Mon Feb 21, 2011 9:38 pm
Forum: Transcoding profiles, scripts processing media resources
Topic: UNIX time function?
Replies: 2
Views: 4325

UNIX time function?

Hi Eugene,
Is there an embedded function to generate UNIX time – seconds that have elapsed since midnight, January 1, 1970?
Regards.