LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Watching News France 24 over mplayer (https://www.linuxquestions.org/questions/linux-software-2/watching-news-france-24-over-mplayer-4175474899/)

Xeratul 08-27-2013 12:44 PM

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

aus9 08-28-2013 06:50 PM

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

Xeratul 08-29-2013 01:15 AM

Quote:

Originally Posted by aus9 (Post 5017834)
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

Xeratul 08-30-2013 01:27 AM

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 -

teckk 08-31-2013 10:06 AM

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.

Xeratul 09-12-2013 12:33 PM

would you eventually have the stream url of VIVA.tv music ?

Greetings

Xeratul 10-02-2013 01:47 AM

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 -

Xeratul 10-02-2013 01:51 AM

viva tv is here.. who know how to know the url ?

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

thanks

Xeratul 10-02-2013 02:01 AM

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 -

teckk 10-02-2013 07:47 AM

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.


All times are GMT -5. The time now is 10:39 PM.