----StreamPlayer----
Make your own playlist(this is easier using the non-Tabs Version, after you finished playlist you can use the tabs version)
latest release Multiupload.com - upload your files to multiple file hosting sites! (Thanks goes to benji9999) (extract all files!)
needs net framework 4 http://www.microsoft.com/downloads/d...displaylang=de
new tabs version Multiupload.com - upload your files to multiple file hosting sites!
-open program (right mouse button on any button) and chose edit Buttons
-change settings for buttons and save then restart program
-now go onto each button press right button and edit stream
-set name Stream and if you got more sources for same button set alternatives like for BBC you could set WMP, VLC HQ and VLC LQ
Note: you can chose different player with wmp: player0: player1: player2: before linkadress
and buttons get different colors with english: romanian: sport: news: indian: music: pxxn: german: before the name(you'll need this for tabs version) (if u need more let me know)
-after all that goto logos folder keep program open, so you can see button numbers and add pictures as .jpg (if you need to resize use vso imageresizer), igot mine here LYNGSAT*LOGO*-* TV Logotypes: A and resized them to 38x28
you can also do this by editing the .config file
streamplayer2.exe.config file should look something like this(open with Notepad or XML Viewer)
Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="userId" value="xxxxxx"/>
<add key="password" value="xxxx"/>
<add key="protocol" value="mmsh://"/>
<add key="vlc" value="C:\Program Files (x86)\videolan\vlc\vlc.exe"/>
<add key="wmp" value="C:\Program Files (x86)\Windows Media Player\wmplayer.exe"/>
<add key="player0" value="C:\Programme\DVBViewer\dvbviewer.exe"/>
<add key="player1" value="player.exe"/>
<add key="player2" value="player.exe"/>
<add key="ButtonSize X" value="46" />
<add key="ButtonSize Y" value="36" />
<add key="Button Columns" value="22" />
<add key="Button Amount" value="6" />
<add key="Button 0 Name" value="german:3Sat" />
<add key="Button 0" value="xxx" />
<add key="Button 1 Name" value="germanas Erste" />
<add key="Button 1" value="xxx" />
<add key="Button 2 Name" value="german:ZDF" />
<add key="Button 2" value="mms://xxx" />
<add key="Button 3 Name" value="german:RTL Austria" />
<add key="Button 3" value="http://xxx" />
<add key="Button 4 Name" value="german:RTL II Austria" />
<add key="Button 4" value="http://xxx" />
<add key="Button 5 Name" value="german:Super RTL Autsria" />
<add key="Button 5" value="http://xxxx" />
</appSettings>
</configuration>
button amount = 6 cause its starts with 0, you can also adjust buttonsize and columns
add jpg in logos folder begining with 0 for each channel in this case i used lyngsat logos(132x99) LYNGSAT*LOGO*-* TV Logotypes: A and resized them with vso image resizer to 38x28
userid, password and protocol are for use of channels with pid and cid(very???????.com)
dont forget its a xml file it has escape sequences for special symbols http://xmmssc-www.star.le.ac.uk/SAS/...am/node24.html
Sopcast:
change:
<add key="player1" value="C:\Program Files\SopCast\SopCast.exe"/>
and add:
<add key="Button ? Name" value="Eurosport 2" />
<add key="Button ?" value="player1:sop://broker.sopcast.com/88392" />
Streamtorrent:
change:
<add key="player2" value="C:\Program Files\StreamTorrent 1.0\StreamTorrent.exe"/>
and add:
<add key="Button ? Name" value="NDR" />
<add key="Button ?" value="player2:st://A0QCgpwEdTwDPAWCoAHIgBbYal5ZfKaMXB1RIvQ9hCrLihcMTk RSIChHZXJtYW4pikEHZGVmYXVsdIqiB0dlbmVyYWw=" />
Commandline Program (has no support for xxx.3 romanian source)
Multiupload.com - upload your files to multiple file hosting sites! it has some sample links.
you got to edit .config file for player.
and make links for each channel.
from commandline
like openstream.exe -programmeId=19838 -channelId=2628 -->will start bbc2
like openstream.exe http://xx.xxx.xxx.5:8005 -->will start RTL
Sourcecode
[ame="http://www.zshare.net/download/76699570033370cc/"]zSHARE - StreamPlayer2simple.rar[/ame] (VC++ 2010)
Dont ask me if its about Channels not working either the source died or you cant use them since my .config file is only a example file(Channels from romanian source go down from time to time)
Update
-------> nova versia
Download:------> Multiupload.com - upload your files to multiple file hosting sites!
Make your own playlist(this is easier using the non-Tabs Version, after you finished playlist you can use the tabs version)
latest release Multiupload.com - upload your files to multiple file hosting sites! (Thanks goes to benji9999) (extract all files!)
needs net framework 4 http://www.microsoft.com/downloads/d...displaylang=de
new tabs version Multiupload.com - upload your files to multiple file hosting sites!
-open program (right mouse button on any button) and chose edit Buttons
-change settings for buttons and save then restart program
-now go onto each button press right button and edit stream
-set name Stream and if you got more sources for same button set alternatives like for BBC you could set WMP, VLC HQ and VLC LQ
Note: you can chose different player with wmp: player0: player1: player2: before linkadress
and buttons get different colors with english: romanian: sport: news: indian: music: pxxn: german: before the name(you'll need this for tabs version) (if u need more let me know)
-after all that goto logos folder keep program open, so you can see button numbers and add pictures as .jpg (if you need to resize use vso imageresizer), igot mine here LYNGSAT*LOGO*-* TV Logotypes: A and resized them to 38x28
you can also do this by editing the .config file
streamplayer2.exe.config file should look something like this(open with Notepad or XML Viewer)
Code:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="userId" value="xxxxxx"/>
<add key="password" value="xxxx"/>
<add key="protocol" value="mmsh://"/>
<add key="vlc" value="C:\Program Files (x86)\videolan\vlc\vlc.exe"/>
<add key="wmp" value="C:\Program Files (x86)\Windows Media Player\wmplayer.exe"/>
<add key="player0" value="C:\Programme\DVBViewer\dvbviewer.exe"/>
<add key="player1" value="player.exe"/>
<add key="player2" value="player.exe"/>
<add key="ButtonSize X" value="46" />
<add key="ButtonSize Y" value="36" />
<add key="Button Columns" value="22" />
<add key="Button Amount" value="6" />
<add key="Button 0 Name" value="german:3Sat" />
<add key="Button 0" value="xxx" />
<add key="Button 1 Name" value="germanas Erste" />
<add key="Button 1" value="xxx" />
<add key="Button 2 Name" value="german:ZDF" />
<add key="Button 2" value="mms://xxx" />
<add key="Button 3 Name" value="german:RTL Austria" />
<add key="Button 3" value="http://xxx" />
<add key="Button 4 Name" value="german:RTL II Austria" />
<add key="Button 4" value="http://xxx" />
<add key="Button 5 Name" value="german:Super RTL Autsria" />
<add key="Button 5" value="http://xxxx" />
</appSettings>
</configuration>
button amount = 6 cause its starts with 0, you can also adjust buttonsize and columns
add jpg in logos folder begining with 0 for each channel in this case i used lyngsat logos(132x99) LYNGSAT*LOGO*-* TV Logotypes: A and resized them with vso image resizer to 38x28
userid, password and protocol are for use of channels with pid and cid(very???????.com)
dont forget its a xml file it has escape sequences for special symbols http://xmmssc-www.star.le.ac.uk/SAS/...am/node24.html
Sopcast:
change:
<add key="player1" value="C:\Program Files\SopCast\SopCast.exe"/>
and add:
<add key="Button ? Name" value="Eurosport 2" />
<add key="Button ?" value="player1:sop://broker.sopcast.com/88392" />
Streamtorrent:
change:
<add key="player2" value="C:\Program Files\StreamTorrent 1.0\StreamTorrent.exe"/>
and add:
<add key="Button ? Name" value="NDR" />
<add key="Button ?" value="player2:st://A0QCgpwEdTwDPAWCoAHIgBbYal5ZfKaMXB1RIvQ9hCrLihcMTk RSIChHZXJtYW4pikEHZGVmYXVsdIqiB0dlbmVyYWw=" />
Commandline Program (has no support for xxx.3 romanian source)
Multiupload.com - upload your files to multiple file hosting sites! it has some sample links.
you got to edit .config file for player.
and make links for each channel.
from commandline
like openstream.exe -programmeId=19838 -channelId=2628 -->will start bbc2
like openstream.exe http://xx.xxx.xxx.5:8005 -->will start RTL
Sourcecode
[ame="http://www.zshare.net/download/76699570033370cc/"]zSHARE - StreamPlayer2simple.rar[/ame] (VC++ 2010)
Dont ask me if its about Channels not working either the source died or you cant use them since my .config file is only a example file(Channels from romanian source go down from time to time)
Update
-------> nova versia
Download:------> Multiupload.com - upload your files to multiple file hosting sites!
Poslednja izmena: