Forum Discussion

bucbrock's avatar
bucbrock
Newbie
14 years ago

Youtube Code API on Private Roku Channel

Hello Guys!

I have a private grid channel that is currently calling the the following videos:

<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="1.0">
<body>
<outline title="Live TV" description="Ideas worth spreading" img="http://ted.streamguys.net/TEDTalksvideo_tile_144.jpg" url="http://feeds.feedburner.com/tedtalks_video" />
<outline title="New Episodes" description="powered by CNET.com" img="http://www.cnet.com/i/pod/images/podcastsHD_loaded_300x300.jpg" url="http://loadedhdpodcast.cnettv.com" />
<outline title="test" description="" img="http://www.blogsmithmedia.com/www.engadget.com/media/engadgetshow_logo.png" url="http://domain.com/xml.xml" />
</body>
</opml>


I would like to use the You Tube Code API to pull videos from my play list and insert it into my code above. I'm sure someone was able to do this since the "Woot Channel" is also pulling videos from their You Tube Playlist. http://gdata.youtube.com/demo/index.html


Im not sure which option to pick and what steps to take on the youtube code API.

2 Replies

  • ------ Running ------
    ~~~FETCHING: file:///tmp/plugin/MBAAAAFmM07c/pkg:/config.opml
    ~~~FETCHING: http://feeds.feedburner.com/tedtalks_video
    ~~~FETCHING: http://loadedhdpodcast.cnettv.com
    ~~~FETCHING: http://feeds.feedburner.com/dootv
    ~~~CONTENT
    ---- AA ----
    shortdescriptionline2: Fri, 06 Apr 2012 17:02:17 +0000
    shortdescriptionline1: doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    sdposterurl: http://i.ytimg.com/vi/FbC3LjzoipA/default.jpg
    categories: (list of 5)...
    List(0)= http://gdata.youtube.com/schemas/2007#video
    List(1)= People
    List(2)= webcam
    List(3)= video
    List(4)= doothaitv1
    description:
    streamformat: mp4
    length: 4
    minbandwidth: 250
    synopsis:
    bookmarkposition: 0
    hdposterurl: http://i.ytimg.com/vi/FbC3LjzoipA/default.jpg
    streams: (list of 3)...
    List(0)= (assocarr)...
    bitrate: 0
    contentid: test|doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    url: http://www.youtube.com/v/FbC3LjzoipA?version=3&f=user_uploads&app=youtu
    be_gdata
    List(1)= (assocarr)...
    bitrate: 0
    contentid: test|doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    url: rtsp://v1.cache6.c.youtube.com/CigLENy73wIaHwmQiug8LrewFRMYDSANFEgGUgx1
    c2VyX3VwbG9hZHMM/0/0/0/video.3gp
    List(2)= (assocarr)...
    bitrate: 0
    contentid: test|doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    url: rtsp://v5.cache5.c.youtube.com/CigLENy73wIaHwmQiug8LrewFRMYESARFEgGUgx1
    c2VyX3VwbG9hZHMM/0/0/0/video.3gp
    playstart: 0
    title: doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    guid: tag:youtube.com,2008:video:FbC3LjzoipA
    contenttype: episode
    releasedate: Fri, 06 Apr 2012 17:02:17 +0000
    actors: (list of 0)...
    ------------
    isRequestFailed
    An unexpected problem (but not server timeout or HTTP error) has been detected.
    ---- AA ----
    invalid
    ~~~CONTENT
    ---- AA ----
    shortdescriptionline2: Fri, 06 Apr 2012 17:02:17 +0000
    shortdescriptionline1: doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    sdposterurl: http://i.ytimg.com/vi/FbC3LjzoipA/default.jpg
    categories: (list of 5)...
    List(0)= http://gdata.youtube.com/schemas/2007#video
    List(1)= People
    List(2)= webcam
    List(3)= video
    List(4)= doothaitv1
    description:
    streamformat: mp4
    length: 4
    minbandwidth: 250
    synopsis:
    bookmarkposition: 0
    hdposterurl: http://i.ytimg.com/vi/FbC3LjzoipA/default.jpg
    streams: (list of 3)...
    List(0)= (assocarr)...
    bitrate: 0
    contentid: test|doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    url: http://www.youtube.com/v/FbC3LjzoipA?version=3&f=user_uploads&app=youtu
    be_gdata
    List(1)= (assocarr)...
    bitrate: 0
    contentid: test|doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    url: rtsp://v1.cache6.c.youtube.com/CigLENy73wIaHwmQiug8LrewFRMYDSANFEgGUgx1
    c2VyX3VwbG9hZHMM/0/0/0/video.3gp
    List(2)= (assocarr)...
    bitrate: 0
    contentid: test|doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    url: rtsp://v5.cache5.c.youtube.com/CigLENy73wIaHwmQiug8LrewFRMYESARFEgGUgx1
    c2VyX3VwbG9hZHMM/0/0/0/video.3gp
    playstart: 0
    title: doothaitv1's Webcam Video from April 6, 2012 10:01 AM
    guid: tag:youtube.com,2008:video:FbC3LjzoipA
    contenttype: episode
    releasedate: Fri, 06 Apr 2012 17:02:17 +0000
    actors: (list of 0)...
    ------------
    isRequestFailed
    An unexpected problem (but not server timeout or HTTP error) has been detected.
    ---- AA ----
    invalid
















    I got it to pull but the video does not play :(!
  • I would like to know if you succeeded in pulling those youtube video playlist. Please share. Thank you.