Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
trying to get the URL of youtube video (live streaming)I have been trying to get the URL for this link and I used WM recordings but the URL does not work when I tried on my own player...I would like for someone to guide me on this...this has been challenging to me ...all suggestions is appreciated. Here is the link for the live streaming...
hxxp://www.youtube.com/watch?v=PUb7qPWnito&feature=player_embedded |
#2
|
|||
|
|||
Re: trying to get the URL of youtube video (live streaming)Quote:
|
#3
|
|||
|
|||
Re: trying to get the URL of youtube video (live streaming)Simple HTTP stream... There shouldn't be any problems finding its URL.
If you want to use this stream on your site, just embed the Youtube player. |
#4
|
|||
|
|||
Re: trying to get the URL of youtube video (live streaming)Yes, I can embed the youtube video into my website...but I would like to get the URL to work in XBMC player...thanks....
|
#5
|
|||
|
|||
Re: trying to get the URL of youtube video (live streaming)Quote:
|
#6
|
|||
|
|||
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 |
#7
|
|||
|
|||
Re: trying to get the URL of youtube video (live streaming)Code:
http://v23.lscache4.c.youtube.com/liveplay?sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Cns%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0hQSVFLVl9FSkNOMF9JRVpB&algorithm=throttle-factor&itag=34&ipbits=0&burst=40&sver=3&signature=9382113C2C591584F96D5C7ED03DE31890C34607.40CB09DF9483F2DC76C00DFBF551EF7C8109561A&expire=1314108000&key=yt1&ip=0.0.0.0&factor=1.25&ns=yt-live&id=PUb7qPWnito |
#8
|
|||
|
|||
Re: trying to get the URL of youtube video (live streaming)Thanks for the help...but I could not play this code:
Code:
http://v23.lscache4.c.youtube.com/liveplay?sparams=id,expire,ip,ipbits,itag,ns,algorithm,burst,factor,oc:U0hQSVFLVl9FSkNOMF9JRVpB&algorithm=throttle-factor&itag=34&ipbits=0&burst=40&sver=3&signature=9382113C2C591584F96D5C7ED03DE31890C34607.40CB09DF9483F2DC76C00DFBF551EF7C8109561A&expire=1314108000&key=yt1&ip=0.0.0.0&factor=1.25&ns=yt-live&id=PUb7qPWnito |
Thread Tools | |
Display Modes | |
|
|