Tagged Questions

VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.

learn more… | top users | synonyms

16
votes
1answer
980 views

Camera streaming using RTP from Android to PC

I'd like to write an application for Android for camera streaming to PC (H.263, MPEG_4). I found some libraries: sipandroid, jlibrtp. SIPandroid: RTP packets are streamed (wireshark catches it on PC ...
8
votes
4answers
288 views

VLC dying when called from inside Java

I'm having a problem that, at this moment, I don't even know how to investigate properly. Any recommendations on how I can get more information are welcome and appreciated. My company sells a ...
7
votes
4answers
463 views

Delphi XE2 : How can I play video files with firemonkey

I want to make a mediaplayer application using with firemonkey but I can't see any component for videoplayer :( I was trying to integrate VLC (VideoLAN player) to firemonkey but the firemonkey ...
7
votes
1answer
3k views

How to create video streaming using C#

I have been working on the solution to develop video streaming web services using C#. I am using Windows XP, with the latest version of vlc 1.0.3 to stream video over LAN network. However, currently, ...
6
votes
2answers
949 views

Control VLC from Python in Windows

I'm running VLC (a media player) in Windows 7. Is there way to control (as in: play, pause, set volume) a running instance of VLC from Python?
6
votes
6answers
6k views

VLC remotely control from C#

i'm trying to control the VLC Media Player from C#. I tried getting a handle on the window with the FindWindow() command from .Net but as i found out the name of the window changes every time a file ...
5
votes
3answers
2k views

C# VLC 1.1 Wrapper

Does anyone know about a C# VLC 1.1 Wrapper? I've found some wrappers for older versions of VLC (haven't tried them yet), but none for the new version. So if you know of any, please post them.
5
votes
3answers
854 views

streaming video to and from multiple sources

I wanted to get some ideas one how some of you would approach this problem. I've got a robot, that is running linux and uses a webcam (with a v4l2 driver) as one of its sensors. I've written a control ...
5
votes
2answers
3k views

VLC desktop streaming

Edit I stopped using VLC and switched to GMax FLV Encoder. It does a much better job IMO. Original post I am sending my desktop (screen) as an H264 video stream to another machine that saves it to a ...
4
votes
1answer
568 views

VLC Scripting with Lua: Jump to a specific time in a file?

This seems like it should be simple, but I'm coming up empty handed here. I'm trying to make a simple VLC script that checks if the "random" button is on, and if so when it jumps to a random file, ...
4
votes
1answer
2k views

how to get vlc logs?

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" comes up in a dialog box. How can I enable logs in VLC?
4
votes
2answers
822 views

HTTP stream without extension in MPMoviePlayerController

I'm currently letting VLC stream a WMV file while it converts the file live to H264 with MP3 audio. This means you get an URL with just an IP and a port (http://127.0.0.1:1234/). When I try to let ...
4
votes
1answer
2k views

Convert streaming MPEG-4 raw data to H.264

I've got a Sony network camera (SNC-RZ25N) that I am trying desperately to get data from in some meaningful format. The documentation says it sends MPEG-4 raw data, but is not more specific than than. ...
3
votes
1answer
287 views

MPEG-TS Encoding

I have a file that i need to convert to MPEG-TS so that it fits the below specification: Elementary stream bitrate [kbit/s] video: 2575 audio: 2 x 192 subtitle: - PAT/PMT: - Stuffing: - Component TS ...
3
votes
1answer
190 views

How to draw on VLC surface using delphi

I have Delphi VLC bindings, and i need to do some kind of on-screen display (OSD) menu. How can i draw on a video surface from VLC. I know that i can use SDL but i wondering can VLC do that.
3
votes
1answer
126 views

Can I use System.IO.Stream with an ActiveX VLC control?

I'm thinking about using VLC as an ActiveX control for my WPF application, but I'm unsure of whether or not it would accept a System.IO.Stream object as an input parameter and be able to stream media ...
3
votes
1answer
578 views

How to use the phonon-vlc-backend in PyQt4 on Windows

I'm helping develop a PyQt4.8 application which amongst other things plays video and audio. We are using Phonon for this, part of the reason being that we also embed videos in a QtWebkit page which ...
3
votes
1answer
291 views

