Search found 5 matches

Go to advanced search

by SteUK
11 Jan 2016 20:39
Forum: Development around libVLC
Topic: HLS streaming : 0 tracks, no resolution, no playback
Replies: 5
Views: 776

Re: HLS streaming : 0 tracks, no resolution, no playback

Thanks to 'j-b' on the IRC channel, the solution to my troubles was to simply load the 'libgcc*.dll' found along side 'libvlc.dll. This is due to the following demux plug-ins being c++: adaptative, mkv, sid, mod, gme

Hope this helps someone in the future!

Thanks again j-b :)
by SteUK
11 Jan 2016 18:02
Forum: Development around libVLC
Topic: HLS streaming : 0 tracks, no resolution, no playback
Replies: 5
Views: 776

Re: HLS streaming : 0 tracks, no resolution, no playback

Further digging... Using the --list flag for both vlc.exe and my code (passed in to the function libvlc_new(...)): vlc.exe gives (amongst many others)... aiff AIFF demuxer adaptative Unified adaptative streaming for DASH/HLS win_msg Windows messages interface Whilst libvlc spits out... aiff AIFF dem...
by SteUK
11 Jan 2016 16:46
Forum: Development around libVLC
Topic: HLS streaming : 0 tracks, no resolution, no playback
Replies: 5
Views: 776

Re: HLS streaming : 0 tracks, no resolution, no playback

Bit more info from the logging: VLC media player - 3.0.0-git-20151220-0402 Vetinari Copyright © 1996-2015 the VideoLAN team revision 2.2.0-git-5734-g3a660dc configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-the...
by SteUK
11 Jan 2016 15:35
Forum: Development around libVLC
Topic: HLS streaming : 0 tracks, no resolution, no playback
Replies: 5
Views: 776

Re: HLS streaming : 0 tracks, no resolution, no playback

A bit more info in case anyone can help my troubles... My program log spits out... looking for demux module matching "any": 63 candidates MOD validation failed (ext=m3u8) found valid M3U playlist using demux module "playlist" Whilst the same part from the vlc GUI (roughly) gives....
by SteUK
08 Jan 2016 20:13
Forum: Development around libVLC
Topic: HLS streaming : 0 tracks, no resolution, no playback
Replies: 5
Views: 776

HLS streaming : 0 tracks, no resolution, no playback

Hi all, I am part way through writing a plug-in based around the excellent libvlc. The plugin renders video frames to an off-screen openGL buffer for use externally. I have managed to get local video files working as desired (for a first pass at least), but have hit trouble streaming in videos. I am...

Go to advanced search