Search found 13 matches

Go to advanced search

by IMS77
29 May 2012 09:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

Re: What is the good process to compile vlc & co on ubuntu 1

Sorry I don't remember exactly but I think no. I've tried many process and finish by installing vlc from the ppa from https://launchpad.net/~n-muench/+archive/vlc
by IMS77
30 Aug 2011 14:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

Re: What is the good process to compile vlc & co on ubuntu 1

Ok so i still have my error. live555 should be ok (I've downloaded it from the link above) vlc is configure with this option : ../configure --prefix=/usr --enable-run-as-root --enable-shared \ --enable-live555 --with-live55cd ../ --enable-x264 --with-x264-tree=../extras/x264-trunk \ --disable-mkv --...
by IMS77
30 Aug 2011 13:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

Re: What is the good process to compile vlc & co on ubuntu 1

Thanks for you response !
I'm compiling this live555
Do I need to configure & compile again vlc after that ?
I've read on the live555 web site that maybe I need to copy in /usr/lib the directory live, do you ?
by IMS77
30 Aug 2011 11:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

Re: What is the good process to compile vlc & co on ubuntu 1

Maybe, where do you get your live555 library ? I've tryed with the version from ftp (ftp://ftp.videolan.org/pub/videolan/contrib/) and from wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz To compile live555 I just do this tar xvzf live555-latest.tar.gz cd live sh genMakefiles linu...
by IMS77
30 Aug 2011 10:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

Re: What is the good process to compile vlc & co on ubuntu 1

So it's done. All is compile again but I still have my problem with the live555 library. [0x96c4cd0] main demux debug: looking for access_demux module: 1 candidate [0x96c4cd0] main demux warning: cannot load module `/usr/lib/vlc/plugins/demux/liblive555_plugin.so' (/usr/lib/vlc/plugins/demux/liblive...
by IMS77
29 Aug 2011 14:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

Re: What is the good process to compile vlc & co on ubuntu 1

Thanks for your response. I can't update to a newer ubuntu.
What about vlc v1.2 and patches ?
I will try again to compile from the beginning... hope it will work this time !
by IMS77
29 Aug 2011 11:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: What is the good process to compile vlc & co on ubuntu 10.04
Replies: 13
Views: 3018

What is the good process to compile vlc & co on ubuntu 10.04

Hi, I've tryed to compile vlc 1.2 with x264, ffmpeg and live555... from the git and svn in a virtualbox all the last week without success. I want to test on an ubuntu server 10.04 without X screen the last versions and see if my problems are still here. I'm merging a video record in h264 format and ...
by IMS77
28 Jul 2011 09:01
Forum: VLC stream-output (sout)
Topic: Join video and audio in a single mp4 file
Replies: 8
Views: 2665

Re: Join video and audio in a single mp4 file

Thanks for your explanation. I will try the git version today and see if I still have the problem. On the irc channel I've learned that the 1.2 is on the trunk and the 1.1.11 on the branch so now I can't test it ! I will give you the result if I successfully compile vlc ;o)
by IMS77
27 Jul 2011 17:15
Forum: VLC stream-output (sout)
Topic: Join video and audio in a single mp4 file
Replies: 8
Views: 2665

Re: Join video and audio in a single mp4 file

With vlc I can easily record a video stream in a record (.mp4) I have some troubles only when I want to merge audio & video. If I don't record (replacing the :file by :display in my code) I can't see my video with the audio played in the same time but it's a standard feature of vlc... The video ...
by IMS77
27 Jul 2011 16:48
Forum: VLC stream-output (sout)
Topic: Join video and audio in a single mp4 file
Replies: 8
Views: 2665

Re: Join video and audio in a single mp4 file

Thanks for your response. I'm installing a virtualbox to be able to compile vlc (I can't break my pc and so install new autotools..)
I hope it will not be to hard to configure & compile it ! Is the v1.2 stable ?
by IMS77
27 Jul 2011 14:47
Forum: VLC stream-output (sout)
Topic: Join video and audio in a single mp4 file
Replies: 8
Views: 2665

Re: Join video and audio in a single mp4 file

Nobody to give me an idea ?
by IMS77
26 Jul 2011 17:52
Forum: VLC stream-output (sout)
Topic: Join video and audio in a single mp4 file
Replies: 8
Views: 2665

Join video and audio in a single mp4 file

Hi, I'm trying to develop a recording application. Audio is recorded by a third system (asterisk) and give me a .wav (ulaw). I record the video coming from a rstp url to a file in H264 format to a .mp4 without audio. Next, I need to merge the audio and the video in a single .mp4 file (H264+AAC). It'...
by IMS77
06 Jul 2011 17:12
Forum: VLC stream-output (sout)
Topic: Convert pcm to ulaw
Replies: 0
Views: 1180

Convert pcm to ulaw

Hi, I'm trying to transcode a file in pcm format (wav container) to ulaw format (also wav container), is it possible ? I'm using vlc 1.1.4. int testConvertPcmToUlaw(libvlc_instance_t *vlc_instance) { char input_audio[] = "file:///tmp/pcm.wav"; // char output_audio[] = "/tmp/test.mp3&q...

Go to advanced search