Internet radio not working after update to v1.09

Internet TV, Radio, Podcasts
Post Reply
Isaac
Posts: 29
Joined: Sat May 22, 2010 3:05 am

Internet radio not working after update to v1.09

Post by Isaac »

Since the update to v1.09 all four of the stations I have in my internet radio folder are no longer working.
Here is one example:
http://alpha.newerastreaming.com:8096


The transcoding profile appears to have been cleared during the upgrade, and I have been selecting different profiles to test but none of them seems to work.
Which profile should I be using for this station?


Isaac
Isaac
Posts: 29
Joined: Sat May 22, 2010 3:05 am

Re: Internet radio not working after update to v1.09

Post by Isaac »

Both of my devices are PS3 systems. I did not see any such setting related to "play from beginning of file" like on that user's television.

Also, all of my podcasts and internet television streams are also not working.
My favorite stream
[url]http://99.198.118.250:8010;stream.nsv[/url]
Transcoding profile Movies-VLC-FFMPEG
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Internet radio not working after update to v1.09

Post by Eugene »

Isaac wrote:Both of my devices are PS3 systems. I did not see any such setting related to "play from beginning of file" like on that user's television.
I have no problem with http://alpha.newerastreaming.com:8096/ on PS3 (version 1.09.1)
Isaac wrote: Also, all of my podcasts and internet television streams are also not working.
My favorite stream
[url]http://99.198.118.250:8010;stream.nsv[/url]
Transcoding profile Movies-VLC-FFMPEG
Select a link - right click - "Load file properties"
Isaac
Posts: 29
Joined: Sat May 22, 2010 3:05 am

Re: Internet radio not working after update to v1.09

Post by Isaac »

None of the suggestions were working, so I reinstalled my VLC player... Now everything works!
Isaac
Posts: 29
Joined: Sat May 22, 2010 3:05 am

Re: Internet radio not working after update to v1.09

Post by Isaac »

I don't know where I went wrong here, but my internet radio and podcast links only worked for a day after reinstalling VLC. Has not worked since!


I think something is wrong with the [Movies - VLC - FFMPEG] profile. When I right click on the link and select 'test transcoding/default device' nothing happens. If I select a different transcoding profile I at least get a DOS box or two pop up like something is happening.

Windows 7 Home Premium
Media device type Sony Playstation 3 (DLNA, 16:9, 1920x1080) (I am using two PS3 devices)
DLNA 1.5

Here are the details on the [Movies - VLC - FFMPEG] profile:
transcoder: wmsmpeg
resource type: movies
Execute mode: transcoding
language: Pascal script

const
csVlcParams = '-Idummy --language en --demuxdump-file="%s" "%s" :demux=dump';
var
sFileType, sReadPipeName, sWritePipeName, sTranscodingParams: string;
begin
TranscodingResult := False;
if WmsCreateDualPipe(sReadPipeName, sWritePipeName) then begin
if WmsTranscodingExecute('VLC', Format(csVlcParams, [sWritePipeName, InputFileName]), False) then begin
if mpFileType <> '' then
sFileType := '-f ' + mpFileType + ' '
else
sFileType := '';
mpInternetItem := False;
sTranscodingParams := WmsTranscodingProfileParams('Movies (Primary)');
sTranscodingParams := ReplaceStr(sTranscodingParams, '<WMSMPEG> ', sFileType);
sTranscodingParams := ReplaceStr(sTranscodingParams, '<INPUT FILE>', sReadPipeName);
sTranscodingParams := sTranscodingParams + ' "' + OutputFileName + '"';
TranscodingResult := WmsTranscodingExecute('WMSMPEG', sTranscodingParams, True)
end
end
end.
Isaac
Posts: 29
Joined: Sat May 22, 2010 3:05 am

Re: Internet radio not working after update to v1.09

Post by Isaac »

Yesterday I uninstalled WMS and installed a fresh install. I have the same issue with none of my internet radio or podcasts working. Please let me know what information I can provide to assist with the solution.


thanks,
Isaac
Isaac
Posts: 29
Joined: Sat May 22, 2010 3:05 am

Re: Internet radio not working after update to v1.09

Post by Isaac »

I changed the execute mode from 'transcoding' to 'parameters'. Now at least a DOS window pops up like something is happening when I use the 'test transcoding' option.


However, Internet Radio or podcasts still does not work for me.


Eugene-
Are you still with us?


Isaac
Post Reply