Stickied! Good Job Noyb
Stickied! Good Job Noyb
Rich C.
Faster than a thread speeding out of control, able to leap tall threads filled with game requests in a single bound, it's a bird, it's a plane, it's Supermod!
The PS4/VP4 channels PS4/VP4(The Game) on TVAnts (Setanta, MLB, NHL, & NFL) And PS4/VP4-M/The Minor & MLS on TVU (MiLB, MLS, & World Class Sports) Introducing PS4/VP4-J, on Justin.tv or PS4/VP4 on Mogulus The RETURN of PS4/VP4 on Sopcast VLC Req! (NHL)
For Linux users there is a software called Sopcaster, that runs along with VLC.
"Sopcaster is a fltk gui for sopcast (sp-sc) which is a p2p tv streamer. Sharing is done
while downloading/uploading a tv stream at the same time. Pls thank www.sopcast.org
for sp-sc, also see the 'Readme' file for using sp-sc.
Sopcaster has the folowing features;
* built with Fltk, so does not need special gui libraries or other bloaty dependencies.
* single executable for linux i386
* paste sopcast link from external selection or paste buffer
* update channel list from sopcast website, select channel from list. "
http://petepr.drivehq.com/humpty/
For those who don't want to use this gui, it's possible to "teach" Firefox how to handle "sop://" links just add the following into your config (about:config):
network.protocol-handler.warn-external.sop user set boolean false
network.protocol-handler.external.sop user set boolean true
network.protocol-handler.app.sop user set string /home/'name'/bin/firesop.sh
firesop.sh is a little script I wrote and which i've copied into /home/"username"/bin .
You can write it yourself or use mine:
--------------------------------------------------------------------------------------------------------------
#!/bin/bash
# Script to start sopcast streams as direct link from firefox.
# First you need the sp-sc command and this script in your /home/'name'/bin folder.
# Second You have to config firefox with about:config and add the following lines:
#network.protocol-handler.warn-external.sop user set boolean false
#network.protocol-handler.external.sop user set boolean true
#network.protocol-handler.app.sop user set string /home/'name'/bin/firesop.sh
# At least you need one of the following MediaPlayers installed: Mplayer, vlc or totem
sp-sc $1 3908 8908 > /dev/null &
SOPCASTPID=$!
#Buffer sopcast before continue to Player choice [KDE 3.x.x]
declare -i i=0
dcopRef=`kdialog --progressbar "Initialising" 30`
for i in $(seq 30);
do
dcop $dcopRef setProgress $i
dcop $dcopRef setLabel "Sopcast is caching the channel ($1) for $i of 30 s"
sleep 1
done
dcop $dcopRef close
#Buffer sopcast before continue to Player choice [KDE 4.x.x]
dbusRef=$(kdialog --title "Sopcast buffer" --progressbar "Sopcast is buffering the Channel ($1) for 30 seconds now.
You may start the stream manually by pressing the cancel button
but it's recommended to wait at least a few seconds" 30) #set the length of buffer time here 30
qdbus $dbusRef org.kde.kdialog.ProgressDialog.showCancelButton true
#wait 30 seconds or press Button to start
for ((p=1;p<=30;p++));
do
if [ $(qdbus $dbusRef org.kde.kdialog.ProgressDialog.wasCancelled) == "false" ]
then
sleep 1
inc=$(($(qdbus $dbusRef Get org.kde.kdialog.ProgressDialog value) + 1))
qdbus $dbusRef Set org.kde.kdialog.ProgressDialog value $inc
fi
done
qdbus $dbusRef org.kde.kdialog.ProgressDialog.close
#Player choice
PLAYER=`kdialog --title "Choose Player" --menu "Please choose your favourite player (must be installed):" mplayer "MPlayer" gmplayer "gMplayer" vlc "VLC" totem "totem"`
$PLAYER http://localhost:8908/tv.asf &
PLAYERPID=$!
KILLER=`kdialog --menu "What do you want to kill?" $SOPCASTPID "SOPCAST PID $SOPCASTPID" $PLAYERPID "$PLAYER PID $PLAYERPID"`
kill $KILLER &
if [ $KILLER = $SOPCASTPID ];
then
kill $PLAYERPID &
fi
if [ $KILLER = $PLAYERPID ];
then
PLAYER=`kdialog --title "Choose Player" --menu "You have killed $PLAYER. Please choose another player or retry your first choice:" mplayer "MPlayer" gmplayer "gMplayer" vlc "VLC" totem "totem"`
$PLAYER http://localhost:8908/tv.asf &
PLAYERPID=$!
KILLER=`kdialog --menu "It's your second try so you will only be able to kill sopcast (the player is killed automatically) and restart the procedure" $SOPCASTPID "SOPCAST PID $SOPCASTPID"`
kill $SOPCASTPID &
kill $PLAYERPID
fi
------------------------------------------------------------------------------------------------------------------------------------
Just copy and paste the text into an editor and save it. Name it firesop.sh or whatever you want just tell Firefox the name and folder where you put it in.
Don't forget to make it executeable.
It's my first script so please be gentle but if you found something to improve please tell me I'm ready to learn ;-).
Have Fun.
Cedur
AVS Fan in Germany
Last edited by Cedur; 24-04-2010 at 23:26. Reason: KDE 4 is using DBUS instead of Dcop
PROCEED with caution folks, but if you are using Linux you probably already know THAT and you know your way around a computer. ;)
Rich C.
Faster than a thread speeding out of control, able to leap tall threads filled with game requests in a single bound, it's a bird, it's a plane, it's Supermod!
The PS4/VP4 channels PS4/VP4(The Game) on TVAnts (Setanta, MLB, NHL, & NFL) And PS4/VP4-M/The Minor & MLS on TVU (MiLB, MLS, & World Class Sports) Introducing PS4/VP4-J, on Justin.tv or PS4/VP4 on Mogulus The RETURN of PS4/VP4 on Sopcast VLC Req! (NHL)
What is the TVU thing? (i.e VP5 on TVU). When I click on it, a i get a message saying it can't do anything. Thanks for the help.
OH wait nvmd...I just DL'd TVU
Thanks for this site!! You guys are awesome
Item 5 in the "If you want this to work pretty well" list gives some info on required upload/download speeds for HQ streams. What your ISP provider tells you is rarely what you will actually be able to achieve. You can test what you are actually getting for upload/download speeds here: http://www.speedtest.net/
I remember when the 'nucks lost to highway 10 . . . .
Hey i just started using this today and was wondering why i couldnt watch the leafs game before reading this, very helpful.
thanks
Hi. Great posts and great tips. helped a lot but i have two question I hope you can answer.
2 days I have tried to watch nhl online on Sopcast but every time Sopcast tries to connect to the channel it says " cannot retrieve data". Why is this happening?
I have tried to do this manually, copy and paste in the address in the server address field but what do I write in the channel id field?
I have windows vista and VLC player installed.
Regards // honivag
It might just be sopcast right now, they are having issues with thier servers. I mayself can not connect to my own stream (from another computer) and am getting that same error. We have also had other problems with sopcast over the last 2 weeks or so. Hopefully it will be fixed soon. Keep trying!![]()
Rich C.
Faster than a thread speeding out of control, able to leap tall threads filled with game requests in a single bound, it's a bird, it's a plane, it's Supermod!
The PS4/VP4 channels PS4/VP4(The Game) on TVAnts (Setanta, MLB, NHL, & NFL) And PS4/VP4-M/The Minor & MLS on TVU (MiLB, MLS, & World Class Sports) Introducing PS4/VP4-J, on Justin.tv or PS4/VP4 on Mogulus The RETURN of PS4/VP4 on Sopcast VLC Req! (NHL)
can every body tell me how i can watch NHL on TVU Player i have problem with the channels i cant find versus or fsn or other channels how shows nhl
Lately, if there isnt any game i want to see for myself, ive started the feed and keept it going just because i thought this might help the overall stream. Kinda like u seed/leech a torrent.
Is this correct or not? I have 2mbit upload.
With that upload, definitely correct.
[SIGPIC][/SIGPIC]
I'll be long gone before some smart person ever figures out what happened inside this Oval Office.
George W Bush
is sopcast running and buffer at to 70% and not higher
and VLC not open the picture !!!!
than open the VLC with network stream http://127.0.0.1:8902 and activate the cache (1200)
than comes the picture
Hi, folks!
I have a strange problem. I read that most of the folks that are watching this matches online have problems with low quality of the stream and to slow bitrate.
I have a vice versa problem. Even do I can see the matches pretty good, my bitrate is too fast.
Exp. :
At monday 15th I watched the game Hv 71 vs. Frolunda at STV2 with the average bitrate of 800 Kbits/s(upload + download), which is not so bad, but then I watched the match Skelleftea vs. Rogle via Sopcast and VLC at Thursday and the bitrate(U+D) was pretty high, average 2100 Kbits/s, and a match Sundsvall vs. AIK today at avg. of 1400 Kbits/s(U+D).
On the subforum at Live sport section bitrate should be (for both matches) 500 Kbits/s via Sopcast, so I'm pretty confused. How can my bitrate be so higher then the one that was written on the site?
I have an ADSL2+ connection and watching net with Opera.
Is this normal?
The problem is if I continue watching games all the month, my bills for spending internet memory will be too high, and unfortunatelly I won't be able to watch it so often. It spends too much memory.
On one ice hockey match like Elitserien I spend 1,6 GB(upload+download) of memory which is just too much(at that is without break time minutes).
I hope you can help me with this problem.
Kristijan from Zagreb, Croatia
Sounds vierd that the bitrate is reported with that numbers. It was me streaming the both games on sopcast and the average bitrate should be more like 400-450. If I were you I should change internet provider if it's possible. Paying for how much bandwith you use is ridiculous. If you can, change to one who has flat rate.
[SIGPIC][/SIGPIC]
I'll be long gone before some smart person ever figures out what happened inside this Oval Office.
George W Bush
Yes, my ISP has a flate rate offer but i still didn't switch to it cause i tought i don't have to.
But the thing is you still didn't answer me how is it possible that i have such a high bitrate and others have lower. is the problem in my ISP or the stream itself? or something else?
cause if i change to flat rate i'll still have higher bitrate.
maybe the problem is with sopcast. the thing is that when i was watching football games with other programs or directly from the sites, bitrates were normal.
I have ADSL and can wath the 250k streams but when the streams are 400k the picture stops and it is impossible to watch because of too slow connection. Is there anything I can do with the current ADSL or do I have to try to fix a faster connection in my house?
Is there any page where i can watch nhl matches which were played few days ago?
Hi, I'm trying to find a way to watch tonights Canada/US world junior hockey game. Its being broadcast on TSN in Canada. Does anyone know if there is a way of watching it over the Net? Cheers