Hi,
I guess this should be fairly easy so I hope someone will help men.
I'm participating in an experimental live streaming web service testing. There is a flash based player that streams live TV. I looked up the source code and found an xml file with all the necessary data for the stream.
Here is the .xml code:
I guess all the info is there and there should not be a problem to play this live stream in VLC. Could anyone help me with this one? How to play the stream in VLC?
Thanks in advance!
I guess this should be fairly easy so I hope someone will help men.
I'm participating in an experimental live streaming web service testing. There is a flash based player that streams live TV. I looked up the source code and found an xml file with all the necessary data for the stream.
Here is the .xml code:
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:ltv1_lv_lq.stream</stream>
<stream quality="hq">mp4:ltv1_lv_hq.stream</stream>
</language>
</media>
−
<security>
<resource_id>c-ltv1</resource_id>
<auth_token>af3s039ohomtc10j4uqj8ij970</auth_token>
</security>
</player>
I guess all the info is there and there should not be a problem to play this live stream in VLC. Could anyone help me with this one? How to play the stream in VLC?
Thanks in advance!
United States of America