Search found 16 matches

Go to advanced search

by developprograms
29 Aug 2007 04:09
Forum: VLC stream-output (sout)
Topic: about JVLC
Replies: 4
Views: 861

Re: about JVLC

shereen what i meant was could you post more of your code so that i can replicate your problem to try and come to a solution. for instance, where are you getting information for the [streamname] from. if possible post your whole class that way I can replicate your issue, from this code I am not able...
by developprograms
27 Aug 2007 22:59
Forum: VLC stream-output (sout)
Topic: about JVLC
Replies: 4
Views: 861

Re: about JVLC

Could you post more of your code in what you are doing. There isn't enough there for me to recreate what I would like to do to see if I can get the same error. Try to post a small useable code and we can go from there. I have had success using the jvlc, but not in streaming it, and I think you are o...
by developprograms
27 Aug 2007 17:05
Forum: VLC media player for Windows Troubleshooting
Topic: streaming from windows server 2003
Replies: 1
Views: 367

Re: streaming from windows server 2003

i apologize for this, i wasn't aware my router was blocking the rtp stream. i thought i had checked it out from not being behind a router, and so it isn't windows server 2003 that is causing the issue.
by developprograms
27 Aug 2007 16:43
Forum: VLC stream-output (sout)
Topic: RTP blocked by NAT/router
Replies: 1
Views: 708

RTP blocked by NAT/router

I was wondering if there is another way to stream rtp that won't have it be blocked by a router. i am wanting to stream using the vlc media player to a java desktop application, but am not able to because the stream gets blocked by most all routers. is there another format that I could stream and st...
by developprograms
23 Aug 2007 06:09
Forum: VLC media player for Windows Troubleshooting
Topic: streaming from windows server 2003
Replies: 1
Views: 367

streaming from windows server 2003

i have successfully been able to stream from a windows xp computer to a windows server 2003(although i don't know if sound works because there is no sound on windows server 2003, but the video shows) however i have not been able to stream from a windows server 2003 computer to a windows xp(only os t...
by developprograms
17 Aug 2007 19:46
Forum: VLC stream-output (sout)
Topic: help using the command line
Replies: 3
Views: 685

Re: help using the command line

Thanks for the reply

I tried your code and I get the same thing. It opens and runs the lines, but nothing happens. Does vlc do a log file that I could get error messages from?

Thanks for your help.
by developprograms
16 Aug 2007 21:35
Forum: VLC stream-output (sout)
Topic: help using the command line
Replies: 3
Views: 685

help using the command line

I have read through the documentation and I am still struggling with the use of the command line. I have not been able to get it to work. here is the most recent code i have tried this line opens the vlc, and i can see the commands run through the ouput piece on vlc, but it does nothing, no error oc...
by developprograms
14 Aug 2007 05:04
Forum: VLC media player for Windows Troubleshooting
Topic: RTP streaming in windows using command line
Replies: 0
Views: 730

RTP streaming in windows using command line

I would like to stream using rtp, but i am having issues with the code. I want to stream a file from client to server i put a -- in front of the code i wrote on the server, run: % vlc -vvv input_stream --sout '#rtp{dst=192.168.0.12,port=1234,sdp=rtsp://server.example.org:8080/test.sdp}' -- vlc -vvv ...
by developprograms
30 Jul 2007 05:47
Forum: VLC stream-output (sout)
Topic: streaming a file and webcam
Replies: 0
Views: 487

streaming a file and webcam

I have read through the documentation and am still having a tough time understanding how to use the command line, and was looking for some help or clarification. What I am trying to do is to stream a file from server to a client, and then I would also like to stream a webcam to the server, write the...
by developprograms
17 Jul 2007 07:25
Forum: VLC stream-output (sout)
Topic: using rtp on the command line
Replies: 1
Views: 627

using rtp on the command line

I am trying to stream using rtp but am fairly confused on the syntax needed for the command line interface. I tried to stream a file using the following syntax, and nothing happens. Possibly I am misunderstanding what is going on or how to make correct syntax to stream i do this, and get nothing, no...
by developprograms
06 Jul 2007 04:34
Forum: VLC media player for Windows Troubleshooting
Topic: Videolan source code in netbeans
Replies: 2
Views: 417

Re: Videolan source code in netbeans

yes what i meant was jvlc. not the vlc. my mistake
by developprograms
05 Jul 2007 22:14
Forum: VLC media player for Windows Troubleshooting
Topic: Playing video in java
Replies: 0
Views: 343

Playing video in java

I was wanting to play streaming video in a java desktop program, and wondered about displaying the stream. I know there is players to play videos in java, and have done so successfully using the jmf. I have looked over the java org/videolan/jvlc but didn't see anything that would allow me to accept ...
by developprograms
05 Jul 2007 21:58
Forum: VLC media player for Windows Troubleshooting
Topic: Videolan source code in netbeans
Replies: 2
Views: 417

Videolan source code in netbeans

I am currenlty tring to use subversion to extract the videolan source code in netbeans. I have been unsuccessful in figuring it out as I am not familiar with subversion on the pc or through netbeans. I was wondering if there was a project folder available for download that would contain all the .jav...
by developprograms
29 Jun 2007 23:10
Forum: VLC media player for Windows Troubleshooting
Topic: video with no audio or black screen with audio
Replies: 0
Views: 372

video with no audio or black screen with audio

When streaming either a wmv or avi file from my computer to another, I have either gotten the audio or video but not both consistently. I was wondering if this was due to poor upload speed of 320kbps. Or if potentially there was another issue. I have tried both an avi file and wmv file, and tried fi...
by developprograms
28 Jun 2007 18:56
Forum: VLC media player for Windows Troubleshooting
Topic: manipulating the command line code using java
Replies: 2
Views: 579

Re: manipulating the command line code using java

Thanks much for your help. I was confused on the use of the command line initially, but I understand the use of it now.

Thanks for your help.
by developprograms
27 Jun 2007 04:29
Forum: VLC media player for Windows Troubleshooting
Topic: manipulating the command line code using java
Replies: 2
Views: 579

manipulating the command line code using java

I have tried to copy and paste the command line options that are shown at this site http://www.videolan.org/doc/streaming-howto/en/ch04.html#id294897 for the rtp streaming in java. However when I either copy and paste the options into the command line or try to do this in java code try { String[] fi...

Go to advanced search