View Single Post
  #3  
Old 03-30-2016, 05:10 PM
Koze Koze is offline
Member
 
Join Date: Sep 2015
Posts: 35
Koze is on a distinguished road
Default

Re: getting streams from website


Ok I am trying do learn but I guess it will be long journey

For the begging I am trying to get stream from this source:
Code:
https://videostar.pl/tv/travel-channel#welife
In chrome I found link with manifest in it:

Code:
http://stream1.videostar.pl:1935/113/smil:basic.ism/manifest-rtmp.f4m?t%5B%5D=0qmpx5IuPtoZfOFS9s9HAFgbzonbI4E6&t%5B%5D=94e792cbf78ea41wU9TAmFVEyvjnoik
When I opened above link in chrome I got:
Code:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>basic.ism</id>
<mimeType>video/mp4</mimeType>
<streamType>live</streamType>
<deliveryType>streaming</deliveryType>
<baseURL>rtmp://stream1.videostar.pl:1935/113/_definst_</baseURL>
<media url="mp4:1132.stream" bitrate="950"/>
<media url="mp4:1133.stream" bitrate="400"/>
</manifest>
Any idea if from above I get permanent stream for VLC?

Can someone can send me link for tutorials where to start?

Thank you so much,

koze
Reply With Quote