LinuxQuestions.org
Visit Jeremy's Blog.
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 08-27-2013, 12:44 PM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Rep: Reputation: 255Reputation: 255Reputation: 255
Watching News France 24 over mplayer


Hello,

I would like to know how to watch france24 news english over mplayer, I read that this might eventually work, but not

Code:
rtmpdump -v -r rtmp://stream2.france24.yacast.net/france24_live/en -a france24_live/en -W http://www.france24.com/en/sites/all/modules/maison/aef_player/flash/player.swf -p http://www.france24.com/en/aef_player_popup/france24_player -y f24_liveen | mplayer -
Maybe you would have BBC or CNN in english?

Regards
 
Old 08-28-2013, 06:50 PM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Hi

are you referring to this howto?
http://whatnotlinux.blogspot.com.au/...-rtmpdump.html

or this one, appears to offer a mini howto
http://www.reddit.com/r/linux/comments/fbk1l/

and both might answer your Other EN question

I only use vlc for media playing but used google chrome to watch france24 to see how good it might be.

2) I know you are debian user but don't forget to install the software and configure your bashrc

good luck
 
Old 08-29-2013, 01:15 AM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by aus9 View Post
Hi

are you referring to this howto?
http://whatnotlinux.blogspot.com.au/...-rtmpdump.html

or this one, appears to offer a mini howto
http://www.reddit.com/r/linux/comments/fbk1l/

and both might answer your Other EN question

I only use vlc for media playing but used google chrome to watch france24 to see how good it might be.

2) I know you are debian user but don't forget to install the software and configure your bashrc

good luck
wow. this webpage is so fantastic
thank you very much
 
Old 08-30-2013, 01:27 AM   #4
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Lightbulb

Hi,

I have a problem with the fullscreen with mplayer, would you know if it is possibel with -fs and -zoom ?

it it a bug?
thanks

CNN International
Code:
xterm -e rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge/cnni_live -W http://msnbclive.eu/getswf.php?name=player.swf -p http://blog.livenewschat.tv/international-room-chat | mplayer -fs -zoom -

Last edited by Xeratul; 08-30-2013 at 01:30 AM.
 
Old 08-31-2013, 10:06 AM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
I was able to watch it with
Code:
rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge/cnni_live -W http://msnbclive.eu/getswf.php?name=player.swf -p http://blog.livenewschat.tv/international-room-chat -o file
And then
Code:
mplayer file
You'll have a copy of the broadcast for later. Or you could do
Code:
rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge/cnni_live -W http://msnbclive.eu/getswf.php?name=player.swf -p http://blog.livenewschat.tv/international-room-chat -o file & sleep 10 && mplayer file
Or any other way you want to buffer a little and then play it. You'll need to kill rtmpdump when you are done. As far as full screen, press the f key when mplayer starts. Or do it how you want. This should be enogh info to get you going.
 
Old 09-12-2013, 12:33 PM   #6
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
would you eventually have the stream url of VIVA.tv music ?

Greetings
 
Old 10-02-2013, 01:47 AM   #7
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Hi would you know... the stream for bbc is no longer working rgds
Code:
rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge -y bbcworld_vh -W http://www.rentadrone.tv/player.swf -p http://www.rentadrone.tv/msnbc-live-rockinroosters/ " | mplayer -
 
Old 10-02-2013, 01:51 AM   #8
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
viva tv is here.. who know how to know the url ?

http://www.tvcatchup.com/watch.html?c=37

thanks
 
Old 10-02-2013, 02:01 AM   #9
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
here
http://www.youtube.com/watch?v=8PuUnQCS7DQ


here online channels
http://www.tvweb360.tv/


you may try this...what's up with that rtmp link below?
Code:
 rtmp -r -v "rtmp://aljazeeraflashlivefs.fplive.net/aljazeeraflashlive-live/" -a "aljazeera_eng_high" -W "http://www.watcharab.com/tv/swf/al_jazeera_english.swf"  | mplayer -

Last edited by Xeratul; 10-02-2013 at 02:30 AM.
 
Old 10-02-2013, 07:47 AM   #10
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,138
Blog Entries: 6

Rep: Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827Reputation: 1827
A simple TV tuner script to watch TV networks online with mplayer. I've already included some examples. Remove what you want, put your own in.
If you don't want to use X then you'll need to use mplayer with framebuffer.
Code:
#! /usr/bin/env bash

# A script to watch TV networks online with mplayer.
# Requires mplayer, rtmpdump, and a broadband internet connection. 
# If you wish to use a different media player, modify the script.
# Works in X or framebuffer.

# Set mplayer to use X or framebuffer here.
# mp="mplayer -vo fbdev2 -vf scale=640:360"
mp="mplayer"

clear
# Add network ID here.
OPTIONS="Quit Bloomberg_News CNN CNN_Int CNBC NHK CSPAN1 CSPAN2 CSPAN3 ESPN
France24 DW MSNBC RT SKY Aljazeera BBC_D_Pol BBC_N_Night Cartoon_Classics
ABCKids1 ABCKids3"
echo "Select a station, Press q to stop stream, Ctrl+C if in framebuffer."
select opt in $OPTIONS; do

