IPTV playlists
-
- Posts: 22
- Joined: Sun Jun 06, 2010 8:13 am
Re: IPTV playlists
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?
Re: IPTV playlists
wildone1965 wrote:Any idea what i might be doing wrong?
wildone1965 wrote: I even started WMS as admin in Vista.
-
- Posts: 22
- Joined: Sun Jun 06, 2010 8:13 am
Re: IPTV playlists
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 (121.31 KiB) Viewed 29544 times
Re: IPTV playlists
Settings - Transcoder - Profiles - "Internet television" - Restorewildone1965 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.
Rtsp-streams usually do not work through routers
Re: IPTV playlists
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?
It plays on Windows Media Player but not on VLC 1.1
Is it possible to put it in WMS ? How?
Re: IPTV playlists
For me and WMP does not playisopor 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?
Re: IPTV playlists
I checked and played it now with WMP (my version is a bit old: 10.00.00.4074)Eugene wrote:For me and WMP does not playisopor 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?
I noticed that the real URL might be:
Code: Select all
http://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!
Or maybe:
Code: Select all
mms://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!&MSWMExt=.asf
Can you check again?
Re: IPTV playlists
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 analyseisopor wrote:I checked and played it now with WMP (my version is a bit old: 10.00.00.4074)Eugene wrote:For me and WMP does not playisopor 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?
I noticed that the real URL might be:(This works too)Code: Select all
http://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!
Or maybe:(This doesn't work though).Code: Select all
mms://stream01.viewtv.co.uk/VODPlatformViewTV?Wyygpqb7qclEAEuYlrZb4uwDbnvXHhDxFS1iLtPm6AT24xzVAgiDO03nd0FVQpvG7mRU0YhnSmgd3eio_bkpIA!!&MSWMExt=.asf
Can you check again?
Re: IPTV playlists
New profile: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?
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.
Re: IPTV playlists
Thanks, that works!
(To other users: I also set Language=PAscal Script and Transcoder=WMSMPEG)
(To other users: I also set Language=PAscal Script and Transcoder=WMSMPEG)