Unfiltered feed from Al Jazeera

If you are running Fedora or Red Hat Enterprise Linux, you can watch the raw feed from Al Jazeera using this script:

======>8=====cut here=============
#!/bin/sh
rtmpdump -v -r rtmp://livestfslivefs.fplive.net/livestfslive-live/ -y “aljazeera_en_veryhigh” -a “aljazeeraflashlive-live” -o -| mplayer –
======>8=====cut here=============
Save the preceding into a file called for example, aljazeera.sh and change the permissions to x (chmod +x aljazeera.sh) and then you can run it as ./aljazeera.sh
Enjoy.

5 comments


  1. Does not work:

    RTMPDump v2.3
    (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
    Connecting …
    WARNING: HandShake: client signature does not match!
    INFO: Connected…
    ERROR: rtmp server sent error
    ERROR: rtmp server requested close

Leave a Reply