View Single Post
  #5  
Old 04-05-2016, 12:35 PM
Koze Koze is offline
Member
 
Join Date: Sep 2015
Posts: 35
Koze is on a distinguished road
Default

Re: getting streams from website


i am using urlhelper to get url from this website:
Code:
www.videostar.pl
I am able to get streams using browser and urlhelper is showing me following url's:

Code:
rtmp://stream4.videostar.pl:1935/48/_definst_<playpath>mp4:483.stream <swfUrl>https://videostar.pl/assets/js/flowplayer//flowplayer.commercial-3.2.11.swf <pageUrl>https://videostar.pl/tv
Code:
rtmp://stream1.videostar.pl:1935/57/_definst_<playpath>mp4:573.stream <swfUrl>https://videostar.pl/assets/js/flowplayer//flowplayer.commercial-3.2.11.swf <pageUrl>https://videostar.pl/tv
Code:
rtmp://stream5.videostar.pl:1935/5/_definst_<playpath>mp4:53.stream <swfUrl>https://videostar.pl/assets/js/flowplayer//flowplayer.commercial-3.2.11.swf <pageUrl>https://videostar.pl/tv
How I can get full working stream link so i could use it in VLC?
I guess I need to use other program to achieve this?
And possible I need php script?

Thank you so much in advance for your help.

Koze
Reply With Quote