LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   View Streamed TV (https://www.linuxquestions.org/questions/linux-general-1/view-streamed-tv-696264/)

trumbun 01-10-2009 04:06 AM

View Streamed TV
 
Hi,
I am doing some research that would allow me to create a media centre PC that would get Streamed Channels from (I dont know were to get them help is needed (MYP2P is one but can't get it to work properley)) and show it on my Television. the I have an 8Mb/s ADSL Connection. No HD Quality need for now.

Any help?
Don't wish for other packages with payment from cable companies etc.

{BBI}Nexus{BBI} 01-11-2009 02:40 PM

Zattoo streams channels, it's also free. Depending on your location you may or maynot get all available streams. I don't know how you would get it to stream to your tv and they have a player of their own.

frenchn00b 01-11-2009 02:56 PM

jailed : http://ubuntuforums.org/showthread.php?p=6409873

trumbun 01-12-2009 03:56 AM

I am from Malta so Zattoo is no good for me.

frenchn00b. can't access that link.

ErV 01-12-2009 05:12 AM

Quote:

Originally Posted by trumbun (Post 3403345)
Any help?

http://www.beelinetv.com/
Also search for "free internet tv" or "free streaming tv" with google. There are many sites that give links to streams, it all depends on what quality do you need.

frenchn00b 01-16-2009 06:40 PM

Quote:

Originally Posted by trumbun (Post 3405436)
I am from Malta so Zattoo is no good for me.

frenchn00b. can't access that link.

Quote:

#/bin/sh --
#set -vxe


while [ 1 ] ; do

echo " Country: pl, be, fr, au, at , uk "
echo "The country ?"
read ACT

#ACT="$1"



if [ "$ACT" == "pl" ] ; then
ACT="http://wwitv.com/television/168.htm"
fi

if [ "$ACT" == "be" ] ; then
ACT="http://wwitv.com/television/21.htm"
fi

if [ "$ACT" == "fr" ] ; then
ACT="http://wwitv.com/television/73.htm"
fi

if [ "$ACT" == "de" ] ; then
ACT="http://wwitv.com/television/81.htm"
fi


if [ "$ACT" == "au" ] ; then
ACT="http://wwitv.com/television/13.htm"
fi

if [ "$ACT" == "at" ] ; then
ACT="http://wwitv.com/television/14.htm"
fi

if [ "$ACT" == "uk" ] ; then
ACT="http://wwitv.com/television/217.htm"
fi


if [ "$ACT" == "--help" ] ; then
echo "Help:"
echo "--help for help"
echo "--debug for running with debug"
echo "Use:"
echo "script URL"
exit -1
fi


for req in links zenity vlc mplayer ; do which $req >/dev/null 2>&1 || exit 1; done
TEMPDIR="${HOME}/tmp"
[ -d "${TEMPDIR}" ] || { mkdir "${TEMPDIR}" || exit 1; }
TEMPF="${TEMPDIR}/.wwitvsh.$$.tmp"
__haveTemp() { [ -e "${TEMPF}" ] || exit 1; }
__rmTemp() { rm -f "${TEMPF}.list"; rm -f "${TEMPF}"; }
__displayErr() { zenity --title="FCOL" --error --text "You failed miserably."; exit 1; }
__reqPage() { if [ "$ACT" == "" ] || [ "$ACT" == "--debug" ] ; then

ADDR=`zenity --title="Stage One: URI" --entry --text "Give me the full address of the webpage:" \
--entry-text "http://www.si.te/dir/page.html" 2>/dev/null`

fi

if [ "$ACT" != "" ] ; then
[ "$ACT" != "--debug" ] && ADDR="$ACT"
fi

echo "The address retrieving: ${ADDR}"
[ -n "${ADDR}" ] || __displayErr; [ "${ADDR}" = "http://www.si.te/dir/page.html" ] && __displayErr
[ "${ADDR:0:4}" = "http" ] || __displayErr; [ "${ADDR:4:3}" = "://" ] || __displayErr;
[ "${ADDR:0:28}" = "http://wwitv.com/television/" ] || __displayErr; }
__dumpPage() { which links >/dev/null 2>&1 || exit 1; elinks -dump "${ADDR}" 2>/dev/null|\
tr -s ' ' > "${TEMPF}" || exit 1; }
__parsePage() { __haveTemp; row=0; grep "\[[0-9]\{1,3\}\]" "${TEMPF}"|cut -d "[" -f 2|tr "]" " "\
|while read seq title; do hrefseq=$[${seq}+1]; href=`grep "^[[:blank:]]${hrefseq}\.[[:blank:]]javascript.l" \
"${TEMPF}"|egrep "\.(ram|asx)"|awk -F"'" '{print $4}'`; [ -z $href ] || { ((row++)); \
echo "${row};${href};\"${title}\""; }; done > "${TEMPF}".list; }
__displayGo() { __haveTemp; RES=($(awk -F';' '{print $1, $NF}' "${TEMPF}.list"|zenity --title="Channel list" \
--width=600 --height=800 --list --text "Channel list" --radiolist --column "Nr" --column "Channel" --separator=" "))
RES=`grep -m1 "^${RES[0]};" "${TEMPF}.list"|awk -F';' '{print $2}'`; [ -z $RES ] || {
if "$ACT" = "--debug" ; then
zenity --title="Access channel?" \
--question --text "Access channel: \""${RES}"\"?";
fi
echo " the links is : ${RES%} ${RES} "
echo ${RES} | grep http
if [ "${RES%.ram}" = "${RES%}" ] ; then
vlc -f ${RES}
else
mplayer \
${RES};
fi
}; }; __rmTemp; __reqPage; __dumpPage; __parsePage; __displayGo; __rmTemp;
# exit 0


done
you can add more countries ... if you want liek malta
it is easy but please share us the last version :) !!

frenchn00b 01-16-2009 06:41 PM

here is a new script:
Code:

#!/bin/sh
#  - maandag
#  - dinsdag
#  - woensdag
#  - donderdag
#  - vrijdag
#  - zondag
# vrijdag" 

date
if  [ "$(date +%A)"  ==  "Friday"  ] ; then
        DATEINFO="donderdag"
fi
if  [ "$(date +%A)"  ==  "Saturday"  ] ; then
        DATEINFO="vrijdag"
fi
if  [ "$(date +%A)"  ==  "Sunday"  ] ; then
        DATEINFO="samstag"
fi
if  [ "$(date +%A)"  ==  "Monday"  ] ; then
        DATEINFO="zontag"
fi
if  [ "$(date +%A)"  ==  "Tuesday"  ] ; then
        DATEINFO="maandag"
fi
if  [ "$(date +%A)"  ==  "Wednesday"  ] ; then
        DATEINFO="dinsdag"
fi
if  [ "$(date +%A)"  ==  "Thursday"  ] ; then
        DATEINFO="woensdag"
fi


echo " Today is $DATEINFO "
echo "http://www.avs.be/documenten/video/${DATEINFO}.asx"
LINKURL=` wget -k -O -  http://www.avs.be/documenten/video/${DATEINFO}.asx `
LINK2=` echo $LINKURL | grep -o 'mms:[^"]*'`
echo "$LINKURL"
echo "Playing: $LINK2"
mplayer -fs  -zoom  "$LINK2"


trumbun 01-17-2009 01:59 AM

what is that script for? and what to do with it?

frenchn00b 02-10-2011 01:05 PM

Quote:

Originally Posted by trumbun (Post 3411733)
what is that script for? and what to do with it?

The script to watch Tv Online is now much much better. It is totally embedded into a powerful theming under fvwm. Enjoy watching TV ONLINE: there is bloomberg, asx videos, wwtv, and lot of channels. It is interesting apparently for some users according to their interested feedbacks.

The config /program is here:
http://box-look.org/content/show.php...content=127893

All the best!

masoodsvt 02-09-2012 02:29 AM

You can try this website:

http://www.wsltv.com/

It provide lot of free TV streams.


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