Can't play FLV Streams... VideoLAN/g_Player/FLVPlayer (1 Viewer)

DotanSimha

New Member
August 9, 2008
4
0
I tried g_Player using PlayVideoStream, it works but i cant seek when it's playing...

Then I tried VideoLAN, I have downloaded it and the ExternalPlayer, I have also enabled it in the Configuration, But when I clicked my button nothing happens.. Same thing with the FLVPlayer - Nothing happens...

There is something special I need to do? In all cases I have just use this C# Code:
Code:
            VideoLanPlugin player = new VideoLanPlugin();
            player.PlayStream("http://s3cdl.castup.net/server12/54969620-80.flv", "http://s3cdl.castup.net/server12/54969620-80.flv");

Help please :\ Thanks :)
 

LRFalk01

Portal Pro
August 27, 2007
257
92
38
Home Country
United States of America United States of America
Hello,

I enabled VLC for http protocol and used g_player.play(url) and it worked fine for me.

Thanks,
LRFalk01
 

LRFalk01

Portal Pro
August 27, 2007
257
92
38
Home Country
United States of America United States of America
If you play it straight in the VLC app you cannot seek either, so I don't know. (Unfortunately.)

Thanks,
LRFalk01
 

Users who are viewing this thread

Top Bottom