[REQUEST] SopCast Client and Media Viewer Plugin/Script for Streaming SopCasts Video?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tudy5102 Offline
Junior Member
Posts: 2
Joined: Dec 2009
Reputation: 0
Post: #51
I am watching SopCast streams in XBMC like this:
-Install SopCast Filter (here)
-Install "Executor" Addon, you can find it as an addon under "Programs"
-Use Windows Media Player to play the SopCast stream by creating a *.bat file with the following contents:
Quote:"C:\Program Files\Windows Media Player\wmplayer.exe" sop://broker.sopcast.com:3912/%1 /fullscreen /play /close

and the argument to this batch file is the Channel ID of the SopCast stream (which you can easily find by looking at the source code of a webpage where you have the stream running, or just search on the internet - there are a lot of channels listed here

-Enjoy!
find quote
MaxMustermann Offline
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #52
You can use this config file for VideoDevil to browse all channels:

Code:
########################################################
# Sopcast VideoPortal
########################################################
start=http://www.livefootballtvs.com/sopcast-channel-list.html
########################################################  
# Videos
########################################################
item_infos=<td><strong><a href="[^"]+">([^<]+)</a></strong></td>[^<]*<td>([^<]+)</td>
item_order=title|url
item_info_name=type
item_info_build=direct.video
item_info_name=icon
item_info_build=category.png
item_url_build=%s
find quote
Post Reply