Search found 4 matches

Go to advanced search

by suckitdry
28 Apr 2021 18:34
Forum: Development around libVLC
Topic: Problem with fragmented mp4
Replies: 2
Views: 2079

Re: Problem with fragmented mp4

I use the same code shown here: https://forum.videolan.org/viewtopic.php?t=127796 It works well when you load the entire video into memory, but the problem comes when you try to play from an arbitrary position when the whole video is not available, for example from a remote host. As i said earlier, ...
by suckitdry
24 Apr 2021 22:18
Forum: Development around libVLC
Topic: Problem with fragmented mp4
Replies: 2
Views: 2079

Problem with fragmented mp4

Hi, I downloaded a fragmented mp4 video, after inspecting it with mp4 viewer it looks something like this: ftyp-moov-mdat-moof-mdat-moof-mdat-moof-... So after the moov box there is a long sequence of mdat-moof pairs up to the end of file.I wanted to play this video from the net with libvlc, that is...
by suckitdry
19 Apr 2021 04:03
Forum: Development around libVLC
Topic: Cannot compile libvlc in Codeblocks
Replies: 2
Views: 1420

Cannot compile libvlc in Codeblocks

Hi, I'm trying to compile an example program using libvlc 3.0.0 with Codeblocks 15.12, but I get several errors, first it complained to add -std=c++11 to compiler options, after I added it I got all these errors: ||=== Build: Release in player (compiler: GNU GCC Compiler) ===| D:\Program Files (x86)...

Go to advanced search