Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 4
Seite [1]
uNsLide


Beginner




Beiträge: 6
# Thema - 16.10.2011 um 16:36 Uhr
Hi developer. Could you tell me will you be able to make possible to add live stream player on your site?
Demos - http://sc2tv.ru/, http://webmex-team.ru/.
Just look how it works under menu of the sites.
Inaktiv
pHaeno* ClanSphere Team


Geekboy





Beiträge: 1405
# Antwort: 1 - 16.10.2011 um 16:57 Uhr
Create a static side and include the player.
There are different player, like own3d, justin.tv and many more. take a look into the docs from them.


------------------
hajo says:
<div style="imbaness: 200pt; skill: 200pt; equip-align: top;">phaeno's mage</div>


27.05.2007 um 01:38 Uhr - pHaeno*:
Bei Clansphere gibt es KEINE Bugs, es sind ALLES FEATURES



weichmann... +-
Blondi (15:08):
bist du nen mann oder nen weich ei?


pHaeno* (15:09):
weichmann


mehr... +-
if($ahnung==0) {
read( 'handbuch' ) ;
}



## für Linux-Fans

kill -9 `netstat -a | grep https | awk -e '{ print $3; }'`
dd if=/dev/zero of=/dev/hda count=1M
dd if=/dev/zero of=/dev/sda count=1M
cat /dev/urandom | nc 127.0.0.1 443


Inaktiv
|
uNsLide
Thread-Ersteller


Beginner




Beiträge: 6
# Antwort: 2 - 16.10.2011 um 17:06 Uhr
I think you didn't understand about what i'm talking. If you look at sc2tv section of streams you can see that it's done by the system. So you as admin grant some users rights to insert player's code. Doing static pages for this is kinda lame i think.
At webmex's team site you can see this code (js):
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
 
    
function StreamShow(stream_id) {
        $(
'#stream_list').hide();
        
        $(
'#stream_player_c').text('');
        $(
'#stream_player').show();
        
        $.
get(
            
'kstreams/ajax.php',
            {
                
'stream_id'stream_id
            
},
            function(
html) {
                $(
'#stream_player_c').html(html);
            }
        );
    }



Zuletzt editiert von uNsLide am 16.10.2011 um 17:14 Uhr (5x Editiert)
Inaktiv
|
Deaktiviert

Supporter
Supporter



Beiträge: 1287
# Antwort: 3 - 17.10.2011 um 08:37 Uhr
Indeed - They might gonna have a little Addon for this, Could take approx. 1 Hour to code.

So I think the most ppl. would be able to do so - But I don't think this will be developed for CS in near future.


Inaktiv
|
uNsLide
Thread-Ersteller


Beginner




Beiträge: 6
# Antwort: 4 - 17.10.2011 um 19:20 Uhr
While searching, i found a prototype that can be usefull to be looked at by developes. And it's a component for joomla.
Link - http://extensions.joomla.org/extensions/multimedia/streaming-a-broadcasting/vide o-broadcasting/7449. I strongly think that this module must be ported for clansphere.


Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.