libVLC function media_player_new() throws Segmentation Fault

media_player_new() throws segmentation fault. import vlc ins=vlc.Instance() player=ins.media_player_new() Here is where it crashes: Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 ...
3
votes
5answers
392 views

Disable Windows service at application launch

Because of VLC conflict I have to turn off Windows Advanced Text Services at my application launch. Is there any special API for that? Will it work for user with default rights?
3
votes
3answers
599 views

How do I tell the browser to open an avi file with VLC or similar in HTML?

So I have a list of avi files on a web page (For my own purposes!), and was wondering what do I have to put into the html code to tell the browser to open VLC? or mplayer or simliar?
3
votes
3answers
6k views

Mjpeg VLC and HTTP Streaming

I'm generating a MJpeg Stream and trying to stream it to VLC and play it there. The code: public void SendMultiPartData(String contentType, Func<byte[]> getData) { ...
3
votes
3answers
2k views

Where can I find a free/opensource Delphi multimedia component?

I was in a project where I must be able to play almost audio/video files (format). The requirements: Video: .dat (vcd & svcd) .vob (dvd) .rmvb (real media) .mp4 (mpeg4/x264/h264) .wmv/.asf ...
3
votes
1answer
2k views

VLC Server Communication with .NET C#

I am working on a project that allows for video streaming or video-on-demand. I've looked for software packages and VLC looks like an excellent choice for low cost needs. In order to really work with ...
2
votes
1answer
30 views

i want to display a message when i click(left or right) on widget in qt

This code is for VLC Media Player. If I move the mouse in fullscreen, the message and the x,y coordinates get displayed. I want to display a message when I click (left or right) on fullscreen. How ...
2
votes
2answers
72 views

Windows: start a new process hidden (no window)

I want to execute a 3rd party program (VLC in my case) without any window popping up in Windows. I am running my java program as a Windows service which works fine, but when I start VLC using ...
2
votes
1answer
128 views

Play back an RTSP in Flash

