Can anybody help me.
I am trying to stream Tou.Tv HSL using their API
Here is the API doc:
http://code.google.com/p/tou-tv-for-boxee/wiki/Api First, I call
http://api.tou.tv/v1/toutvapiservice.sv ... Repertoire to get the list of available TV Shows.
After choosing a show (I choose Decouverte Id=1361345422), I get the Show details
http://api.tou.tv/v1/toutvapiservice.sv ... 1361345422 Using the detail result, I take the show PID (in my example I am using Z5Dnri8bTt4u_FNkYcoWECqD7vYeddci) and get the HLS streaming Url
http://api.radio-canada.ca/validationMe ... utput=json The result is json script with a url for the HLS streaming.
In my example, I got the following url, but if you try it, it will be already expired.
http://cp111857-f.akamaihd.net/i/004/mp ... 4c2429a26d The resulting m3u8 file is:
Master.m3u8
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=250000, RESOLUTION=480x270
index_0_av.m3u8?e=b471643725c47acd
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=391000, RESOLUTION=480x270
index_1_av.m3u8?e=b471643725c47acd
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=491000, RESOLUTION=640x360
index_2_av.m3u8?e=b471643725c47acd
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=855000, RESOLUTION=640x360
index_3_av.m3u8?e=b471643725c47acd
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=1255000, RESOLUTION=852x480
index_4_av.m3u8?e=b471643725c47acd
#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=62000, CODECS="mp4a.40.5"
index_0_a.m3u8?e=b471643725c47acd
When I try to stream the HLS url with my Roku, I receive an http error 403.
Can you help me find the problem ?