![]() |
How do I install 'hls-player' on N900
http://gitorious.org/hls-player/page...aming+player++
Any help on this.How do I install this?If I run the command it asks me for a password.Do I have to put the files first on the phone and then run the command?I`m new to linux.....any help is appreciated! |
Re: How do I install 'hls-player' on N900
Anyone? this is really important as it will allow the UK folks to stream .m3u8 files from catchup tv....FREE TV FOR EVERYBODY!
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
if its askng for a password u should install rootsh, check in the downloads section, use the link there.
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
i think youre talkng about something else, install it on your phone then try the sudo gainroot command then you'll have what the phone calls 'superuser' priviledges
|
Re: How do I install 'hls-player' on N900
Quote:
My problem is how do I go about installing the setup.py file ( and the hls files in the folder) on my phone? Do I copy the files on the phone somewhere and excecute the sudo python setup.py install command? |
Re: How do I install 'hls-player' on N900
oh yeah well in that case you do have those priviledges. im not too familiar with python. but when installing .deb files i download them onto my device then run the command dpkg -i /ilepath/filename.deb then if anythng goes wrong i run dpkg --configure -a. try googling it mate
|
Re: How do I install 'hls-player' on N900
anything and everything i know about linux/maemo, i learnt from here so your answers sure to pop up. thank god for the maemo community!
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
Any python guys around to shed some light to this.How can we install a .py file? This is the content of the ziped folder: 1) There is a setup.py file 2) There is a HLS folder containing: player.py m3u8.py fetcher.py _init_.py |
Re: How do I install 'hls-player' on N900
You don't need to install it. It is a command line player, just untar it like you have and run:
python player.py <url> |
Re: How do I install 'hls-player' on N900
You don't need to install it. It is a command line player, just untar it like you have and run:
python player.py <url> |
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
I`ve run the command and it says:
file 'player.py', line 26, in <module> from twisted.internet import gtk2reactor import error: no module named twisted.internet hm.... |
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
try to install vlc.
i think it can open m3u8-playlists. :) |
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
Here is a list of the python modules available for fremantle: http://bit.ly/94U7XC You can install a module with the following command (you need to be root): apt-get install <module Name> |
Re: How do I install 'hls-player' on N900
Quote:
I type 'sudo gainroot' and I`m at home/user.There I have the player.py and all the files from the hls player. I type 'python player.py <url>' and I get '/bin/sh: syntax error: newline unexpected' Any help? Thanks (I`m trying to learn some basic linux commands, I`m a noob so bear with me) |
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
I`ve tried it with the quotes, now it says: ImportError: No module named HLS /home/user # hls-player /bin/sh: hls-player: not found Do I have to put any files in /bin/sh ??? I have the required .py files in /home/user Thanks |
Re: How do I install 'hls-player' on N900
This is what the author says about the hls-player.In the author`s tar file, there is no such a thing as 'hls-player'!Only python files (player.py, setup.py, bla bla)....Am I missing something here???The python player.py command doesn`t work because it needs the hls-player in /bin/sh???
http live streaming player A simple HTTP Live Streaming player written in Python, using GStreamer. Installation: sudo python setup.py install Play the sample clip from Apple: hls-player http://devimages.apple.com/iphone/sa...bipbopall.m3u8 or RTVE: hls-player http://iphonelive.rtve.es/stream1.m3u8 -r http://m.rtve.es/live/ And that is the command line help: Usage: hls-player [options] url... Options: --version show program's version number and exit -h, --help show this help message and exit -v, --verbose print some debugging (default: False) -b BITRATE, --bitrate=BITRATE desired bitrate (default: 200000) -k KEEP, --keep=KEEP number of segments ot keep (default: 3, -1: unlimited) -r URL, --referer=URL Sends the "Referer Page" information with URL -D, --no-display display no video (default: False) -s, --save save instead of watch (saves to /tmp/hls-player.ts) -p PATH, --path=PATH download files to PATH -n N, --number=N number of player to start (default: 1) |
Re: How do I install 'hls-player' on N900
any help....i really learned so much the past month...linux is growing on me...ehehe
|
Re: How do I install 'hls-player' on N900
what link/playlist are you trying to open?
|
Re: How do I install 'hls-player' on N900
Quote:
|
Re: How do I install 'hls-player' on N900
Quote:
You can check if the module HLS exists by starting python in the terminal and type import HLS in the interactive console. This is the way to install it: download the source tarball from here: http://gitorious.org/hls-player/hls-...commits/master open terminal and become root and unpack the source tarball go into the directory where setup.py is and the HLS directory Execute the following command: python setup.py install (For this you will need to have python-setuptools installed) This will make the module HLS available in python Now you can test your player again :) Good luck |
Re: How do I install 'hls-player' on N900
Quote:
I think I`m going to stop here....this is beyong my knowledge of linux.One error after the other. I would aprreciate it though if you could at least try it and see if it actually works with an .m3u8 stream from tvcatchup.Somebody could benefit from this.....making a GUI for hls-player? Thanks |
Re: How do I install 'hls-player' on N900
did you try vlc?
|
Re: How do I install 'hls-player' on N900
You are welcome :). Im a big fan of iptv myself. For Germany there is a similar service like tvcatchup called Onlinetvrecorder which i use quite often. I once tried to get access to tvcatchup but never managed it. At that time tvcatchup was closed down because of legal issues i think.
When i try to launch hls-player gstreamer crashes: Code:
hls-player -r http://m.rtve.es/live/ http://iphonelive.rtve.es/stream1.m3u8 If i just dump the stream i can watch it with mplayer: hls-player -D -s -p . -k 100 -r http://m.rtve.es/live/ http://iphonelive.rtve.es/stream1.m3u8 mplayer *.ts I saw small chunks of a brazilian/spanish tv show :) EDIT: If you can post a url of tvcatchup i will try it |
Re: How do I install 'hls-player' on N900
|
Re: How do I install 'hls-player' on N900
one more question....how can I uninstall all of these stuff (python and the hlsplayer) in case I need to?
|
Re: How do I install 'hls-player' on N900
Quote:
Code:
<html><head><title>disconnect flash client</title></head><body><BR>ERROR: null<BR>Disconnected: 0</body></html> |
Re: How do I install 'hls-player' on N900
Quote:
You are right you have to be logged in to play the streams.Its the same error im getting as well. |
Re: How do I install 'hls-player' on N900
Quote:
The first frame displays and freezes. I have to close it myself then type quit to return to the terminal. Code:
/MyDocs $ vlc playlist.m3u8 |
All times are GMT. The time now is 01:12. |
vBulletin® Version 3.8.8