topic title: (Solved) livestream
Posts: 3
kasydo
Joined: 04 Apr 2017
#1
Hi, I am new with antix and I want to look livestream video(live), and I have the message: (get adobe flash player). Can I do it without flash?
Because I can look video if they are not live on livestream.

First:
It seems that I need to download python, but not able in synaptic.

I have the error:
W: Failed to fetch
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org/debian/pool/main/p/python-m3u8/python-m3u8_0.3.1-1_all.deb"
linktext was:"http://ftp.us.debian.org/debian/pool/ma ... -1_all.deb"
====================================

Could not open file /var/cache/apt/archives/partial/python-m3u8_0.3.1-1_all.deb - open (2: No such file or directory) [IP: 2600:3404:200:237::2 80]

Else what I must to do for livestream.

Thanks
Last edited by kasydo on 09 May 2017, 22:52, edited 1 time in total.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
From here?


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://livestream.com/"
linktext was:"https://livestream.com/"
====================================


I won't sign up and make a account to test there.

Python already comes in AntiX. So no need to install it

Code: Select all

harry@biker:~
$ apt-cache policy python
python:
  Installed: 2.7.9-1
  Candidate: 2.7.9-1
  Version table:
 *** 2.7.9-1 0
        500 http://ftp.gr.debian.org/debian/ jessie/main i386 Packages
        100 /var/lib/dpkg/status
.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#3
There is a sticky on the top of this forum section to show you how to do this.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.google.com/search?q=live+stream+video+site%3Aforums.debian.net%2F&ie=utf-8&oe=utf-8"
linktext was:"Link"
====================================


to help yourself answer your own question.
Else what I must to do for livestream.
Howdy and Welcome. Good luck with it.
Posts: 1,445
skidoo
Joined: 09 Feb 2012
#4
I have the message: (get adobe flash player).
Can I do it without flash? Because I can look video if they are not live on livestream.
reading between-the-lines:
kasydo doesn't have flash player installed; doesn't want to install flash player.
kasydo found a prospective workaround solution involving a python-powered player, but this program depends on python module m3u8
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://pypi.python.org/pypi/m3u8"
linktext was:"https://pypi.python.org/pypi/m3u8"
====================================


Although"m3u8" is available from a debian"stretch" repository
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://packages.debian.org/search?keywords=python-m3u8&searchon=names&suite=testing&section=all"
linktext was:"https://packages.debian.org/search?keyw ... ection=all"
====================================

it is absent from"jessie" stable repository, so wouldn't be available via synaptic unless kasydo knew to, and howto, enable use of testing repo .
The original post contains a link to ftp.us.debian.org...[..].deb
Clicking that link, my browser gets a successful response (the url is valid, file exists on the server)
and prompts to ask where to save the downloaded file.


kasydo, to achieve installation of"m3u8" you can click
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.us.debian.org/debian/pool/main/p/python-m3u8/python-m3u8_0.3.1-1_all.deb"
linktext was:"http://ftp.us.debian.org/debian/pool/ma ... -1_all.deb"
====================================

and after downloading the debfile, open a terminal emulator and issue the command sudo dpkg -i /path/to/the_downloaded_file.deb
Posts: 3
kasydo
Joined: 04 Apr 2017
#5
skidoo you're very good to: reading between-the-lines

When I'll have a minute I'll try what you wrote.
Posts: 3
kasydo
Joined: 04 Apr 2017
#6
I decided now to install flash, and it's working:
Here is what I did:
----------------------------------------------------------------
1. Open
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://get.adobe.com/flashplayer/otherversions/"
linktext was:"http://get.adobe.com/flashplayer/otherversions/"
====================================

2. Choose Linux 32-bit on Step 1
3. Choose Flash Player"Updated version" (tar.gz) on Step 2, download the file
4. Once download is complete, right click on the flie (tar.gz) and click on"Extract here"
5. Launch Terminal (Keyboard Shortcut : Ctrl+Alt+T)
6. Go to that location where you extracted the file
7. Run this command : sudo mv libflashplayer.so \/usr/lib/mozilla/plugins
8. Launch Mozilla Firefox and check do you have Adobe Flash Player

--------------------------------------------------------------------
I got this procedure on Adobe:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://forums.adobe.com/thread/1066869"
linktext was:"https://forums.adobe.com/thread/1066869"
====================================


Thanks VikramGaur