"Real" problem

John
12/18/2006 12:59 pm
There is a website www.dishant.com containing audio songs in Real streaming audio. What happens is when one clicks a song to play one gets a

URL: http://real.dishant.com/jukebox/playselected2643.ram

This *.ram when opened in a notepad gives a rtsp link

URL: rtsp://real2.dishant.com/jukebox/8580/57152.rm?title="Har Manzar (remix)"&author="Baabul"&copyright="©2006 http://www.dishant.com/"

I would want to download all rtsp links in that website and nothing else. Could u plz guide me on the exact configuration that i should make in the project properties.
thanks

John
Oleg Chernavin
12/18/2006 01:07 pm
If you are using Offline Explorer Pro 4.x version, this should load with no problem. Just supply the link with Level=1 and load it.

Best regards,
Oleg Chernavin
MP Staff
John
12/18/2006 02:03 pm
Thanks for this incedibly fast reply.
But I think you did not get me or I did not get you.
I meant I want to download all rtsp links, in other words all links beginning with

rtsp://real2.dishant.com/jukebox/

If I give this
rtsp://real2.dishant.com/jukebox/
in project then I get status 404 error.
Oleg Chernavin
12/18/2006 02:50 pm
RTSP servers are not real Web sites, they do not provide links to all streams on them. So, it is impossible to supply a general URL and get the other links.

Oleg.
John
12/18/2006 02:51 pm
to be more clear :

I want the list of all rtsp links available on that site
John
12/18/2006 02:54 pm
sorry , i had not refreshed my page before i sent u my last question.
Anyway is there a solution?
alternatively is there someway I could downoad all the *.ram
Oleg Chernavin
12/18/2006 02:56 pm
Only if some Web site contains these ram files. So far, I am unaware of another solution.

Oleg.
John
12/18/2006 03:01 pm
i tried this :
http://real.dishant.com/jukebox/playselected2643.ram

level limit 10

i got these links from my status window (it doesn't matter to me if the pages are not downloaded .--i just need such kind of links):
rtsp://real2.dishant.com:554/jukebox/
rtsp://real2.dishant.com:554/jukebox/6625/
rtsp://real2.dishant.com:554/jukebox/6625/40166.rm?title=%22Baahon%20Mein%20Teri%22&author=%22Kaala%20Patthar%20(1979)%22&copyright=%22©2006%20http://www.dishant.com/
rtsp://real2.dishant.com:554/jukebox/6625/40167.rm?title=%22Dhoom%20Mache%20Dhoom%22&author=%22Kaala%20Patthar%20(1979)%22&copyright=%22©2006%20http://www.dishant.com/
rtsp://real2.dishant.com:554/jukebox/6625/40168.rm?title=%22Ek%20Raasta%20Hai%20Zindagi%22&author=%22Kaala%20Patthar%20(1979)%22&copyright=%22©2006%20http://www.dishant.com/
rtsp://real2.dishant.com:554/jukebox/6625/40169.rm?title=%22Jaggaya%20Jaggaya%22&author=%22Kaala%20Patthar%20(1979)%22&copyright=%22©2006%20http://www.dishant.com/
rtsp://real2.dishant.com:554/jukebox/6625/40170.rm?title=%22Meri%20Dooron%20Se%20Aayee%20Baraat%22&author=%22Kaala%20Patthar%20(1979)%22&copyright=%22©2006%20http://www.dishant.com/


Could u generalise these to get all links and not just beginning with /6625 ?

Oleg Chernavin
12/18/2006 03:06 pm
Just an idea, what about trying to load all links, like:

rtsp://real2.dishant.com:554/jukebox/6625/40170.rm

You could use URL macro:
rtsp://real2.dishant.com:554/jukebox/6625/40{:100..999}.rm

Oleg.
John
12/18/2006 03:11 pm



by doing these at the most i will get all links begining with /6625/(100:999)
but what about links not beginning with /6625
can a macro be set like
rtsp://real2.dishant.com:554/jukebox/6625{100..999)/40{:100..999}.rm (if yes, plz correct the syntax, i have never used macros in my life)
Oleg Chernavin
12/19/2006 03:12 am
rtsp://real2.dishant.com:554/jukebox/6{:100..999)/40{:100..999}.rm

But this will start loading too many links - it may take months.

Oleg.