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.
0
votes
1answer
23 views
Apple Mach-O Linker Error: Using Xcode 4.6 compile VLC for IOS on Simulator
HI~ I followed the page: forum.videolan.org/viewtopic.php?f=12&t=108069, and compile VLC successfully.
However, when I wanted to run the project on simulator by Xcode, the errors(Apple Mach-O ...
0
votes
0answers
24 views
Compile VLC for IOS Simulator(Xcode 4.6, IOS SDK 6.1 , Mac OSX10.8)
HI~ I try to compile VLC for IOS, and below is my steps:
git clone git://git.videolan.org/vlc-ports/ios.git
cd ios
./buildMobileVLC.sh -s
After that, I got the error bellow:
Making install in ...
0
votes
0answers
19 views
VLC for Android Compilation Error
I want to compile VLC for Android on Ubuntu 12.10.I already updated all the necessary tools and follow the whole procedure as described on http://wiki.videolan.org/AndroidCompile but when compile the ...
0
votes
0answers
13 views
GMP compile error: No rule to make target `mpn/add_n.lo', needed by `libgmp.la'
I am compiling the VLC for Android on Ubuntu 12.04, basing on this instruction
Always get this error when compiling the libgmp
ibstdc++/4.7/include ...
1
vote
0answers
27 views
How to save video stream using VLC in commandline?
I'm trying to save online video using VLC in command line on Window 7 Basic.
Here are few things I tried and worked partially:
I:\movies> vlc ...
0
votes
0answers
35 views
vlc player unable to play m3u8 play list
#EXTM3U
#EXT-X-TARGETDURATION:10
#EXTINF: 10
wr3libvorbis-1.ogg
#EXTINF: 10
wr3libvorbis-2.ogg
#EXTINF: 10
wr3libvorbis-3.ogg
#EXTINF: 10
wr3libvorbis-4.ogg
#EXTINF: 10
wr3libvorbis-5.ogg
#EXTINF: 10
...
0
votes
0answers
6 views
VLC Hide Title Bar When Cloning Windows
I have a single video running on three monitors via cloning in VLC however when I enable cloning I am unable to fullscreen the video. I can maximise the video but I am left with the title bar at the ...
0
votes
1answer
35 views
triggering vlc player from c++ code
I have some songs which I am want to play via code I have vlc player installed in ubuntu, I would like the code to play all the songs in the specified folder via vlc player... Is there a work around ...
-1
votes
0answers
20 views
WM_NCDESTROY message not received during destroywindow
I am using vlc browser plugin. The streaming is done using rtsp. After running a sequence of play-stop(10secs between play & stop) for more than 30 mins the stop hangs in destroywindow. After ...
0
votes
0answers
26 views
VLC mozilla plugin and h264 stream
For my project I'm using VLC mozilla plugin to show video and rtp / http streams but I came to the problem called h264 decoding.
Standalone version of VLC or CVLC can use --ffmpeg-hw flag to use ...
3
votes
1answer
104 views
LibVLC tutorial without SDL?
I am trying to write a video frame by frame to a *.yuv file and found this tutorial about rendering a video into an SDL surface.
Now I'm not exactly sure how to use this code without the SDL ...
0
votes
1answer
40 views
Using VLC capturing the video, and saving the frame as jpeg, how?
How do i get from the video stream 1 frame and saved it as samp.jpeg (keep overwriting on the same file 1 frame), so that i can use it in my python canvas or gui rendering from that jpeg and also in ...
0
votes
0answers
41 views
Changing the logo of VLC player embedded in HTML page
I have embedded the VLC player to a webpage and I would like to know if it's possible to change the "cone" logo with a different image. I'm using VLC in order to play a multicast stream (only audio).
...
1
vote
2answers
62 views
PHP script to echo VLC now playing XML attributes
I've been searching for a while on this and haven't had much luck. I've found plenty of resources showing how to echo data from dynamic XML, but I'm a PHP novice, and nothing I've written seems to ...
-1
votes
1answer
37 views
how to check programmatically whether MP4 is corrupted or not?
I want to check programmatically whether MP4 file is playable or not. I am very interested to solve this problem programmatically.
Manually, I can easily verify corrupted MP4 but I don't to watch ...
0
votes
0answers
9 views
Is there a way to detect if a video cannot be multicast by VLC?
Is it possible to determine in C# code if a video can be multicast or not?
I am currently on a project where I was told that a specific video could not be multi-cast due to some bug in our software ...
0
votes
0answers
23 views
Editing VLC script for a Server-Client function
I have some issues with a project with VLC. I'm tryying to make an Server-Client streaming with VLC. I have two VLC (one for Server, another for client). The server is launched by this script .bat
...
0
votes
0answers
24 views
vlc html plugin progress bar doesn't work properly
I want to show a mp4 video into my website but the progress bar fills itself before the video has finished running. Is there any way to manually control the progress or the vlc controls via javascript ...
0
votes
1answer
30 views
Hide video url on video player
I am getting video from my server (myserver.com/salsa/myVideo.mp4) and playing it on default android application using
Intent tostart = new Intent(Intent.ACTION_VIEW);
...
0
votes
0answers
67 views
Streaming H.264 video via RTP with VLC
I'm streaming an H264 movie through vlc 2.0.5. I've created the SDP file from reading the SDP packet through wireshark, and I was able to play the stream in vlc 1.1 and 0.9 (when the streamer is still ...
1
vote
1answer
44 views
use python to split a video file into a set of parts
I use the following python code to split a FLV video file into a set of parts ,when finished ,only the first part video can be played ,the other parts are corrupted.I wonder why and Is there some ...
0
votes
0answers
27 views
Decode wma and wmv codecs usning ffmpeg
I am trying to receive a http stream from an analog camera that is connected to hardware encoder. The codec of http stream is wma3 for audio and wmv2 for video. I can't do this maybe because ffmpeg ...
0
votes
0answers
26 views
VLC HTTP Streaming logs
I'm trying HTTP streaming with vlc, and it works fine.
The point is, I want the streaming info to be saved in some kind of log.. like apache logs.
Is that already available? if yes, where can I find ...
0
votes
0answers
37 views
streaming from VLC to Android
I try to stream my webcam to android device(Samsung model GT-S5302, Android version: 2.3.6)
but I have a problem to configure vlc (version VLC 2.0.5 Twoflower). I don't know what type of video codec ...
-2
votes
0answers
56 views
VLC library for Android Application [closed]
I'm working on an Android app that can view live streaming. Is it possible to use VLC player for this Android application? Can I use VLC library and add it into my Android eclipse project and use its ...
0
votes
0answers
102 views
Stream desktop over RTP using VLC with the lowest latency possible
I have been trying to figure out how to stream my desktop (over LAN) using VLC and to achieve the lowest latency possible (>100ms).
The goal is to have another computer receive the stream and ...
0
votes
0answers
102 views
Stream rtsp video using axvlcplugin to a file
I am using VLC plugin to run an rtsp stream. The stream works good. But I want to store these videos to a file destination. I use this code but does not work.
...
0
votes
0answers
44 views
Standalone VLC Browser Plugin
I want to embed the VLC player on my website, but I don't want to force users to leave the webpage, download the VLC application and install it. A plugin installation would be much cleaner in my ...
0
votes
1answer
82 views
Display multiple OpenCv IplImages over VLC Video Output
I'm trying to send multiple frames (previsously taken from an actual video file) via socket (C++) to then play with VLC.
I've searched a lot and didn't find a solution. Hope you can help me.
So, ...
-2
votes
0answers
34 views
Demuxing a TS with many PS using VLC [closed]
i am making my final project based on VLCs capability to trasncode and stream and incoming .TS file from a given IP address. The problem is that the input has many Program Streams with various audio ...
0
votes
0answers
11 views
VLC installation folders wiped out in Ubuntu
I've apparently done a huge mistake by wiping out every single folder named VLC on my Ubuntu.
Now, every time I try to install a new VLC the apt just says it is installed, but I can't get it started.
...
0
votes
0answers
20 views
Change in MP4 duration from actual Video duration
I have muxed a 10s H.264 video with 10s aac audio using FFMPEG into a mp4 container. But the total duration showed by VLC Player is 14seconds, any idea why this might happen?
0
votes
0answers
62 views
h.264 video in mp4 container jumps when played in VLC
I have H.264 video and AAC audio generated in Andriod phone recieved wirelessly using SIP protocol and muxed using FFMPEG APIs, The generated mp4 when played through VLC or other player is never in ...
0
votes
0answers
24 views
How to process the frame before display in VLC media library
I'm using VLC library to create a simple media player, the program will display instructions above the video. These instructions are varying in position, size and color. I need to process the video ...
0
votes
0answers
49 views
Unable to access sound card using VLC command line
I have been trying to access sound card input through the VLC player command line. Though I am able to open alsa://hw:0,0 in vlc, cvlc(command line) throws the error
open of `alsa://hw:0,0' ...
0
votes
1answer
49 views
Media container for H264 and Opus [closed]
I am looking for a media container that can hold H264 video and Opus audio,
allowing me to perform playback using VLC or equivalent. H264 is a hard
requirement, and I picked Opus because of the ...
0
votes
0answers
24 views
vlc part of desktop streaming to <host>:<port> [migrated]
With VLC, I wish to stream a portion of the desktop and send it to another host on my local area network.
The capture seems to work, I see a correct portion of the desktop into the VLC server, but ...
0
votes
0answers
46 views
How can I add a logo to VLC using command line?
I know there is the command line:
vlc.exe --logo-file="icon.png"
This only sets the path to the logo but doesn't activate it. So I'm looking for the command line that shows that logo, too.
0
votes
0answers
86 views
Where is VLC browser plugin documentation?
I don't having any luck trying to find it. Information on wiki is outdated, the vlc javascript object has changed a lot since the wiki page was written. Google searching give me a more updated look of ...
0
votes
0answers
38 views
Why is there a significant delay in the response of the VLC Player Com Component?
I added the VLC Player Component into my VB.Net project, then into the Toolbox and added an instance onto my form. I then added three buttons and used the following code:
Public Class FormPlayer
...
0
votes
0answers
26 views
How to output 5.1 surround on OS X with libvlc?
I am trying to get my app written to use libvlc to output surround (AC3 5.1) over an HDMI sound device.
The HDMI device is called "HDMI" in the Audio Devices in OSX.
I have tried using ...
0
votes
0answers
143 views
iPhone - IMA WAV ADPCM audio stream for iOS
I am trying to write an app for a school project that will play a video stream of the lab. They use Foscam cameras, and from what I understand they only stream audio in FFMPEG and VLC (a wrapper of ...
0
votes
1answer
109 views
libvlc stream part of screen
I want to stream a part of screen using vlc library. I wrote a small example:
#include <iostream>
#include <cstdlib>
#include <vlc/vlc.h>
int main(int argc, char**argv)
{
...
0
votes
1answer
117 views
VLC playing HTTP video stream from netty server: Connection reset by peer
I need to extend the basic netty HTTP file server (https://github.com/netty/netty/tree/master/example/src/main/java/io/netty/example/http/file) to stream a video through HTTP after I have done some ...
0
votes
0answers
115 views
VLC webcam stream to android lag
I'm trying to stream my webcam live to an android VideoView over my local network. The video shows up but after a huge 15-20 seconds lag.
VLC streaming settings:
usgin HTTP
Enacpsulation: MPEG-TS
...
0
votes
0answers
38 views
Release won't work for live555 on Windows 7
I have just compiled the code of live555 with visual studio 2010 and started to test media server program with mkv files under win7 64bit in LAN environment, with VLC player as the client.
The ...
0
votes
0answers
64 views
multicast on windows 7 not enabled even after RMP installation
I was streaming to a multicast IP address from my system that has Windows7+2 NIC cards(D-Link and Intel), but with intel's NIC card, I was not able to send multicast packets to a Laptop with single ...
-1
votes
0answers
87 views
Open network stream with VLC from my app
I'd like to open a network stream with VLC from my application.
Here is how I launch VLC:
Intent intent = new Intent();
intent.setComponent(new ComponentName("org.videolan.vlc.betav7neon", ...
0
votes
3answers
53 views
Start another app from my app
I want to start the wondershare player from my current activity and to make it (the wondershare player) use some passed argument (throught the call) as a streaming url.
I found some example using VLC ...
0
votes
0answers
168 views
Udp streams in vlc mosaic
I'm trying to regroup three UDP streams in one mosaic, using VLC 2.0.5 on Windows 7. I don't need to stream it; but just to display it on my screen. But I'm doing it wrong, hope some one could help.
...

