Hello, I am testing vlc mozilla plugin with rtsp server. I can play, pause, fast forward and set position of a rtsp source movie without a problem. But I have some other problems: 1. When I fast forward the movie I don't get the right position of the movie. The position is returned as the rtsp sourc...
It would be nice if vlc had support for new linux dvb s2api, because there is a lot dvb-s2 HDTV channels on a satellite these days. Do you guys plan any activities to support this feature?
For now I just compiled vlc with this code commented out from source in src/vlc.c file: /* if (geteuid () == 0) { fprintf (stderr, "VLC is not supposed to be run as root. Sorry.\n" "If you need to use real-time priorities and/or privileged TCP ports\n" "you can use %s-wrappe...
Hello, Need some help with starting vlc with root user. I tried this: vlc -vvv VLC is not supposed to be run as root. Sorry. If you need to use real-time priorities and/or privileged TCP ports you can use /usr/bin/vlc-wrapper (make sure it is Set-UID root first and cannot be run by non-trusted users...
I have the same problem. I am stuck with the same vlc version from 2008.01.30. Latest is from today, but I don't know why did it get dependencies for newer libs that are not in gutsy repositories: libvlc1: Depends: libc6 (>=2.7-1) but 2.6.1-1ubuntu10 is to be installed Depends: libhal1 (>=0.5.10) bu...
newcamd is no longer developed,so you can't decrypt newer almost anything now. And it supported just one channel decryption. There is a new tool now for linux, but I don't know if we can talk about it on this forums. PM me and I will tell you where to look!
Did you find out any solution for this error: Exception in thread "main" org.videolan.jvlc.VLCException: not implemented at org.videolan.jvlc.Audio._install_callback(Native Method) at org.videolan.jvlc.Audio.install_callaback(Audio.java:44) at org.videolan.jvlc.Audio.<init>(Audio.java:39) ...
I was using vlc through JVLC. Now I tried vlc in command line and the problem is gone. Now I don't know if problem is in vlc library or in jvlc library.
If I would only know how to use vlc library in C to start dvb streaming and test this option to!
Argument --no-stats doesn't help in my case. When one of streaming channels become scrambled, vlc starts to consume more and more memory, until system gets really slow. I tested both versions and I came to conclusion that 0.8.6c is a lot better than 0.9.0, but still not without memory rising feature...
I have the same problem when streaming dvb-s channels. I found out that vlc memory and cpu usage are rising when my channel for dvb-s card become scrambled. And when it is free again memory usage stays at the number when channel became free again. It doesn't fall back to normal. When this repeats a ...
I am using it under linux. I thinl it was fixed some time ago, so you should get or compile yourself a newer version of jvlc. I compiled it a week ago and jvlc and vlm works great.
I am using latest vlc-trunk. My code for adding VLM looks like this name = "channel1"; input = "dvb://"; output = "#duplicate{dst=std{dst=227.111.1.1:12345}}"; ch1options = new String[8]; ch1options[0] = "programs=3201"; ch1options[1] = "dvb-adapter=0&quo...
Now I tested this and it seems that it was fixed with this commit in trunk [url]http://trac.videolan.org/vlc/changeset/19150[/url If I want to set just vertical or horizontal position separately of subtitles it doesn't work. Vlc positions it by default: new film vod mux mp2t setup film output #trans...
Hello litlejohn, do you know if in the latest trunk vlm works in jvlc? I am tryning something and it doesn't seem that it works, but than again I am not an expert in java developing. I get this error: org.videolan.jvlc.VLCException: Media channel1 creation failed at org.videolan.jvlc.VLM._addBroadca...