Hi,
I'm participating in a selective testing of a new web-based stream service. There is a flash based player that streams different live TV channels.
I looked up the source of the web page and found an xml file containing quite a lot of details. Here is the full xml file:
Code:
<player>−
<media>
<type>live</type>
<mode>full</mode>
<image/>
<server>rtmpte://195.13.216.5/live/</server>−
<language code="lv">
<stream quality="lq">mp4:eurosport_en_lq.stream</stream>
<stream quality="hq">mp4:eurosport_en_hq.stream</stream>
</language>
</media>−
<security>
<resource_id>c-eurosport</resource_id>
<auth_token>a1fp991j6ldr88rc91e2veo2p3</auth_token>
</security>
</player>
The thing is that I want to watch this stream in VLC (not in the browser). I also want to be able to record it. But I cannot figure out the actual url of the stream.
Can someone please help me both VLC and recording wise?
I can provide additional info if necessary.
P.S. The website has users/passwords. And there is a high probability that the stream is geoblocked and even ISPblocked (I'm guessing this).