Search found 13 matches

Go to advanced search

by Orcephrye
13 Jul 2010 00:05
Forum: VLM
Topic: VLC rtsp streaming question. (re-reposted)
Replies: 4
Views: 2869

Re: VLC rtsp streaming question. (re-reposted)

Ah thanks for you help. I remember a while back either figuring this out or going down another path. This was actually over a year ago. :-P I starting coding using the Java APIs for VLC.. realizing java sticks for that. And then using C++. Getting bored. And moving and playing with some other fun th...
by Orcephrye
29 Jan 2009 23:56
Forum: VLM
Topic: VLC rtsp streaming question. (re-reposted)
Replies: 4
Views: 2869

Re: VLC rtsp streaming question. (re-reposted)

Hey thanks! Yes I have tried that.. there is the weird thing. If i go to the http interface it works! If i do it in telnet it doesn't. Odd. Anywho I post the info that vlc shoots out with the -vvv flag set. When I run those commands. I tried to get as much as I can when the client connected but i wa...
by Orcephrye
29 Jan 2009 23:04
Forum: VLM
Topic: VLC rtsp streaming question. (re-reposted)
Replies: 4
Views: 2869

VLC rtsp streaming question. (re-reposted)

Hey guys! Quick question. Can I transcode across a VOD? If I remember correctly i got that to work on 0.9.6 build. However I am now using 0.9.8a and can't seam to get it going. The tutorials http://www.videolan.org/doc/streaming-howto/en/ch05.html only show how to set it up in telnet. I have used bo...
by Orcephrye
29 Jan 2009 21:24
Forum: General VLC media player Troubleshooting
Topic: VLC rtsp streaming question. (reposted)
Replies: 2
Views: 225

Re: VLC rtsp streaming question. (reposted)

True but what if you have say... 3 terebytes worth of completely differently formated video and audio... and you wanna be able to select something and stream it on the fly... and the client wants to be able to control the stream... hence a vod. And I kinda got it to work.. the funny thing is I dont'...
by Orcephrye
29 Jan 2009 07:59
Forum: General VLC media player Troubleshooting
Topic: VLC rtsp streaming question. (reposted)
Replies: 2
Views: 225

VLC rtsp streaming question. (reposted)

Hey guys! Quick question. Can I transcode across a VOD? If I remember correctly i got that to work on 0.9.6 build. However I am now using 0.9.8a and can't seam to get it going. The tutorials http://www.videolan.org/doc/streaming-howto/en/ch05.html only show how to set it up in telnet. I have used bo...
by Orcephrye
28 Jan 2009 10:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc not running
Replies: 3
Views: 876

Re: vlc not running

Just in case you do not know how to do that echelongr you can set vlc verbosity to 2 by typing vlc --verbose 2 Or which I think is the same just do -vvv or to make things colorful! vlc --color -vvv Anywho also more detailed info about you system version is nice just do a uname -a Once you got that i...
by Orcephrye
28 Jan 2009 10:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: 0.9.8a does not play video files (DIV3) / openSUSE 11.1
Replies: 8
Views: 1068

Re: 0.9.8a does not play video files (DIV3) / openSUSE 11.1

Just in case you do not know how to do that esperantisto you can set vlc verbosity to 2 by typing vlc --verbose 2 Or which I think is the same just do -vvv or to make things colorful! vlc --color -vvv Once you run that from console before opening the file in question just skip a few lines. You can d...
by Orcephrye
28 Jan 2009 10:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC issue on ubuntu
Replies: 1
Views: 274

Re: JVLC issue on ubuntu

Um... Yes you should be able to just call the JVLC then create a new MediaDescriptor and then call its player and then play it. If I remember correctly the playlist class is deprecated it is now the MediaList and MediaListPlayer. My recommendation is to build a JavaDoc site from you git folder. Just...
by Orcephrye
28 Jan 2009 10:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC rtsp streaming question.
Replies: 0
Views: 604

VLC rtsp streaming question.

Hey guys! Quick question. Can I transcode across a VOD? If I remember correctly i got that to work on 0.9.6 build. However I am now using 0.9.8a and can't seam to get it going. The tutorials http://www.videolan.org/doc/streaming-howto/en/ch05.html only show how to set it up in telnet. I have used bo...
by Orcephrye
06 Dec 2008 00:21
Forum: General VLC media player Troubleshooting
Topic: JVLC Crash
Replies: 20
Views: 3067

Re: JVLC Crash

Hey! I seam to have a similar issue with MediaPlayerListener. I can add a listener to a player once and it will play and the listener listens just happly however the moment I play a different media.. boom! It crashes after about 10 seconds. I will try to post the output here once I get home to run i...
by Orcephrye
20 Nov 2008 11:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC help! :-(
Replies: 3
Views: 419

Re: JVLC help! :-(

Ok well I finially got home and was able to try this stuff out. And after adding it the .jar file in the project library it worked fine. I even wget the ihack site for the mvn-site api doc for the lastest snapshot so i have the documentation inside netbeans woot. However I have now run into another ...
by Orcephrye
19 Nov 2008 22:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC help! :-(
Replies: 3
Views: 419

Re: JVLC help! :-(

... WOW Now U think that I would be able to do that without asking LOL. Now I would assume you do this by going to: Tools > Library Manager > ClassPath Tab > Add Jar/Folder and then add the jar file correct!? Now also if I was using VIM as an IDE and javac to compile the code I would probably need t...
by Orcephrye
19 Nov 2008 10:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: JVLC help! :-(
Replies: 3
Views: 419

JVLC help! :-(

Ok so I was able to do the java -classpath jvlc-core.jar org.videolan.jvlc.example.VLCExample command to the .jar file I downloaded however after making the static directory with the random a.avi file the command worked fine and even gave me a nice reassuring statement "Everything fine ;)"...

Go to advanced search