Script request or clues for how to make it
#1
i would like to have a script that opens the content of this urls:

http://www.radio.rai.it/radio1/# this url contains 7 nation italian radios streaming.

clicking on the various radios the links becames the following:
http://www.radio.rai.it/player/player.cfm?q_canale=1
http://www.radio.rai.it/player/player.cfm?q_canale=2
http://www.radio.rai.it/player/player.cfm?q_canale=3
http://www.radio.rai.it/player/player.cfm?q_canale=4
http://www.radio.rai.it/player/player.cfm?q_canale=5
http://www.radio.rai.it/player/player.cfm?q_canale=6
http://www.radio.rai.it/player/player.cfm?q_canale=7

is there a way to make these radios stream on xbmc? the sound format seems to be real audio, but i can't tell for sure... any idea?

thanks, azidahaka
Reply
#2
Big Grin 
see that other forum just above called python support & requests ? that's where you post... requests


bah, moving
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.


Image
Reply
#3
use a .strm file. create this file with notepad (rename .txt to .strm). add one url in it. save it. and play the file with xbmc (music section or file manager).

sollie.
Image
Reply
#4
(pike @ april 24 2006,13:17 Wrote:see that other forum just above called python support & requests ? that's where you post... requests


bah, moving
@pike, sorry, but i was asking there because i wanted to be able to make the script by myself...

anyway it is that easy!? i'll try immediatly!
Reply
#5
Quote:17:08:21 m: 21549056 error: cmplayer::openfile() http://www.radio.rai.it/player/player.cfm?q_canale=1 failed
17:08:24 m: 27693056 warning: curl::curl - url has no protocol config, empty curl created
17:08:25 m: 21520384 error: cmplayer::openfile() http://www.radio.rai.it/player/player.cfm?q_canale=2 failed
17:08:28 m: 27693056 warning: curl::curl - url has no protocol config, empty curl created
17:08:28 m: 21499904 error: cmplayer::openfile() http://www.radio.rai.it/player/player.cfm?q_canale=3 failed

any idea what does this mean?
Reply
#6
mayby something like this will work

Quote:rtsp://live.media.rai.it:554/broadcast/radiouno.rm



Reply
#7
(smuto @ april 24 2006,16:35 Wrote:mayby something like this will work

Quote:rtsp://live.media.rai.it:554/broadcast/radiouno.rm
my thanks! now it works fine Smile

all the 3 radios works great, but they take an awful lot of time to load... otherwise perfect... it seems they cache for a couple of minute before starting...

how could you figure out the real url?

i have problem with some tv streaming channels like this ones:
http://la7.rossoalice.virgilio.it/la7/aa...a7_640.asx
http://www.rainews24.it/ran24/rainews24_diretta.asp
http://broadcast.global-mix.net/?m=itb
http://www.raiclicktv.it/raiclickpc/secu....srv?id=81

if you could help me yet again... Blush

sory for being so annoying, but i'm in love with this software :idea:
Reply
#8
play them with "media player". use "file" from menu to look for file preferences. there you can readout the url.

example:
new
http://www.rainews24.it/ran24/redazione/...news24.asx

old
http://www.rainews24.it/ran24/rainews24_diretta.asp


sollie.



Image
Reply

Logout Mark Read Team Forum Stats Members Help
Script request or clues for how to make it0