Search found 28 matches

Go to advanced search

by androido
05 Sep 2011 14:21
Forum: General VLC media player Troubleshooting
Topic: Streaming limit
Replies: 7
Views: 1191

Re: Streaming limit

any hint?
by androido
24 Aug 2011 12:36
Forum: General VLC media player Troubleshooting
Topic: Streaming limit
Replies: 7
Views: 1191

Re: Streaming limit

input cache of vlc? I don't know how to increase it.
by androido
24 Aug 2011 09:46
Forum: General VLC media player Troubleshooting
Topic: Streaming limit
Replies: 7
Views: 1191

Re: Streaming limit

no
by androido
23 Aug 2011 17:18
Forum: General VLC media player Troubleshooting
Topic: Streaming limit
Replies: 7
Views: 1191

Re: Streaming limit

I tested it on seperate systems and all with the same result 12 Mbit/s are good, the vlc player is working and 19 Mbit/s not and the difference between the systems is enormously. I tested it with the normal vlc player and the libvlc on all systems, all the same. And the utilization of the best syste...
by androido
21 Aug 2011 10:38
Forum: General VLC media player Troubleshooting
Topic: Streaming limit
Replies: 7
Views: 1191

Streaming limit

Dear all I have a Question, is there a streaming speed limit? I used the vlc player as a sever and streamed a h264 content with 12 Mbit/s and it worked but with warnings like number of reference frames exceeds max (probably corrupt input), discarding one number of reference frames exceeds max (proba...
by androido
17 Aug 2011 10:58
Forum: General VLC media player Troubleshooting
Topic: Libdvbpsi Error
Replies: 0
Views: 323

Libdvbpsi Error

I streamed many vids with this configuration and it still works server: vlc vid.ts --sout '#standard{access=http, mux=ts,dst=localhost:8080}' client: vlc http://localhost:8080 but one video which the vlc-player can replay and its not corrupt, leads only to a black window on client side and the conso...
by androido
15 Aug 2011 17:52
Forum: Development around libVLC
Topic: Libdvbpsi Error
Replies: 0
Views: 592

Libdvbpsi Error

Hello Everybody, its me again. I have a new Problem. I did it to make the libvlc working on Android and i can stream videos from my Android-Board to the PC. But now I have a Problem if I try to play a *.ts file. I tried it with my application, the server settings are const char* sout = "#stream...
by androido
12 Aug 2011 13:17
Forum: Development around libVLC
Topic: looking for sout stream module: 0 candidates
Replies: 5
Views: 1718

Re: looking for sout stream module: 0 candidates

I solved the Problem, the problem was, that there is no standard-module on android. A few weeks before i tested the same on linux and it worked with const char* sout = "#standard{access=http,mux=ogg,dst=192.168.0.2:8080}". I thoughts I could use this on android too, why not? The Problem wa...
by androido
09 Aug 2011 13:16
Forum: Development around libVLC
Topic: looking for sout stream module: 0 candidates
Replies: 5
Views: 1718

Re: looking for sout stream module: 0 candidates

It doesn't work, which library i need to activate? Btw my libvlcjni.h looks like that /* File: libvlcjni.h * Autogenerated from the list of modules */ vlc_declare_plugin(packetizer_h264); vlc_declare_plugin(packetizer_mlp); vlc_declare_plugin(packetizer_mpeg4audio); vlc_declare_plugin(packetizer_dir...
by androido
09 Aug 2011 10:13
Forum: Development around libVLC
Topic: looking for sout stream module: 0 candidates
Replies: 5
Views: 1718

Re: looking for sout stream module: 0 candidates

What I'm searching is in the "libstream_out_standard_plugin.a" isn't it? Please give me a feedback if its right or not. I found the libstream_out_standard_plugin.a but not in the libvlcjni.so, if I'm right than i just have bind the libstream_out_standard_plugin.a in the libvlcjni.so? But t...
by androido
08 Aug 2011 16:39
Forum: Development around libVLC
Topic: looking for sout stream module: 0 candidates
Replies: 5
Views: 1718

looking for sout stream module: 0 candidates

And the libvlc works on Android, thanks for your help, but my last problem is. I have a little streaming application on android const char* argv[] = { "-I", "dummy", "--ignore-config", "--extraintf=logger", "--verbose=2" }; const char* sout = "#...
by androido
08 Aug 2011 16:32
Forum: Development around libVLC
Topic: Android VLM-Methods
Replies: 3
Views: 792

Re: Android VLM-Methods

Sorry, the Problem was that i didn't see that the "LOCAL_SRC_FILES := libvlcjni.c aout.c thumbnailer.c" that i forgot to update the libvlcjni.c with my methods. I do not use the libvlcjni.c but at this time it was really important, cause the makefile only bound the symbols which are needed...
by androido
08 Aug 2011 15:11
Forum: Development around libVLC
Topic: Android VLM-Methods
Replies: 3
Views: 792

Re: Android VLM-Methods

I solved the problem.
by androido
01 Aug 2011 17:38
Forum: Development around libVLC
Topic: Android VLM-Methods
Replies: 3
Views: 792

Android VLM-Methods

I have a working libvlcjni.so lib but poorly some Methods I could not find. /home/me/projekt/Server/obj/local/armeabi/objs/server/server.o: In function `Java_inca_Server_Server_hello': /home/me/project/Server/jni/server.c:33: undefined reference to `libvlc_vlm_add_broadcast' /home/me/project/Server/...
by androido
01 Aug 2011 17:35
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

thanks for your help it works.
by androido
29 Jul 2011 15:19
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

I know that you can not use NEON instructions thats why I set NO_NEON=1, maybe I use some NEON instruction. Cause Signal 4 is illegal instruction. Does something of this code cause an NEON instruction? const char *argv[] = {"-I", "dummy", "-vvv", "--no-plugins-cach...
by androido
28 Jul 2011 17:01
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

A last question, cause now it is able to let it compile with these new options. But the app ends under Android wit Signal 4. Is it possible to run the whole libvlc on Android-Emulator? A part of it could run (all without plugins) thats what i tested a long time before. I use the new sdk 12 version
by androido
28 Jul 2011 15:42
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

I think I got it, thanks for your help. I made a bad mistake, I had to old header versions.
by androido
28 Jul 2011 13:38
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

ok these problem is solved, but it still doesn't work
by androido
28 Jul 2011 13:22
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

How should I do that, if I don't know what argument I need for the libvlc_new_with_builtins? Its the same if I use libvlcjni.c or my on c-file, a c-file is a c-file and both don't know the packetizer_h264", "packetizer_mlp", "packetizer_mpeg4audio"...
by androido
28 Jul 2011 11:03
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

/* File: libvlcjni.h * Autogenerated from the list of modules */ vlc_declare_plugin(packetizer_h264); vlc_declare_plugin(packetizer_mlp); vlc_declare_plugin(packetizer_mpeg4audio); vlc_declare_plugin(packetizer_dirac); vlc_declare_plugin(packetizer_flac); vlc_declare_plugin(packetizer_mpegvideo); vl...
by androido
28 Jul 2011 10:42
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

ok but if I include the libvlcjni.h to the project, the message would come don't know "packetizer_h264", "packetizer_mlp", "packetizer_mpeg4audio" ... and so on.
by androido
28 Jul 2011 09:32
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

Hey thanks for your link, but where is the definition of "vlc_builtins_modules" at line 195
by androido
27 Jul 2011 17:45
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

If I look at the Android.mk file after the compile I see that the plugins are all included in the libvlcjni.so LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libvlcjni LOCAL_SRC_FILES := libvlcjni.c aout.c thumbnailer.c LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../../../../include LOC...
by androido
27 Jul 2011 16:33
Forum: Development around libVLC
Topic: Android and libvlc plugin problems
Replies: 21
Views: 6708

Re: Android and libvlc plugin problems

poorly no change, but I think they are enabledm because of this, and the switch is set in the configure.sh "Enabled modules: a52tofloat32 access_avio access_realrtsp avcodec avformat dtstofloat32 dynamicoverlay fb flac kate libmpeg2 live555 mkv ogg opensles osd_parser osdmenu png postproc speex...

Go to advanced search