rokudev / samples

Collection of sample channels for side-loading on your Roku device
MIT License
454 stars 291 forks source link

VideoList sample videos 404 #13

Closed acinader closed 5 years ago

acinader commented 5 years ago

videolist example fetches the list from: http://www.sdktestinglab.com/Tutorial/content/videocontent.xml

the videos 404 so the sample doesn't work :(

acinader commented 5 years ago

Hi @jduval23, why did you close?

Is the sample not supposed to work? The readme says:

"Often the best way to learn a framework is seeing a working application running. "

The sample doesn't work for me. I started to look into it and I found that I was unable to get the video URLs. I have pasted a curl example of what happens below:

curl -v http://roku.cpl.delvenetworks.com/media/59021fabe3b645968e382ac726cd6c7b/f8de8daf2ba34aeb90edc55b2d380c3f/b228eeaba0f248c48e01e158f99cd96e/rr_123_segment_1_072715.mp4
*   Trying 208.111.135.94...
* TCP_NODELAY set
* Connected to roku.cpl.delvenetworks.com (208.111.135.94) port 80 (#0)
> GET /media/59021fabe3b645968e382ac726cd6c7b/f8de8daf2ba34aeb90edc55b2d380c3f/b228eeaba0f248c48e01e158f99cd96e/rr_123_segment_1_072715.mp4 HTTP/1.1
> Host: roku.cpl.delvenetworks.com
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 25 Jul 2019 17:21:48 GMT
< Content-Type: text/plain; charset=utf-8
< X-Agile-Request-Id: ababa7f00e13f3259f59a668a46bb67b, 7fb63ead67b32a1de3023f8901d01059, 3a0121e36155444c810efcbc3bd96d0c
< Server: CloudStorage
< Content-Length: 0
< Connection: keep-alive
< Access-Control-Allow-Origin: *
<
jduval23 commented 5 years ago

Yep...we're working on changing the feed or the parsing logic. Re-opening.

jduval23 commented 5 years ago

We've updated the videos in the feed used by this example, and verified that the example is working again.

bjimenezned commented 5 years ago

video URLs of that list do not work

jduval23 commented 5 years ago

Hi,

I just re-tested the sample, and all five videos in the videolistscene.xml.file work:

raykanani commented 3 years ago

I might be missing something. The video list example doesn't appear to include the file for the list of videos.

When I side load the example, I get the TV template and purple background but not content.

jduval23 commented 3 years ago

Hi @raykanani,

Can you try again now?

We just added SetCertificatesFile() function so roUrlTransfer() function can handle an HTTPS content feed.

Thanks,

JD