BUG Cookie disapear

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
infologique Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #1
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=a95508750431dc7db3b1a6973ee4f21d13e8e​2d22cf7995055be5b1bbcfd206c\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 Confused

Dany
find quote
infologique Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #2
Boxee 1.5.0 play all these .m3u8 without problem, bad ffmpeg integretion? Any solution?
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,691
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #3
IIRC this are issues which are solved in newer ffmpeg versions - but not sure.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
infologique Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #4
for me, XBMC really need to support protected Apple HLS content, many website now use this to replace old RTMP content... Samsung TVs and Boxee box fully support that since a year XBMC 12.0 Final need to support too. no?
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,691
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #5
No. We update ffmpeg once in a release cycle which needs a couple of month until everything is settled. Frodo 12 is to near to a release to do something like that. Most of those stuff depends on ffmpeg (and not really on XBMC). So you will get what ffmpeg can but we are lacking behind about 8 month most of the time. You have to take that. (and if ffmpeg supports what you want atm it will be in the next release of XBMC 13 and in the nightlies at some point towards this release of course).

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
infologique Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #6
Thanks for replying,
I understand, I cross my fingers for next big release ...
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 12,049
Joined: Jan 2011
Reputation: 133
Location: Arizona, USA
Post: #7
Jmarshal was telling me the other day that each time we release XBMC we do less custom patching to ffmpeg, so that one day it will be easier/faster to update that part of XBMC. I imagine that one day we could even have ffmpeg updates pushed out as simple bug fix releases.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
infologique Offline
Junior Member
Posts: 7
Joined: Jan 2013
Reputation: 0
Post: #8
You can improve that on XBMC 12.1 ? My Samsung TV, my android phone and boxee already play HLS natively (not just basic HLS like M3U8 container) support with encryption and cookies (I think XBMC problem is only with the cookie support issue)

Can you help us?

Dany
find quote