Share
Sopcast is another popular TVoIP software that lets you watch hundreds of channels online for free.
In this article I'll describe how you can watch Sopcast on your TV using your Playstation 3.
I'll not cover how to install TVersity, VLC or Sopcast and I assume you can connect to your computer from your Playstation using TVersity and you know how to use TVersity, VLC and Sopcast.
Requirements:
- Playstation 3 already connected to your home computer.
- Sopcast (http://www.sopcast.com/ - free download)
- VLC Media Player (www.videolan.org/vlc - free download)
- TVersity (http://www.tversity.com/ - free download)
I used Sopcast 3.0.3, VLC 0.9.9, TVersity 1.7.2 and Windows Vista.
Overview:
Sopcast lets you watch hundreds of channels on your computer for free, it is using a P2P technology to stream the content to the end users. It is very similar to TVUPlayer and I use them both depending on what I want to watch, you can check this article to learn how to watch TVUPlayer with your PS3:
http://techhackz.blogspot.com/2009/08/in-this-article-ill-describe-how-to.html
Out of the box Sopcast cannot be directly streamed to the Playstation 3 but using VLC and TVersity it becomes possible!
Basically you start Sopcast then use VLC to broadcast it on your home network and finally TVersity makes the link between the feed and the Playstation. It sounds more complex than it really is ;)
Let me try to make it easy for you!!
Instructions:
1. Sopcast
Launch Sopcast and select the channel you want to watch. You can click on Live Channels to see a list of all the channels available. If you don't know what to watch you can find many TV guides for Sopcast online, simply google it.

2. VLC Media Player
With Sopcast running in the background start VLC Media Player. VLC is an excellent media player that can play any kind of file!
When you start VLC, you should see something similar to this:
Now click on Media and select Streaming then select the Network tab:
The following screen will appear:
Click on HTTP and enter http://localhost:8902/tv.asf as your URL.
Note: http://127.0.0.1:8902/tv.asf should also work fine.
Click on the Stream button at the bottom of the screen and you should now see this screen:
Click on MMSH, leave everything else as it is and the Generated stream output string at the bottom should default to :sout=#duplicate{dst=std{access=mmsh,dst=:1234}}, this is fine. Just click on Stream to close the Stream Output window and go back to VLC.
To make sure VLC is streaming correctly, click on Tools then Media Information and go to Statistics to see some information about the stream:
You're done with VLC!
Optional:
If you feel like it you can completely automate that process using a batch script, I created one that starts VLC and the streaming for me.
To create a batch script:
- open Notepad or any other text editor.
- type:
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv http://localhost:8902/tv.asf --sout "#std{access=mmsh,mux=asfh,dst=:1234}"- save the file in any directory as a bat file (sopcast_vlc_stream.bat for example).
- execute the batch script, it should open VLC for you and stream the output.
3. TVersity
We're almost there, the last step is to add an entry for the VLC stream in our TVersity library.
First start TVersity (keep Sopcast and VLC up and running), you should see something similar to this:
Click on Library, then expand Internet Media on your left and click on Internet Video.
Now click on Add Item to add the VLC stream, a new window should pop up in TVersity.
Enter the following information:
- Video URL: mms://localhost:1234
- Give a Title (Sopcast for example)
- click on Public
I use the same item for both TVUPlayer and Sopcast so I named it TVUPlayer but any name will do it!
Once the item has been added to the Library, click on it to highlight it and select Open Item.
Windows Media Player (or another media player associated to mms) should open up and you should see the feed, sometimes I only get the audio but it still works fine on my Playstation 3 (ie Audio+Video).
I always perform that extra step to make sure everything works fine on my computer, if it works then it should also work on the Playstation 3.
4. Playstation 3
Go to your Playstation 3, from the XMB go to Video and select Search for Media Servers.
Your PS3 should find your computer, you should see '1 media servers were found'
Now under the Video menu you should see a TVersity icon, select it to start browsing your media files.
Select your video and start watching it!!
That's it, you've done it ;)
In some cases it can be useful to restart the TVersity Media Server if you have some troubles connecting to it.
In this article I'll describe how you can watch Sopcast on your TV using your Playstation 3.
I'll not cover how to install TVersity, VLC or Sopcast and I assume you can connect to your computer from your Playstation using TVersity and you know how to use TVersity, VLC and Sopcast.
Requirements:
- Playstation 3 already connected to your home computer.
- Sopcast (http://www.sopcast.com/ - free download)
- VLC Media Player (www.videolan.org/vlc - free download)
- TVersity (http://www.tversity.com/ - free download)
I used Sopcast 3.0.3, VLC 0.9.9, TVersity 1.7.2 and Windows Vista.
Overview:
Sopcast lets you watch hundreds of channels on your computer for free, it is using a P2P technology to stream the content to the end users. It is very similar to TVUPlayer and I use them both depending on what I want to watch, you can check this article to learn how to watch TVUPlayer with your PS3:
http://techhackz.blogspot.com/2009/08/in-this-article-ill-describe-how-to.html
Out of the box Sopcast cannot be directly streamed to the Playstation 3 but using VLC and TVersity it becomes possible!
Basically you start Sopcast then use VLC to broadcast it on your home network and finally TVersity makes the link between the feed and the Playstation. It sounds more complex than it really is ;)
Let me try to make it easy for you!!
Instructions:
1. Sopcast
Launch Sopcast and select the channel you want to watch. You can click on Live Channels to see a list of all the channels available. If you don't know what to watch you can find many TV guides for Sopcast online, simply google it.

2. VLC Media Player
With Sopcast running in the background start VLC Media Player. VLC is an excellent media player that can play any kind of file!
When you start VLC, you should see something similar to this:



Note: http://127.0.0.1:8902/tv.asf should also work fine.
Click on the Stream button at the bottom of the screen and you should now see this screen:

To make sure VLC is streaming correctly, click on Tools then Media Information and go to Statistics to see some information about the stream:

Optional:
If you feel like it you can completely automate that process using a batch script, I created one that starts VLC and the streaming for me.
To create a batch script:
- open Notepad or any other text editor.
- type:
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv http://localhost:8902/tv.asf --sout "#std{access=mmsh,mux=asfh,dst=:1234}"- save the file in any directory as a bat file (sopcast_vlc_stream.bat for example).
- execute the batch script, it should open VLC for you and stream the output.
3. TVersity
We're almost there, the last step is to add an entry for the VLC stream in our TVersity library.
First start TVersity (keep Sopcast and VLC up and running), you should see something similar to this:


Enter the following information:
- Video URL: mms://localhost:1234
- Give a Title (Sopcast for example)
- click on Public
I use the same item for both TVUPlayer and Sopcast so I named it TVUPlayer but any name will do it!

Windows Media Player (or another media player associated to mms) should open up and you should see the feed, sometimes I only get the audio but it still works fine on my Playstation 3 (ie Audio+Video).

4. Playstation 3
Go to your Playstation 3, from the XMB go to Video and select Search for Media Servers.
Your PS3 should find your computer, you should see '1 media servers were found'
Now under the Video menu you should see a TVersity icon, select it to start browsing your media files.
Select your video and start watching it!!
That's it, you've done it ;)
In some cases it can be useful to restart the TVersity Media Server if you have some troubles connecting to it.
Don't forget to follow us on Twitter and join our Facebook Fan page to stay updated.