View Single Post
  #6  
Old 08-23-2011, 12:18 AM
BBARGOUTI BBARGOUTI is offline
Junior Member
 
Join Date: Apr 2011
Posts: 13
BBARGOUTI is on a distinguished road
Default

Re: trying to get the URL of youtube video (live streaming)


I am still trying to get the URL for this stream...and this is the xml file....
<oembed>
<provider_url>http://www.youtube.com/</provider_url>
<title>ONtv Live stream</title>
<html>
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PUb7qPWnito?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PUb7qPWnito?version=3" type="application/x-shockwave-flash" width="425" height="344" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</html>
<author_name>ONtveg</author_name>
<height>344</height>
<thumbnail_width>480</thumbnail_width>
<width>425</width>
<version>1.0</version>
<author_url>http://www.youtube.com/user/ONtveg</author_url>
<provider_name>YouTube</provider_name>
<thumbnail_url>http://i1.ytimg.com/vi/PUb7qPWnito/hqdefault.jpg</thumbnail_url>
<type>video</type>
<thumbnail_height>360</thumbnail_height>
</oembed>

I am giving up....can anyone help...how to construct a URL that I can use into my own player...

Thanks
Reply With Quote