![]() |
Re: any way for n900 to play .smil file?
Quote:
RTSP is the real time streaming protocol. You can filter the rtsp-links with the following command: Code:
grep rtsp myfile.smil | sed 's/.*\(rtsp:[^"]*\).*/\1/g'Code:
# play with full screen and 2000 kb buffer |
Re: any way for n900 to play .smil file?
Quote:
|
---
that is a test...
|
Re: any way for n900 to play .smil file?
Quote:
You need to use gstreamer (osso-media-server), mplayer doesn't really support rtsp. |
Re: any way for n900 to play .smil file?
its all greek to me...
|
Re: any way for n900 to play .smil file?
Quote:
http://en.wikipedia.org/wiki/Rtsp http://en.wikipedia.org/wiki/Mplayer..._media_formats http://en.wikipedia.org/wiki/Synchro...ation_Language Meanwhile, I tried kmplayer. It filters the RTSP-links from the SMIL file but does not start playing when you click on the links. Therefore you need to start the X Terminal on the N900 and use the command line. Kmplayer is a graphical front-end for mplayer. mplayer is the program for the command line. You can add parameters behind the program name. -fs means full screen. -cache means buffer the movie before playing. rtsp://... is the link to the streaming server and the file name. Check on your PC that an RTSP-Link is working. If it is working then you can check the link on the N900. Code:
mplayer -fs -cache 2000 "rtsp://..."A manual with the different options of mplayer is here: http://tivo-mplayer.sourceforge.net/...layer-man.html |
Re: any way for n900 to play .smil file?
thanks will look at this tomorrow.
|
Re: any way for n900 to play .smil file?
Quote:
Firstly I suspect mplayer doesn't support these rtsp links, secondly it was reported to be working on Ubuntu (which makes me guess that totem plays it) Note that the pasted smil file is probably corrupted, eg contains spaces in the urls. |
| All times are GMT. The time now is 00:03. |
vBulletin® Version 3.8.8