Search found 9 matches

Go to advanced search

by jiahui
17 Jul 2008 04:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to use remote control to control vlc
Replies: 0
Views: 537

How to use remote control to control vlc

Hi fellow VLCians I am currently doing a student project on streaming and broadcasting video in a website. I have already create the website and embed vlc in it. Now my next challenge is to push the contents of my website to the TV via a IP-STB. However i wish to use remote control to control the vl...
by jiahui
14 Jul 2008 03:44
Forum: General VLC media player Troubleshooting
Topic: How to fastforward embeded vlc in mozilla
Replies: 1
Views: 491

Re: How to fastforward embeded vlc in mozilla

Hi all.

i found out the way to fast forward!! I used javascript to do it in my webpage. If any1 needs to fast forward embedded vlc player, try this:


function fastforward()
{
var vlc=document.getElementById("vlc");
vlc.input.time = vlc.input.time + 2000;
}
by jiahui
10 Jul 2008 04:31
Forum: General VLC media player Troubleshooting
Topic: My vlc player can only open local file
Replies: 1
Views: 736

Re: My vlc player can only open local file

Erm sorry, need to add on the DVB-t error log. I was typing the post while the error log increase. haha. OK, here is the last few lines: main warning: buffer is 40117 in advance, triggering downsampling main warning: resampling stopped after 5523813 usec (drift: 8906) main warning: output date isn't...
by jiahui
10 Jul 2008 04:28
Forum: General VLC media player Troubleshooting
Topic: My vlc player can only open local file
Replies: 1
Views: 736

My vlc player can only open local file

Hi all, This is my problem. My vlc player can only open local files on my PC, however, i cant open streams and dvb. Below is the demux msg i got when i try to open a network stream on a local lan in my office. Every1 else can access the stream except me. Guess i'm the lucky guy. :D main debug: addin...
by jiahui
09 Jul 2008 11:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cannot create vod in telnet/http
Replies: 4
Views: 973

Re: Cannot create vod in telnet/http

Hi again. I tried to create vod object in telnet interface, however i still got the error: "new: could not create media". I tried to play around with the settings but cant seem to get anywhere. I tried restarting my computer and reinstall VLC too. VOD in telnet still cant work. Is there an...
by jiahui
07 Jul 2008 03:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cannot create vod in telnet/http
Replies: 4
Views: 973

Re: Cannot create vod in telnet/http

Hi,

thx alot for the reply. I'll get things done now. :D
by jiahui
02 Jul 2008 06:38
Forum: General VLC media player Troubleshooting
Topic: How to fastforward embeded vlc in mozilla
Replies: 1
Views: 491

How to fastforward embeded vlc in mozilla

Hi all, I am creating a webpage base on the example given in VLC HOW-tos. There are already 4 controls given in the example which are: 1.play 2.stop 3.pause 4.fullscreen I would like to add a control to fastforward and rewind the video in the website. I tried to use the seek(secounds,is_relative) co...
by jiahui
02 Jul 2008 06:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cannot create vod in telnet/http
Replies: 4
Views: 973

Cannot create vod in telnet/http

Hi all, i am using fedora 7 and i am trying to create a video on demand object. However, when i type the command in telnet/http interface: new test vod enabled It appends with a message: new: could not create media I dont know what is causing this error so hope to find some answer here. Oh and just ...
by jiahui
15 May 2008 10:52
Forum: General VLC media player Troubleshooting
Topic: Wintv card channels cannot be played on my vlc
Replies: 0
Views: 349

Wintv card channels cannot be played on my vlc

Hi guys,for some reason i cannot get my vlc using setting(directshow) to play a channel which can be played using the orginal program that came with the card.I don really know what 2 type in for some of the advance setting,like the chorno adn the frame rate,i been readding the forums and it seems th...

Go to advanced search