Search found 97 matches

by S@gittarius
Fri May 13, 2011 8:44 am
Forum: General Discussion
Topic: Change default transcoder for .ts files
Replies: 8
Views: 7170

Re: Change default transcoder for .ts files

Hi, Thank you for your thorough reply but it do not answer my question. (I can see that I was a bit unclear in my last post :( ). If I by hand change the transcoder for a .ts file (e.g. to *VCL* (can’t remember the exact name)) I can play the file on my Sony TV. However I don’t want to do that ever...
by S@gittarius
Fri May 13, 2011 8:25 am
Forum: Internet media resources
Topic: Question on YouTube Podcast
Replies: 2
Views: 5810

Re: Question on YouTube Podcast

I do have max-results set to 50 in the podcast link, but it doesn't take too long to update. Yes, but in the end it takes at least 50 times longer than without this extra. I also ended up using the EncodeDate and EncodeTime functions to eliminate the assumption of a regional setting. I wrote this c...
by S@gittarius
Thu May 12, 2011 6:57 am
Forum: General Discussion
Topic: Change default transcoder for .ts files
Replies: 8
Views: 7170

Re: Change default transcoder for .ts files

Hi, Adding a transcoder profile for a file-type don't do the trick. Should I change the mime-type or dlna type? Lars Hi, TS media (MPEG Transport Stream) contains MPEG-2 (ISO/IEC 13818) audio and video streams and usually doesn't need to be transcoded because Sony does support these formats nativel...
by S@gittarius
Sun May 08, 2011 10:24 am
Forum: Internet media resources
Topic: Question on YouTube Podcast
Replies: 2
Views: 5810

Re: Question on YouTube Podcast

Hi, Glad to help you. Yes, it's all about regional settings that I missed to comment on. The code could be optimized in order not to depend on them. Bear in mind that it makes an API request to Youtube for every single podcast item. So if the podcast consist of the maxim number of 50 items per page ...
by S@gittarius
Sat May 07, 2011 6:53 pm
Forum: Internet media resources
Topic: Question on YouTube Podcast
Replies: 2
Views: 5810

Re: Question on YouTube Podcast

When I download a podcast, so for a youtube user, the create date in the table shows the time at which I downloaded the podcast. How can I update it to show the date which the video was uploaded? Thanks. Hi, Put this piece of code into "The script read additional properties RSS" settings ...
by S@gittarius
Mon May 02, 2011 6:37 am
Forum: Samsung TV/BDP
Topic: starting wms
Replies: 1
Views: 6576

Re: starting wms

Hello, How can I let WMS start automatically at startup from my PC? I turn my PC on and Off each time and I have to login before WMS starts (after login WMS is running) The samsung app is always running as soon as my PC is on (I don't have to login) Is this also possible for WMS? Erik Hi, Install W...
by S@gittarius
Thu Mar 17, 2011 7:20 am
Forum: Transcoding profiles, scripts processing media resources
Topic: How to create PIPE from media's URL
Replies: 6
Views: 7353

Re: How to create PIPE from media's URL

Hi, Maybe I am wrong but pipes are handled just like files and supported containers are as follows: * Elementary stream; * Transport stream TS and M2TS; * Program stream EVO/VOB/MPG; * Matroska MKV/MKA; * MP4/MOV Even so could you please help in creating this special profile for media sources which ...
by S@gittarius
Wed Mar 16, 2011 6:56 am
Forum: Transcoding profiles, scripts processing media resources
Topic: How to create PIPE from media's URL
Replies: 6
Views: 7353

Re: How to create PIPE from media's URL

Hi, I tried to create a very simple tsMuxer transcoding profile but it didn’t work out. var MetaFileLines: TStringList; sMetaFileName: string; begin MetaFileLines := TStringList.Create; try InputFileName := WmsGetItemProperty(mpiMediaResourceSource); MetaFileLines.Add('MUXOPT --no-pcr-on-video-pid -...
by S@gittarius
Tue Mar 15, 2011 8:22 am
Forum: Transcoding profiles, scripts processing media resources
Topic: How to create PIPE from media's URL
Replies: 6
Views: 7353

Re: How to create PIPE from media's URL

Eugene wrote:Hi,
S@gittarius wrote: Suppose I have a media’s URL in the form http://domain.name/media_resource_path.
How can I create a PIPE from it in order to further process the stream? WmsCreateResourcePipe?
Regards
Use can use WmsDownloadURLToPipe
Wow!
You are very fast.
Thank you!
by S@gittarius
Tue Mar 15, 2011 8:13 am
Forum: Transcoding profiles, scripts processing media resources
Topic: How to create PIPE from media's URL
Replies: 6
Views: 7353

How to create PIPE from media's URL

Hi Eugene,
Suppose I have a media’s URL in the form http://domain.name/media_resource_path.
How can I create a PIPE from it in order to further process the stream? WmsCreateResourcePipe?
Regards