vlc

Compiling error of VLC for Android

折月煮酒 提交于 2019-12-23 10:27:21
问题 When I'm compiling VLC for Android according to this page, at the step of: sh compile.sh I get this error: For an ARMv6 device without FPU: $ export NO_FPU=1 For an ARMv5 device: $ export NO_ARMV6=1 If you plan to use a release build, run 'compile.sh release' VLC source found Building tools ./bootstrap: line 63: [: 6b: integer expression expected You are ready to build VLC and its contribs Building the contribs Generating EGL pkg-config file Generating GLESv2 pkg-config file Guessing build

video gets stuck when its seeked back (C++) (QT) (libvlc)

梦想的初衷 提交于 2019-12-23 10:19:13
问题 I am using libvlc to play video on my GUI Application using QT 4. When I seek forward the video it works fine, but when I seek back the video, it gets stuck I mean frame doesn't change and my callback function which is videopostrender doesn't get any call. void videoPrerender(void *p_video_data, uint8_t **pp_pixel_buffer, int size) { // Locking //printf("cbVideoPrerender %i\n",size); //printf("vtest: %lld\n",(long long int)p_video_data); VLCPlayer* player = reinterpret_cast<VLCPlayer*>(p

Stream using libstreaming to VLC 2.2.4 exception

半城伤御伤魂 提交于 2019-12-23 04:45:47
问题 I setup libstreaming to stream video from Android camera to VLC 2.2.4 on my macOS. SharedPreferences.Editor editor = PreferenceManager.getDefaultSharedPreferences(context).edit(); editor.putString(RtspServer.KEY_PORT, String.valueOf(1777)); editor.apply(); SessionBuilder.getInstance() .setContext(context) .setCallback(this) .setAudioEncoder(SessionBuilder.AUDIO_NONE) .setVideoEncoder(SessionBuilder.VIDEO_H264) .setVideoQuality(new VideoQuality(640, 480, 15, 500000)); context.startService(new

Running LibVLC.NET Example on Windows 7

孤人 提交于 2019-12-23 03:00:06
问题 I want to try out VLC media framework bindings for .Net C#. I download source from http://libvlcnet.codeplex.com/SourceControl/latest , unzip it, download latest VLC from http://www.videolan.org/vlc/ , install it to C:\Program Files\ . Then I open downloaded source project, build it and after all I try to launch D:\libvlcnet-20526\trunk\Tests\Tutorial\bin\Debug\Tutorial.exe and finally error is trown : Unhandled exception: System dll not found exception no valid libvlc.dll could br found VLC

How to streaming video via VLC api in C#

主宰稳场 提交于 2019-12-23 02:52:40
问题 I'm working on small home project for video broadcasting. I've found some example. I've found some example Example, but it does not works, because needed old version of library 0.8.6. So I found it, but I have exceptions on unmanaged code when I've tried to get components from API. So maybe somebody works with VLC for videobrodcasting I would like if you are Advise any examples. 回答1: I found a solution and used Vlc.DotNet wrapper I've installed nuget packages and wrote console app: class

Controlling VLC\MediaMonkey Using C#?

自作多情 提交于 2019-12-23 02:45:43
问题 I'm writing an application that allows you to control VLC and\or Media Monkey without having to interact with the application itself. The problem I have is that the method I am using right now uses WM_APPCOMMAND which only works with Windows Media Player. I have searched a lot, and cannot seem to find a solution that will let me send the global media key (as in VK_MEDIA_PLAY_PAUSE) globally within a console application. The only was people have said to make this happen is to foreground the

VLC stream to MP4 WEBM and Flash

只愿长相守 提交于 2019-12-22 20:51:10
问题 I am trying to stream video from a IP Cam to my my Wordpress site. I would like my stream to be available via common devices Windows, Mac, Android and IOS. Currently I am using VLC to stream,but I can only get a flash stream to work but I would like to do FLV, MP4 and webm. What player should I use to display the MP4 and webm video on the site? Also I don't think the calls to VLC are correct cause I can't open the MP4 and webm stream in VLC on another computer, but I can open the flv stream.

VLC stream to MP4 WEBM and Flash

♀尐吖头ヾ 提交于 2019-12-22 20:49:12
问题 I am trying to stream video from a IP Cam to my my Wordpress site. I would like my stream to be available via common devices Windows, Mac, Android and IOS. Currently I am using VLC to stream,but I can only get a flash stream to work but I would like to do FLV, MP4 and webm. What player should I use to display the MP4 and webm video on the site? Also I don't think the calls to VLC are correct cause I can't open the MP4 and webm stream in VLC on another computer, but I can open the flv stream.

Do VLC or WMP ActiveX controls accept Stream objects?

寵の児 提交于 2019-12-22 14:40:26
问题 I've got a WCF service that stories media files and returns them to consuming applications in the form of a Stream object. The issue arises when the consuming application wants to stream the media using MediaElement. As you all know, MediaElement doesn't accept Stream objects. Can I get around this by using a VLC or WMP ActiveX control? Would either of these two controls allow me to play streaming media? 回答1: Both of those two activex controls support various types of streaming media, but

Do VLC or WMP ActiveX controls accept Stream objects?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-22 14:38:29
问题 I've got a WCF service that stories media files and returns them to consuming applications in the form of a Stream object. The issue arises when the consuming application wants to stream the media using MediaElement. As you all know, MediaElement doesn't accept Stream objects. Can I get around this by using a VLC or WMP ActiveX control? Would either of these two controls allow me to play streaming media? 回答1: Both of those two activex controls support various types of streaming media, but