View Full Version : Movies
robbekema
2007-04-20, 16:09
Sorry for my English and I'm not sure to ask this question here but I have a question about a script that plays short movieclips from a website. I found a (script) way to look at the short movies of loltv. Is there any way that the movies just play after each other instead of running the script over and over? I want the movies playing all day long on a big screen at a convention.
Thnx.
gzusrawx
2007-04-20, 17:00
you could make a playlist of video clip urls
robbekema
2007-04-20, 17:38
you could make a playlist of video clip urls
That is not what I want. The website broadcasts the short movies, but when I run my script, the script shows one short movie of perhaps 10 sec. then the script goes off. I have to run the script again to see the next movie. All I want is that the script shows the next movie and not go off. I hope I am clear? Thnx.
timdog82001
2007-04-20, 20:00
That is not what I want. The website broadcasts the short movies, but when I run my script, the script shows one short movie of perhaps 10 sec. then the script goes off. I have to run the script again to see the next movie. All I want is that the script shows the next movie and not go off. I hope I am clear? Thnx.
This is a needed feature for mplayer. There are a lot of streams out there that have little intro vids that advertise the particular channel you're watching or something before going into the live feed, and it always just quits after the initial intro vid. It would be nice to find a fix for this
well if somebody give me a sample url......
timdog82001
2007-04-21, 00:26
here are a couple of quick examples i found on winamp
http://193.37.152.123:10063;stream.nsv
http://69.9.180.10:8000;stream.nsv
These ones here seem to get choked up as soon as it tries to switch over and then eventually give up. I've tried other channels though where they just immediately quit as soon as the first video ends, but I don't remember which they were.
Also, this is probably dreaming, but is there any chance of adding the ability for xbmc to tell when a stream has reached its full capacity and you're denied for this reason, not just because the stream doesn't exist? I don't know if this is possible to do in a universal way, but if not, just doing it for shoutcast streams would be awesome. There are tons of streams on there, and it would be nice if a good way of telling how full the room is was added. Here's an example of a stream that's generally full...
http://62.41.27.238:8040/;stream.nsv
robbekema
2007-04-21, 10:49
I have this stream in my script: "mms://live30.impek.tv/loltv".
I want this stream to continue with his movies, but the script ends when a movie ends. So I have to run the script again to watch a new movie.