I tried some basic tests but I was not able to have a working schema nor to receive any valid video streams

Any help appreciated!
lcapriotti
a.k.a Luigi, Team-XBMC XBMCbuntu Dev Joined: Jan 2008 Reputation: 12 Location: Italy |
Anyone able to find the way to write a plugin for the italian mediaset video site?
I tried some basic tests but I was not able to have a working schema nor to receive any valid video streams ![]() Any help appreciated! Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Temhil
Skilled Python Coder Joined: Apr 2008 Reputation: 1 Location: Canada |
2008-12-03 16:08
Post: #2
Hi,
I looked very quickly to the website you have mentionned, and I think I found information which could be useful for writing your script. Uing http header (add on firefox) I found those XML: - Liste of video : http://www.video.mediaset.it/vedianche/i...ttenimento You can see entries like: Code: <video-summary id="scherziaparte/2007/07/20/108">And one xml for a s[ecific video which includes video links: http://www.video.mediaset.it/video/uomin...2F02%2F651 So if I use the entry above: scherziaparte/2007/07/20/108 and mix it with the video URL, I get the xml URL: http://www.video.mediaset.it/video/scher...8312463129 Code: <video id="scherziaparte/2007/07/20/108" code="25284">Here it is, the video URL is in it! ![]() I think it is a good starting point, I hope it help. ![]() _____________________________ Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only) ![]() |
| find quote |
lcapriotti
a.k.a Luigi, Team-XBMC XBMCbuntu Dev Joined: Jan 2008 Reputation: 12 Location: Italy |
2008-12-03 20:22
Post: #3
maybe I got it wrong, but I can't stream the video with the URL built as instructed.
Did you try to open the video streams (wmv or flv)? for example: Code: http://www.video.mediaset.it/video/scherziaparte/2007/07/Scherzi_GiadaDeblank2.wmvis not is video stream! Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Temhil
Skilled Python Coder Joined: Apr 2008 Reputation: 1 Location: Canada |
2008-12-03 20:31
Post: #4
Yes you're right, I tried and it doesn't work.
You have to dig and look what are the request sent using http header for instance. The issue could be also the use of cookie which return differene thing depending on what is defined in the cookie. Sorry I cannot spent too much time on it right know, I will try to see if I can figure it out. ![]() _____________________________ Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only) ![]() |
| find quote |
Temhil
Skilled Python Coder Joined: Apr 2008 Reputation: 1 Location: Canada |
2008-12-03 20:36
Post: #5
Just olling the answer from the server on:
http://www.video.mediaset.it/video/scher...blank2.wmv Code: http://www.video.mediaset.it/video/scherziaparte/2007/07/Scherzi_GiadaDeblank2.wmvscherziaparte/2007/07/Scherzi_GiadaDeblank2.wmv Perhaps http://www.video.mediaset.it/video/ is not valid for video path ... ![]() _____________________________ Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only) ![]() |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-12-03 23:36
Post: #6
if there is no FLV link use: mms://mediaset.wmod.llnwd.net/a2695/e1/[wmvurl]
ex. mms://mediaset.wmod.llnwd.net/a2695/e1/scherziaparte/2007/07/Scherzi_GiadaDeblank2.wmv if there is a FLV link, it gets kinda weird. the base url is: rtmp://217.169.112.25:80/vod/ but then the actual video url is different than what is listed on the XML page. ex. mediasetestero/2008/12/nipV_14_darlene.flv mediaset_admediasetestero_2008_12_nipV_14_darlene.flv have fun and good luck
Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
Temhil
Skilled Python Coder Joined: Apr 2008 Reputation: 1 Location: Canada |
2008-12-04 06:31
Post: #7
@rwparris2
Well done , I wasn't able to find those damn URLs.May I asked how you find it? It would help me to improved my investigation technique. Nothing came throw the header, how did you get those? ![]() @l.capriotti I think you have the minimum for starting now, good luck!
![]() _____________________________ Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only) ![]() |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-12-04 07:02
Post: #8
firebug for firefox & orbit downloader
Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |
lcapriotti
a.k.a Luigi, Team-XBMC XBMCbuntu Dev Joined: Jan 2008 Reputation: 12 Location: Italy |
2008-12-04 09:56
Post: #9
tks you all, much appreciated!
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2008-12-04 10:04
Post: #10
No problem.
And to be honest, I probably wouldn't have ever looked at this if it weren't for the challenge in the title If you need anymore help, let us know. Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |