IPTV playlists

Internet TV, Radio, Podcasts
wildone1965
Posts: 22
Joined: Sun Jun 06, 2010 8:13 am

Re: IPTV playlists

Post by wildone1965 »

Thanks for your quick reply, but it still wont create the list. I even started WMS as admin in Vista. Any idea what i might be doing wrong?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: IPTV playlists

Post by Eugene »

wildone1965 wrote:Any idea what i might be doing wrong?
wildone1965 wrote: I even started WMS as admin in Vista.
wildone1965
Posts: 22
Joined: Sun Jun 06, 2010 8:13 am

Re: IPTV playlists

Post by wildone1965 »

I got the IPTV list added now. A lot of programs dont work at all. The ones that work with VLC wont play on my Sony TV though. Maybe the screenshot can help to solve the problem.
Attachments
Pic1.jpg
Pic1.jpg (121.31 KiB) Viewed 20208 times
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: IPTV playlists

Post by Eugene »

wildone1965 wrote:I got the IPTV list added now. A lot of programs dont work at all. The ones that work with VLC wont play on my Sony TV though. Maybe the screenshot can help to solve the problem.
Settings - Transcoder - Profiles - "Internet television" - Restore
Rtsp-streams usually do not work through routers
isopor
Posts: 19
Joined: Tue Jul 13, 2010 11:05 am

Re: IPTV playlists

Post by isopor »

I have this URL for BBC: http://cctv.ws/5/625v31
It plays on Windows Media Player but not on VLC 1.1
Is it possible to put it in WMS ? How?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: IPTV playlists

Post by Eugene »

isopor wrote:I have this URL for BBC: http://cctv.ws/5/625v31
It plays on Windows Media Player but not on VLC 1.1
Is it possible to put it in WMS ? How?
For me and WMP does not play
isopor
Posts: 19
Joined: Tue Jul 13, 2010 11:05 am

Re: IPTV playlists

Post by isopor »

Eugene wrote:
isopor wrote:I have this URL for BBC: http://cctv.ws/5/625v31
It plays on Windows Media Player but not on VLC 1.1
Is it possible to put it in WMS ? How?
For me and WMP does not play
I checked and played it now with WMP (my version is a bit old: 10.00.00.4074)
I noticed that the real URL might be:

Code: Select all

http://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!
(This works too)

Or maybe:

Code: Select all

mms://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!&MSWMExt=.asf
(This doesn't work though).

Can you check again?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: IPTV playlists

Post by Eugene »

isopor wrote:
Eugene wrote:
isopor wrote:I have this URL for BBC: http://cctv.ws/5/625v31
It plays on Windows Media Player but not on VLC 1.1
Is it possible to put it in WMS ? How?
For me and WMP does not play
I checked and played it now with WMP (my version is a bit old: 10.00.00.4074)
I noticed that the real URL might be:

Code: Select all

http://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!
(This works too)

Or maybe:

Code: Select all

mms://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!&MSWMExt=.asf
(This doesn't work though).

Can you check again?
My mistake, I tried to play asx-file from response http://cctv.ws/5/625v31, if add http://cctv.ws/5/625v31, WMP plays video. I think the feature in the request header that sends WMP. If make such requests in WMS (like podcasts), I think will work, but needs analyse
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: IPTV playlists

Post by Eugene »

isopor wrote:I have this URL for BBC: http://cctv.ws/5/625v31
It plays on Windows Media Player but not on VLC 1.1
Is it possible to put it in WMS ? How?
New profile:
Execute mode: Parameters
Language: PascalScript
Transcoder: VLC

Code: Select all

begin
  TranscodingParams := WmsTranscodingProfileParams('Internet-television');
  if WmsRegExMatch('REF HREF="(.*?)"', WmsDownloadURL(mpFilePath), InputFileName) then   
    TranscodingParams := ReplaceStr(TranscodingParams, '<INPUT FILE>', 
                                    ReplaceStr(InputFileName, 'http://', 'mms://'));      
end.
isopor
Posts: 19
Joined: Tue Jul 13, 2010 11:05 am

Re: IPTV playlists

Post by isopor »

Thanks, that works!
(To other users: I also set Language=PAscal Script and Transcoder=WMSMPEG)
Post Reply