Links to the problematic media resources

Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

Shadowraven wrote:
Eugene wrote:Hi,
Shadowraven wrote: I have been trying to get this link to work as Internet TV:
http://cctv.ws/9/RaiSport
It works fine on VLC but I can't seem to get it to work on my Xbox360 or PS3 using Wild Media.

Any idea what could be causing the problem?
On the right-button mouse in the list of films, you can perform a test transcoding. I have no problem with the test transcoding this link.
I'm getting this error when I do 'test transcoding':

[0x9a4c0c] dummy interface: using the dummy interface module...
libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0)
D 0
libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0)
D 66
[0x99ef2c] main mux error: cannot add a new stream (unsupported while mux
this format). You can try increasing sout-mux-caching value
[0x9a09dc] stream_out_transcode stream out error: cannot add this stream

Anything in particular that you did in the settings?
I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
Shadowraven
Posts: 11
Joined: Mon Mar 22, 2010 10:09 pm

Re: Links to the problematic media resources

Post by Shadowraven »

Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

Shadowraven wrote:
Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
vlc_test.JPG
vlc_test.JPG (62.26 KiB) Viewed 10424 times
Shadowraven
Posts: 11
Joined: Mon Mar 22, 2010 10:09 pm

Re: Links to the problematic media resources

Post by Shadowraven »

Eugene wrote:
Shadowraven wrote:
Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
vlc_test.JPG
That's what I get too and the stream doesn't work
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

Shadowraven wrote:
Eugene wrote:
Shadowraven wrote:
Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
vlc_test.JPG
That's what I get too and the stream doesn't work
In the directory of temporary files of transcoding, you can check the created file
Shadowraven
Posts: 11
Joined: Mon Mar 22, 2010 10:09 pm

Re: Links to the problematic media resources

Post by Shadowraven »

Eugene wrote:
Shadowraven wrote:
Eugene wrote:
Shadowraven wrote:
Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
vlc_test.JPG
That's what I get too and the stream doesn't work
In the directory of temporary files of transcoding, you can check the created file
Wow yeah the temp file is created but the Xbox360 complains about Status Code: 69-c00d36b4
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

Shadowraven wrote:
Eugene wrote:
Shadowraven wrote:
Eugene wrote:
Shadowraven wrote:
Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
vlc_test.JPG
That's what I get too and the stream doesn't work
In the directory of temporary files of transcoding, you can check the created file
Wow yeah the temp file is created but the Xbox360 complains about Status Code: 69-c00d36b4
Try a new profile transcoding
Settings-Transcoder-Profiles-Add
Name: Internet TV (XBox)
Execute mode: Transcoding
Language: PascalScript
Transcoding parameters:

Code: Select all

const
  csVlcParams = '-Idummy --language=en --sout=#transcode{vcodec=mp2v,vb=3000,fps=24,width=720,height=406,' + 
     'scale=1,aspect=16:9,acodec=mpga,ab=192,channels=2,samplerate=48000}:duplicate{dst=std{access=file,mux=ps,dst="<OUTPUT FILE>"}} "<INPUT FILE>"';
var
  sVlcReadPipeName, sVlcWritePipeName: string;
begin
  TranscodingResult := False; 
  if WmsCreateDualPipe(sVlcReadPipeName, sVlcWritePipeName) then begin
    if WmsTranscodingExecute('VLC', csVlcParams, 
          False, InputFileName, '\' + ReplaceStr(sVlcWritePipeName, '\', '\\')) then begin          
      mpInternetItem := False;    
      TranscodingResult := WmsTranscodingExecute('WMSMPEG', 
            ReplaceStr(WmsTranscodingProfileParams('Movies (primary)'), '-i', '-f mpeg -i')  + ' "<OUTPUT FILE>"', True, sVlcReadPipeName, OutputFileName)
    end                      
  end
end.
Choose "Internet TV (XBox)" on the right button mouse
Shadowraven
Posts: 11
Joined: Mon Mar 22, 2010 10:09 pm

Re: Links to the problematic media resources

Post by Shadowraven »

Eugene wrote:
Shadowraven wrote:
Eugene wrote:
Shadowraven wrote:
Eugene wrote:
Shadowraven wrote:
Eugene wrote: I tested using the transcoding profile "Internet-television" (if the settings change, then the choice on right-button mouse)
I tried that, no luck :(
same error message.

Do you select 'Test transcoding > Default device ...'? What happens after you do so? Does VLC open?
vlc_test.JPG
That's what I get too and the stream doesn't work
In the directory of temporary files of transcoding, you can check the created file
Wow yeah the temp file is created but the Xbox360 complains about Status Code: 69-c00d36b4
Try a new profile transcoding
Settings-Transcoder-Profiles-Add
Name: Internet TV (XBox)
Execute mode: Transcoding
Language: PascalScript
Transcoding parameters:

Code: Select all

const
  csVlcParams = '-Idummy --language=en --sout=#transcode{vcodec=mp2v,vb=3000,fps=24,width=720,height=406,' + 
     'scale=1,aspect=16:9,acodec=mpga,ab=192,channels=2,samplerate=48000}:duplicate{dst=std{access=file,mux=ps,dst="<OUTPUT FILE>"}} "<INPUT FILE>"';
var
  sVlcReadPipeName, sVlcWritePipeName: string;
begin
  TranscodingResult := False; 
  if WmsCreateDualPipe(sVlcReadPipeName, sVlcWritePipeName) then begin
    if WmsTranscodingExecute('VLC', csVlcParams, 
          False, InputFileName, '\' + ReplaceStr(sVlcWritePipeName, '\', '\\')) then begin          
      mpInternetItem := False;    
      TranscodingResult := WmsTranscodingExecute('WMSMPEG', 
            ReplaceStr(WmsTranscodingProfileParams('Movies (primary)'), '-i', '-f mpeg -i')  + ' "<OUTPUT FILE>"', True, sVlcReadPipeName, OutputFileName)
    end                      
  end
end.
Choose "Internet TV (XBox)" on the right button mouse
Thanks so much for helping me out. It didn't work. I think it's the XBox that's not being able to decode it. I'm about to give up and buy a WDTV.
zerop
Posts: 14
Joined: Thu Apr 08, 2010 7:43 pm

Re: Links to the problematic media resources

Post by zerop »

I eugene.

Sorry for my english
i'm not to able to see any internet media resources on my ps3.
I see the list of podcast.. i see the thumbnails (youtube only) but when i press play my ps3 tell me broken data.
Wild media server 0.73 and windows seven.

Local media all is ok and fantastic.

please help me...
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Links to the problematic media resources

Post by Eugene »

zerop wrote: Sorry for my english
i'm not to able to see any internet media resources on my ps3.
I see the list of podcast.. i see the thumbnails (youtube only) but when i press play my ps3 tell me broken data.
Wild media server 0.73 and windows seven.

Local media all is ok and fantastic.
For example, problematic link ?
Post Reply