Search found 13 matches

Go to advanced search

by marcsto
14 Mar 2010 03:29
Forum: General VLC media player Troubleshooting
Topic: Stream as fast as possible while client buffers
Replies: 0
Views: 335

Stream as fast as possible while client buffers

Hi, If transcoding to a file, the input is transcoded as fast as possible. When transcoding to an http stream, the input is transcoded and streamed at a rate equivalent to the playback (1 minute file will take about 1 minute to transcode). Most clients buffer the initial part of a stream to allow sm...
by marcsto
22 Feb 2010 12:25
Forum: VLC media player for Windows Troubleshooting
Topic: Audio/Video out of sync when encoding using h264 with mp4a
Replies: 6
Views: 4733

Re: Audio/Video out of sync when encoding using h264 with mp4a

I did some more experiments and found the following results: Encapsulation Video codec Audio codec Result MP4/MOV h264 MPEG 4 Audio (AAC) out of sync MP4/MOV h264 MPEG Audio out of sync MP4/MOV h264 MP3 out of sync MP4/MOV MPEG-4 MPEG Audio out of sync MPEG-PS h264 MPEG Audio in sync MPEG-TS h264 MP...
by marcsto
20 Feb 2010 10:46
Forum: VLC media player for Windows Troubleshooting
Topic: Audio/Video out of sync when encoding using h264 with mp4a
Replies: 6
Views: 4733

Audio/Video out of sync when encoding using h264 with mp4a

When I try to transcode a video in VLC using the h264 video codec and mp4a audio codec, the audio and video is consistently out of sync by about 1 second. As part of my debugging process, I tried using MediaCoder with the same codecs and similar settings and the audio / video was also out of sync, w...
by marcsto
15 Dec 2008 11:18
Forum: VLC media player for Windows Troubleshooting
Topic: Play Youtube videos in JVLC
Replies: 1
Views: 187

Play Youtube videos in JVLC

Hello, I noticed that, when using VLC through it's normal interface, I can select 'Media' 'Open Network...' and pass in a youtube url to have the video play automatically in VLC. I'm trying to get the same mechanism to work in my application which communicates to libvlc through JVLC. I was hoping it...
by marcsto
19 Oct 2008 04:35
Forum: Development around libVLC
Topic: Extract art from media through libvlc
Replies: 3
Views: 1265

Extract art from media through libvlc

Hello, Songs may have art embedded in them (ex: an mp3 file can have album art). How does VLC expose this information? What I know so far: 1. I can get access to the art url by using "libvlc_meta_t.libvlc_meta_ArtworkURL" This will return "attachment://" if the art is embedded in...
by marcsto
19 Oct 2008 04:30
Forum: VLC media player for Windows Troubleshooting
Topic: Unicode problem when using JVLC
Replies: 1
Views: 211

Re: Unicode problem when using JVLC

In case anyone else has this problem, here's what you have to do:
Somewhere in your program, type the following command:

Code: Select all

System.setProperty("jna.encoding", "UTF8");
by marcsto
03 Oct 2008 10:28
Forum: VLC media player for Windows Troubleshooting
Topic: Unicode problem when using JVLC
Replies: 1
Views: 211

Unicode problem when using JVLC

When making an Java application that uses VLC's java binding (called JVLC), I am unable to play files with Chinese characters (pretty much anything that is not ascii doesn't work). These files play properly if I open them directly in VLC. I think I've narrowed down the problem to the MediaDescriptor...
by marcsto
02 Oct 2008 08:18
Forum: VLC media player for Windows Troubleshooting
Topic: Play M3U file from JVLC
Replies: 6
Views: 835

Re: Play M3U file from JVLC

I have a temporary fix to my problem. In case anyone runs into the same issue, here's what I did: The following thread talks about a bug in jvlc's handling of the new MediaList format. http://forum.videolan.org/viewtopic.php?f=2&t=49612&start=0&st=0&sk=t&sd=a They suggest that un...
by marcsto
24 Sep 2008 10:05
Forum: VLC media player for Windows Troubleshooting
Topic: Play M3U file from JVLC
Replies: 6
Views: 835

Re: Play M3U file from JVLC

The playlist plays correctly if I run it directly from vlc (by double clicking the vlc.exe icon and choosing media, open file...) . Here is the code I use to run any media file (either an MP3 or a M3U playlist). It works correctly for MP3 files but not M3U files (see the logs in my previous post). I...
by marcsto
23 Sep 2008 07:21
Forum: VLC media player for Windows Troubleshooting
Topic: Play M3U file from JVLC
Replies: 6
Views: 835

Re: Play M3U file from JVLC

Thanks for your fast response! :) When I play M3U files from VLC directly, they work correctly. However, when I load them from JVLC, it doesn't start playing (I load it exactly the same way as I would load a normal mp3). I see the following in the logs: [00000372] main input debug: thread started [0...
by marcsto
22 Sep 2008 02:40
Forum: VLC media player for Windows Troubleshooting
Topic: Play M3U file from JVLC
Replies: 6
Views: 835

Play M3U file from JVLC

Hello, I have been looking into launching playlist files (ie: M3U files) from JVLC. There are several classes related to playlists (MediaList, MediaListPlayer etc.), but it seems that these classes were created to build playlists from single files (ie: add several individual MP3's to a MediaList and...
by marcsto
01 Sep 2008 16:12
Forum: VLC media player for Windows Troubleshooting
Topic: GUIDE: Programmatic Access to VLC from Java in Windows
Replies: 6
Views: 7642

GUIDE: Programmatic Access to VLC from Java in Windows

Hello, I have successfully setup a java application that has programmatic access to VLC on a windows machine using Java. This was done using the java binding called JVLC. During this process, I encountered several difficulties and noticed that several other posts had similar problems with often no s...

Go to advanced search