3
votes
1answer
101 views
VLC desktop streaming
I am sending my desktop (screen) as an H264 video stream to another machine that saves it to a file using the follwoing command lines:
Sender of the stream:
vlc -I dummy
--so …
0
votes
2answers
65 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 …
1
vote
1answer
112 views
Linux application that bundles multiple incoming audio and video streams into one container file?
I've been assigned to implement a video on-demand service for a local university. Different aspects of the lectures (video, audio, screen cast, white board) will be recorded. Durin …
1
vote
2answers
80 views
Streaming the desktop
I want to create a C++ cross-platform (Windows and MacOS X) application that sends the screen as a video stream to a server.
The application is needed in the context of lecture ca …
0
votes
0answers
11 views
Anyone used libvlc on Mac?
Edit
I've been able to simplify the reproduction of the error:
When trying to build this sample:
$ cc example.c -arch i386 -lvlc.2 -L/Applications/VLC.app/Contents/MacOS/lib/ - …
1
vote
2answers
56 views
Converting an old cell phone into a webcam
I have an old T-Mobile MDA. It has WiFi, Windows Mobile and a camera. I would like to convert it to be used as a baby monitor. Ideally, I could do this with just be a port of VL …
2
votes
3answers
61 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 simlia …
0
votes
0answers
13 views
Synced audio stream from Linux (pulse) to Windows [closed]
Technical problems give me OCD. Synced audio stream from Linux (pulse) to Windows. Please someone give me the answer so I can get over it
Pulse looks like its good to go with crea …
0
votes
2answers
93 views
How to display a video stream from an IP address in a webpage?
I have been given a network IP address. In the format of http://192.168.1.15
When I enter this address into VLC Player, it streams fine.
The stream itself is a DVB/MPEG TS strea …
1
vote
2answers
81 views
Reposition a VLC window programmatically
I'm sure others have run into this problem too...
I often watch videos in a small VLC window while working on other tasks, but no matter where the window is placed, I eventually n …
0
votes
0answers
23 views
Splicing from a weird DVD-format [closed]
I have a DVD full of video clips. I want to exact only some of these clips. I tried to use mplayer/mencoder's nice feature of Edit Decision List (EDL). However, the video timer …
0
votes
1answer
65 views
How to send keypresses from qt application to libvlc
I need to send keypresses from my application window to libvlc, how do i do that? I tried using varSetInteger but then i got the following error
error: ‘var_SetInteger’ was not de …
0
votes
2answers
43 views
Extracting basic info from animation file
I'm writing an application that handles metadata for images and all kinds of animations, so I'm looking for a way to find basic info about an animation file, e.g:
length (in minu …
3
votes
1answer
385 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 …
0
votes
6answers
1k views
VLC remotely control from C#
Hello, 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 …
