2013-01-08, 07:12
Hi,
I'm currently working to repair a video addon for XBMC (tou.tv) the website pass from RTMP protocol to HLS (.m3u8). XBMC Frodo suppose to play that protocol, but in fact, not really...
In my code, I call http://api.radio-canada.ca/validationMed...DbvyUyDWfp
and receive that url : http://cp143903-f.akamaihd.net/i/003/mp4...50e676cd1a
I call the serveur with : http://cp143903-f.akamaihd.net/i/003/mp4...-agent/1.1
First call in wireshark is very pretty and a cookie was sent : Cookie: hdntl=exp=1357279065~acl=%2fi%2f003%2fmp4%2fi%2f2012-12-31_22_00_00_infoman_0324_*~data=hdntl~hmac=a95508750431dc7db3b1a6973ee4f21d13e8e2d22cf7995055be5b1bbcfd206c\r\n
second call ...
http://cp143903-f.akamaihd.net/i/003/mp4...87Lw%3d%3d
and fail like that : HTTP/1.0 403 Forbidden (text/html)
At this time, my user-agent is : User-Agent: Lavf53.32.100\r\n
and no more cookie....
Cookie is very important to play encoded m3u8 files ... anyone can help me please
Dany
I'm currently working to repair a video addon for XBMC (tou.tv) the website pass from RTMP protocol to HLS (.m3u8). XBMC Frodo suppose to play that protocol, but in fact, not really...
In my code, I call http://api.radio-canada.ca/validationMed...DbvyUyDWfp
and receive that url : http://cp143903-f.akamaihd.net/i/003/mp4...50e676cd1a
I call the serveur with : http://cp143903-f.akamaihd.net/i/003/mp4...-agent/1.1
First call in wireshark is very pretty and a cookie was sent : Cookie: hdntl=exp=1357279065~acl=%2fi%2f003%2fmp4%2fi%2f2012-12-31_22_00_00_infoman_0324_*~data=hdntl~hmac=a95508750431dc7db3b1a6973ee4f21d13e8e2d22cf7995055be5b1bbcfd206c\r\n
second call ...
http://cp143903-f.akamaihd.net/i/003/mp4...87Lw%3d%3d
and fail like that : HTTP/1.0 403 Forbidden (text/html)
At this time, my user-agent is : User-Agent: Lavf53.32.100\r\n
and no more cookie....
Cookie is very important to play encoded m3u8 files ... anyone can help me please
Dany