Search found 15 matches

Go to advanced search

by ryantheseer
31 Mar 2017 20:11
Forum: VLC media player for Windows Troubleshooting
Topic: Demuxing a Transport Stream MPEG file crashes VLC
Replies: 2
Views: 1271

Re: Demuxing a Transport Stream MPEG file crashes VLC

Never mind, feel free to delete the thread. Once I deleted a custom-built version of 64-bit VLC on my PC, it works on both x64 and x86 versions of VLC on my computer!
by ryantheseer
31 Mar 2017 20:09
Forum: VLC media player for Windows Troubleshooting
Topic: Demuxing a Transport Stream MPEG file crashes VLC
Replies: 2
Views: 1271

Re: Demuxing a Transport Stream MPEG file crashes VLC

As a note, I can view the video fine using x86 version of VLC on my computer.
by ryantheseer
31 Mar 2017 19:56
Forum: VLC media player for Windows Troubleshooting
Topic: Demuxing a Transport Stream MPEG file crashes VLC
Replies: 2
Views: 1271

Demuxing a Transport Stream MPEG file crashes VLC

How do I properly play a .ts file with VLC Player? Every time I try, VLC crashes with the verbose output below, which ends with "unhandled vlc exception". I can view the video fine with GStreamer and even Windows Media Player. The command line I used with GStreamer to successfully demux th...
by ryantheseer
27 Mar 2017 16:08
Forum: Development around libVLC
Topic: VLC.exe works but LibVLC through VLCJ has errors with plugins
Replies: 3
Views: 1703

Re: VLC.exe works but LibVLC through VLCJ has errors with plugins

It has trouble running on other PCs that don't have MingW in the PATH. I followed the instructions to enforce static linking of plugins successfully.
by ryantheseer
20 Mar 2017 15:18
Forum: Development around libVLC
Topic: VLC.exe works but LibVLC through VLCJ has errors with plugins
Replies: 3
Views: 1703

Re: VLC.exe works but LibVLC through VLCJ has errors with plugins

Update: I had been using make package-win-common, so I never noticed that when I run package-win-strip, there are errors in the npapi-vlc project due to changes I've made in the VLC source code. I will now have to fix those errors in a custom npapi-vlc.
by ryantheseer
20 Mar 2017 14:50
Forum: Development around libVLC
Topic: GPS data in Text tracks
Replies: 6
Views: 4308

Re: GPS data in Text tracks

Hi sherington or uglide: have either of you succeeded in making a plugin for GPS data in text files? I'm looking to do something similar, except that instead of GPS data, I would like to make use of custom auxiliary data that needs to be synchronized with the video image frames.
by ryantheseer
17 Mar 2017 21:35
Forum: Development around libVLC
Topic: VLC.exe works but LibVLC through VLCJ has errors with plugins
Replies: 3
Views: 1703

VLC.exe works but LibVLC through VLCJ has errors with plugins

I have installed a custom build of LibVLC on two different Windows 7 PCs. On one, everything seems to run fine. On the other, I run into two different scenarios: When running VLC.exe, it finds 419 modules, including the Live555 module, which is of particular interest because I'm trying to stream a v...
by ryantheseer
14 Mar 2017 15:30
Forum: Development around libVLC
Topic: Modifying the display callback API
Replies: 3
Views: 1273

Re: Modifying the display callback API

That's right. I solved the issue, which was that I had an environment variable pointing to the wrong location of my built binaries. Oops!
by ryantheseer
10 Mar 2017 17:46
Forum: Development around libVLC
Topic: Migrating from command line to API initialization
Replies: 3
Views: 1367

Re: Migrating from command line to API initialization

Every time a new version of LibVLC is released, you would have to do regression tests to make sure your command-line arguments are still functional.
by ryantheseer
09 Mar 2017 22:55
Forum: Development around libVLC
Topic: Modifying the display callback API
Replies: 3
Views: 1273

Modifying the display callback API

I'm trying to modify the display callback API, starting from lib/media_player.c and its libvlc_video_set_callbacks(...) method, branching the code from the 2.2.4 tag (commit 888b7e89). I'm currently building LibVLC cross-platform for 64-bit Windows, and hooking in through Java in Eclipse. I want to ...
by ryantheseer
06 Mar 2017 15:58
Forum: Development around libVLC
Topic: Debugging Live555 with VLC Messages window
Replies: 1
Views: 1083

Re: Debugging Live555 with VLC Messages window

When I run VLC through a JNI ("VLCJ" project) in Java with Eclipse, I can see the Live555 messages that I'm missing from the Message window, but of course I don't get the Messages window. This might work in the meantime until someone can answer my question.
by ryantheseer
03 Mar 2017 20:58
Forum: Development around libVLC
Topic: Debugging Live555 with VLC Messages window
Replies: 1
Views: 1083

Debugging Live555 with VLC Messages window

I'm trying to make a patch to the Live555 API in VLC, but I am currently unable to get debug messages to be forwarded to the VLC Message window. I am trying to set up debug messages inside the Live555 source code like this, for instance in live555/liveMedia/RTSPClient.cpp, I put a line like this: en...
by ryantheseer
23 Feb 2017 17:41
Forum: Development around libVLC
Topic: Where is QtWidgets/QAction ?
Replies: 7
Views: 5104

Re: Where is QtWidgets/QAction ?

I tried building for Windows 64-bit from the 2.2.4 tag in vlc-2.2.git from Linux (Ubuntu 64-bit 16.04). I followed these steps after setting up the toolchain, from a folder named ~/dev/ on the Linux machine: git clone git://git.videolan.org/git/vlc-2.2.git vlc cd vlc mkdir -p contrib/win32 cd contri...
by ryantheseer
16 Feb 2017 20:20
Forum: Development around libVLC
Topic: Parsing time stamps from rtp stream.
Replies: 3
Views: 2111

Re: Parsing time stamps from rtp stream.

Is this still true? Is there a way to modify the libVLC source code and recompile a patch in order to get the RTP time stamp? I have the same need for it that Lpas did.

Go to advanced search