vlc

Using VlcManager with last version of Vlc.DotNet

回眸只為那壹抹淺笑 提交于 2019-12-06 08:42:35
问题 I'm trying to use the Vlc.DotNet library for my WinForms C# application. I wan't to use the VlcManager from the Core.Interops of the Vlc.DotNet library but there is no recent documentation. In earlier version you can create an instance of the VlcControl and the VlcManager and set the VlcManager to the VlcControl, but this isn't availible anymore within the last version of Vlc.DotNet. Can anybody tell my how I can add (multiple) VlcControls to a VlcManager? This should decrease memory usage

Streaming video to embedded VLC via ASP.Net - Unable to seek position

孤人 提交于 2019-12-06 07:16:43
I am trying to write a video streaming site using an embedded VLC control to play the video and an asp.net handler to get the video stream. I am embedding the control as follows: <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" width="640" height="480" target="http://MyWebsite/MyHandler.ashx"/> <object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab"></object> And the code i am using in the handler to stream the video is: public void ProcessRequest(HttpContext context) { context

Cross-browser embed VLC plugin

六眼飞鱼酱① 提交于 2019-12-06 04:51:01
I have embedded vlc plugin for Google Chrome this way: <embed type='application/x-vlc-plugin' pluginspage='http://www.videolan.org' version='VideoLAN.VLCPlugin.2' width='800' height='600' id='vlc' loop='yes' autoplay='yes' target='rtsp://127.0.0.1:8554/realtime_1db07ff1-c5f9-4597-abf6-0d442454d06c'> </embed> But this approach doesn't work with Internet Explorer. Are any universal methods available to embed this player in all browsers? I posted examples for both IE and Mozilla on the VideoLan forum a while ago here . I wrote myself a switch that distinguishes between IE and "the rest" and

vlc mac python binding no video output

时间秒杀一切 提交于 2019-12-06 04:38:56
问题 I am using vlc python binding to play a video. Then I got these errors: [0x3d0c58] main window error: corrupt module: /Applications/VLC.app/Contents/MacOS/plugins/libmacosx_plugin.dylib [0x3c9af8] vout_macosx vout display error: No drawable-nsobject nor vout_window_t found, passing over. [0x3178a98] main video output error: video output creation failed [0xa48c98] main decoder error: failed to create video output The video won't show. However audio is ok, I can hear the audio without problem.

Use VLC to stream RTSP feed as HTTP Live Stream

做~自己de王妃 提交于 2019-12-06 03:37:24
问题 I have a really high quality RTSP feed coming into a windows server. I'm attempting to use VLC to restream it as Http Live Streaming. Does anyone know whether it is possible to establish this stream through VLC's graphic user interface as opposed to the command line? If so, how? The examples I've found so far (on here and elsewhere) have all been command line examples and none of them have worked at all. I would love to hear from anyone who has actually accomplished a successful restream of

How to write VLC plugin that can interact with the operating system

試著忘記壹切 提交于 2019-12-06 03:05:26
问题 I need to find out if it is possible and how (I do not care about the language C/C++, Lua, Python ...) to make a VLC plugin which purpose will be to be called by the VLC player and at specific times of the video stream will do some action. The action that I need to do is to open a UDP socket and send some data read from a file that comes along with the video currently played. I need to make something like a subtitle reader that on it's best can initialize UDP socket and send the read data to

You need the NDKv8b or later when build VLC

做~自己de王妃 提交于 2019-12-06 03:02:10
I have build VLC in android with codes implement: jack--:~$ export ANDROID_SDK=android-sdk jack--:~$ export ANDROID_NDK=android-ndk-r9d jack--:~$ export PATH=$PATH:$ANDROID_SDK/platform-tools:$ANDROID_SDK/tools jack--:~$ export ANDROID_ABI=armeabi-v7a But i'm using the NDK revision 9 The problem show "You need the NDKv8b or later". How do i solve the problem ? Use like this : export ANDROID_NDK=~/.android/adt-bundle-linux-x86-20130729/android-ndk-r9d This will solve the problem. That is use ~/ before your NDK path. 来源: https://stackoverflow.com/questions/20091285/you-need-the-ndkv8b-or-later

Problems Starting VLC HTTP Stream with Servlet

微笑、不失礼 提交于 2019-12-06 02:40:12
I'm working on a VLC project for myself. My goal is to create an HTML front end to start a stream. I am doing this through the use of Java Servlets. Overview: Ubuntu 13.04, Java 7-21 : IcedTea 2.3.9, Eclipse JAVAEE IDE, Tomcat 7 I am trying to start a VLC HTTP video stream using this call. vlc -vvv /home/jca310ms/Videos/test.avi.flv \ --sout '#transcode{vcodec=FLV1,vb=4096,fps=25,scale=1,acodec=mp3,ab=512,samplerate=44100,channels=2}:std{access=http,mux=flv,dst=0.0.0.0:8081/stream.flv}' Now, this call does work from the command line. However, when it is run using : String args = "vlc -vvv

WPF使用VLC播放本地和流媒体视频 循环播放

和自甴很熟 提交于 2019-12-06 01:50:24
1、创建wpf项目 2、使用Nuget安装vlc,选择vlc.docnet.wpf 3、xaml中添加vlc 4、编写cs代码 trsp协议的视频源 公开的不好找,网上有的基本没法使用,可以自己找个视频用VLC软件输出一个rtsp协议的视频流进行测试。 5、注意事项 首先 需要安装VLC,然后将VLC整体拷贝到项目的输出目录,比如debug目录下; 另外,下载安装时,一定要注意VLC的版本,如果你的项目是默认anycpu,那么久需要安装32位的VLC, 如果指定输出64位,那么久安装64位的VLC 最后源码 MainWindow.xaml View Code MainWindow.xaml.cs View Code 来源: https://www.cnblogs.com/rsj1767/p/11955600.html

Python vlc install problems

谁说胖子不能爱 提交于 2019-12-06 01:22:32
alright so i am trying to install vlc with pip and its telling me successfully installed python-vlc ok good that's what i wanted but when i go to run the program im trying to use vlc in witch is here import vlc p = vlc.MediaPlayer("https://www.youtube.com/watch?v=jC1vtG3oyqg") p.play() i am told this Traceback (most recent call last): File "C:\Users\Matt\Desktop\test2.py", line 1, in <module> import vlc File "C:\Python27\lib\site-packages\vlc.py", line 173, in <module> dll, plugin_path = find_lib() File "C:\Python27\lib\site-packages\vlc.py", line 150, in find_lib dll = ctypes.CDLL('libvlc.dll