I have an IP camera streaming video through RTSP, and I am able to pick up the stream in VLC (rtsp://192.168.1.50:554/live.sdp). What I need now is a way to show this stream in a Flash application I ...
2
votes
2answers
318 views

Does VLC media player have a C# interface?

Is it possible to read the track statistics(time, title etc) from a currently playing file in VLC play using a wrapper in a C# console application? does anyone have any recommendations for a wrapper ...
2
votes
1answer
136 views

Disable Command Prompt When Running LibVLC with QT on Windows

I have a c++ program that uses libVLC and QT. When the program starts it creates the QT UI but it also opens a command prompt that holds any VLC errors. Does anyone know a way to suppress to CMD ...
2
votes
2answers
95 views

Recording lossy video stream

I'm trying to record live video stream to a file. I tried with VLC using vlc {INPUT} --sout '#std{access=file,mux=ts,dst=file.mp4}' I tried with ffmpeg using ffmpeg {INPUT} -vcodec copy ...
2
votes
2answers
206 views

How do I silence vlc output from bash script completely?

I have a script I wrote for myself and it uses vlc somewhere towards to end and I need it to stop outputting anything it wants but keep my own outputs (so no "clear"). i have used the parameters: ...
2
votes
1answer
686 views

building MobileVLC -> armc7 + ffmpeg issue

I'm trying to build MobileVLC on OS X Lion, against iOS SDK 5.0. So far, no dice. Followed the given instructions, however, build stops and fails here: [info] Building contrib for iOS in ...
2
votes
2answers
201 views

executing a subprocess from python

I think something is getting subtly mangeled when I attempt to execute a subprocess from a python script I attempt to execute vlc with some (a lot) of arguments. the instance of vlc that arises ...
2
votes
1answer
190 views

Gstreamer or VLC? For desktop and mobile platforms?

Is there any cross platform binaries available for Gstreamer to install it via Web start or Jnlp? Such as VLC seems almost have all platform compatibility but it does not provide Gst and commands ...
2
votes
1answer
569 views

Streaming synchronized media to multiple devices over WiFi

I want to stream synchronized media to multiple devices (also called multi-room audio), similar to what is done with Sonos or AirPlay. I figured this would be easy to do using RTP multicast, as you ...
2
votes
2answers
582 views

Playing live http stream in vlcj

I'm trying to use vlcj to play live internet radio stations in a project. I've played around with some sample programs for a few hours, but I cannot get either the sample programs or programs that ...
2
votes
1answer
855 views

fatal error LNK1107 when generating lib file from vlc dll

I followed the instructions on this site http://wiki.videolan.org/GenerateLibFromDll for generating a lib file from a dll. The def file is created fine and I have editted it as suggested but when I ...
2
votes
1answer
892 views

How to play youtube videos through vlc plugin?

I'm using vlc plugin into C# Windows form application. It works fine with all media type but it can't play youtube videos through the plugin also it can be played in the main player itself. I'm using ...
2
votes
3answers
2k views

how to control VLC by java

I want to run a program called VLC in java and control it while running, for example if user clicked on pause or fast forward button, I do a specific suitable action. I run VLC by this code : ...
2
votes
2answers
578 views

VLC player event catch

In my C# application i need to trigger some events when a VLC player (preferably) starts playback (a play button is pressed in VLC for example).Tried Windows Media Player classic with Microsoft Spy++ ...
2
votes
2answers
3k views

How to stream your images/files with VLC?

So I know there are lot of wrappers of libVLC.dll . But I just do not know what one is ready to do what I need... What I need is simple... in my C# program I create some bitmap (once or twice per ...
2
votes
2answers
2k views

Launch VLC in Java and connect to it via rc interface

I've already seen this thread, but I'm still having an issue: http://stackoverflow.com/questions/1731299/starting-vlc-player-in-java It appears the Java bindings for VLC are no longer under active ...
2
votes
1answer
256 views

Embedding VLC on Windows

How to access the webcam on windows (XP)? On Linux, I'd use the MRL "v4l2://", as in: libvlc_media_new(libvlc_new(),"v4l2://",&libvlc_exception_t) And let it detect it automagically. I know, ...
2
votes
1answer
545 views

Grab VLC frames through HTTP protocol

Is there any way to access a movie plaing in VLC through HTTP in jpeg/png format. You see, what I want, is to have a movie playing in my local VLC player, and access currently playing frame through ...
2
votes
1answer
292 views

Getting “cross-thread operation not valid” even when using invoke method

I get the "cross-thread operation not valid" here: if ( vlc.State == VlcPlayerControlState.PLAYING ) { if ( vlc.InvokeRequired ) { vlc.Invoke( new ...
2
votes
3answers
149 views

Launching applications silently?

My C++ application calls VLC as a subprocess. Is there a way to avoid having the GUI pop-up? I am looking for a Mac and a Windows solution. Hackish workarounds are welcome too. PS: I know there is ...
2
votes
4answers
470 views

Video streaming woes

I'm working on a video streaming application, where compatibility has so far been limited to Windows and IE (though it seems to work well enough on Firefox as well) I have been tasked to get it to ...
2
votes
1answer
2k views

Toolbar with VLC ActiveX in VB.NET

I've used the VideoLAN VLC ActiveX Plugin 2 (available in the VLC 0.9.4 installation) in my VB.NET App. I've noticed that: The controller toolbar (seek bar, control buttons, volume) do NOT appear ...
2
votes
6answers
6k views

Opensource Streaming Server application?

I am looking for opensource Streaming server. I have played around VLS/VLC before. Have any of you used Darwin from Apple? Are there any other options available?
1
vote
0answers
22 views

Stream video, using vlc, to android

I start the server like this: vlc --ttl 12 -vvv --color -I telnet --telnet-password something --rtsp-host localhost:5544 Then I telnet to the server and execute the following: new test vod setup ...
1
vote
1answer
31 views

Bash script runs when debugged ( -x) but fails when run normally

I have a bash script that I run via cron to restart vlc (I use vlc to show the stream from an IP webcam I use as a baby monitor - the stream gets progressively delayed, so I run this script to kill ...

1 2 3 4 5 6