# Add streams here.
case $opt in
	Quit)
	clear	
	exit;;

	Bloomberg_News)
	rtmpdump -v -r rtmp://cp116697.live.edgefcs.net:80/live/BnazlkNDpCIcD-QkfyZCQKlRiiFnVa5I_640_360_440@18679  \
	-W http://player.ooyala.com/cacheable/c78f866930724ffedfe8cf5349712569/player_v2.swf \
	-p http://tvpc.com -o - | $mp -;;

	CNN)
	rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge/cnn_live \
	-W http://msnbclive.eu/player.swf \
	-p http://blog.livenewschat.tv/situation-chatroom -o - | $mp -;;

	CNN_Int)
	rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge/cnni_live \
	-W http://msnbclive.eu/getswf.php?name=player.swf \
	-p http://blog.livenewschat.tv/international-room-chat -o - | $mp -;;

	CNBC)
	rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge/ \
	-y cnbc_live \
	-W http://msnbclive.eu/player.swf \
	-p http://blog.livenewschat.tv/stock-traders-chat/ -o - | $mp -;;	

	NHK)
	rtmpdump -v -r rtmp://ams-3.srv.fivecool.net/nhkw/gwm \
	-W http://www3.nhk.or.jp/nhkworld/r/movie/streamhub_player20110926.swf \
	-p  http://www3.nhk.or.jp/nhkworld/r/movie -o - | $mp -;;

	CSPAN1)
	rtmpdump -v -r rtmp://cp82346.live.edgefcs.net:1935/live 
	-y CSPAN1@14845 \
	-W http://www.c-span.org/cspanVideoHD.swf \
	-p http://www.c-span.org/Live-Video/C-SPAN/ -o - | $mp -;;

	CSPAN2)
	rtmpdump -v -r rtmp://cp82347.live.edgefcs.net:1935/live \
	-y CSPAN2@14846 \
	-W http://www.c-span.org/cspanVideoHD.swf \
	-p http://www.c-span.org/Live-Video/C-SPAN2/ -o - | $mp -;;

	CSPAN3)
	rtmpdump -v -r rtmp://cp82348.live.edgefcs.net:1935/live \
	-y CSPAN3@14847 \
	-W http://www.c-span.org/cspanVideoHD.swf \
	-p http://www.c-span.org/Live-Video/C-SPAN3/ -o - | $mp -;;

	ESPN)
	$mp mms://a3.v20473a.c20473.g.vc.akamaistream.net/7/3/20473/v0001/espn.download.akamai.com/20473/t_assets/20070217/4657511c3b57e3dc733def3701a3d94f38e6f132.wmv;;

	France24)
	rtmpdump -v -r rtmp://stream2.france24.yacast.net/france24_live/en \
	-a france24_live/en \
	-W http://www.france24.com/en/sites/all/mo ⦠player.swf \
	-p http://www.france24.com/en/aef_player_p ⦠e24_player \
	-y f24_liveen -o - | $mp -;;

	DW)
	$mp -playlist http://www.metafilegenerator.de/DWelle/tv-asia/wmv/tv_mb_m.asx;;
	
	MSNBC)
	rtmpdump -v -r rtmp://a.cdn.msnbclive.eu/edge \
	-y msnbc_live \
	-W http://msnbclive.eu/getswf.php?name=player.swf \
	-p http://www.rentadrone.tv/msnbc-live-rockinroosters/ -o - | $mp -;;

	RT)
	rtmpdump -v -r rtmp://fms5.visionip.tv/live \
	-a live \
	-W http://rt.com/s/swf/player5.4.viral.swf \
	-p http://rt.com/on-air/ \
	-y RT_2 -o - | $mp -;;

	SKY)
	$mp mms://live1.wm.skynews.servecast.net/skynews_wmlz_live300k;;

	Aljazeera)
	rtmpdump -v -r rtmp://aljazeeraflashlivefs.fplive.net/aljazeeraflashlive-live/aljazeera_eng_med -o - | $mp -;;

	BBC_D_Pol)
	$mp mms://rmv8.bbc.net.uk/news/olmedia/n5ctrl/tvseq/od/bbc2/bb/wm/video/daily_pol_bb.wmv;;
	
	BBC_N_Night)
	$mp mms://rmv8.bbc.net.uk/news/olmedia/n5ctrl/tvseq/od/bbc2/bb/wm/video/newsnight_bb.wmv;;

	Cartoon_Classics)
	$mp http://72.13.93.186/cartoonclassics;;

	ABCKids1)
	$mp mms://media4.abc.net.au/broadbandkids/20070521_1500/story1hi.wmv;;

	ABCKids3)
	$mp mms://media4.abc.net.au/broadbandkids/20070521_1500/story6hi.wmv;;	
	
esac
clear
echo "Press Enter to return to List, or 1 to quit."
done
These all work at the time of posting, in th US. If your in Europe or Asia you may need a different stream.
This is not a post on rtmpdump usage, or how to find stream info. There are plenty of forums
on the internet which cover that. Find your own network streams and put them in.
 
  


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
LXer: Watching News In Ubuntu Linux LXer Syndicated Linux News 0 06-26-2008 04:12 AM
mplayer watching video gastonv Linux - Software 0 05-08-2007 06:42 AM
CNet News.com - Watching their videos? lrt2003 Linux - General 3 05-31-2004 11:16 AM
Problem watching dvd in mplayer vijayaramanl Linux - Newbie 5 11-06-2003 12:18 PM
mplayer and watching tv trpn Linux - Software 3 03-22-2003 11:53 AM

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

All times are GMT -5. The time now is 03:15 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