LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-01-2017, 11:13 PM   #1
patrick295767
Member
 
Registered: Feb 2006
Distribution: FreeBSD, Linux, Slackware, LFS, Gparted
Posts: 664

Rep: Reputation: 138Reputation: 138
Software mostly dedicated to watch CNN and BBC news?


Hello,

Early in the morning I am used to watch CNN or BBC news. When I am travelling, not always possible.

Would you eventually know a dedicated software so that it may allow to watch CNN and BBC news, for instance fetching the stream url and playing with mplayer?

(in UK, Outside Uk...)
http://www.bbc.co.uk/iplayer/live/bbcnews

Best regards
 
Old 06-02-2017, 02:46 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Best way is always tricky.

Mplayer is a good choice I suspect but I've never used it.

VLC has just about every type of media covered. Pretty sure I read part of the instructions for using it to read from web sources.
 
Old 06-04-2017, 08:54 AM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,140
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
Make your own.

Example:

Code:
#! /usr/bin/env bash

#BBC audio player. Needs one of mplayer, mpv, ffplay etc.

list='
BBC1_Top40 | http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_p
BBC1X_RNB | http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1xtra_mf_p
BBC2_AC | http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio2_mf_p
BBC3_Classical | http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio3_mf_p
BBC4_News| http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4fm_mf_p
BBC4X_Drama| http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4extra_mf_p
BBC4LW_News| http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4lw_mf_p
BBC5_News| http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio5live_mf_p
BBC6_Alt | http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p
BBC_Asia | http://bbcmedia.ic.llnwd.net/stream/bbcmedia_asianet_mf_p
BBC_World | http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk
'

while :; do
    clear
    echo -e "\nSelect a stream to start, Press Q to stop stream. Ctrl C to exit.\n"
    PS3=$'\nSelect a number: '
    select stream in $(echo "$list" | cut -d "|" -f1); do
        url=$(echo "$list" | grep "$stream" | cut -d "|" -f2)
        mplayer $url &> /dev/null
         #mpv $url &> /dev/null
         #ffplay $url -nodisp &> /dev/null
        break
    done
done
 
Old 06-04-2017, 05:04 PM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
If the streams are available online you can watch them in a browser. But no application can show you what isn't there. I don't know specifically about CNN, but BBC News is not available as a continuous stream online unless you have a special program from your cable provider, and it only runs under Windows.

But you could install virtualbox, install Windows, and run the cable-tv app from the virtual machine. That's what I do when there's no way around Windows.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
TV News: CNN International and BBC News live TV for mplayer ? patrick295767 General 1 12-07-2015 03:53 PM
Using get_iplayer to download BBC news videos Steve W Linux - Software 4 04-11-2013 04:50 PM
Can't Play BBC News Videos In Firefox doctor_strange SUSE / openSUSE 2 02-14-2007 08:00 AM
Fedora on BBC News solar1951 Fedora 1 02-01-2007 08:29 AM
Linux news on the BBC salparadise General 8 02-01-2004 01:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration