Multiple Video Channels Demux

This forum is about all development around libVLC.
thecaptain0220
New Cone
New Cone
Posts: 9
Joined: 05 Dec 2014 16:09

Multiple Video Channels Demux

Postby thecaptain0220 » 17 Jun 2015 17:48

I am working on a demuxer that supports multiple video channels. The problem is I cannot find a way to order the channels. I add the channels in open using es_out_Add(demux->out, &sys->videoFmt);. Then I send the frames in demux es_out_Send(demux->out, sys->videoESArr[channel], buf);. It seems like the channels are not always in the same order. I printed off the channel before calling send and that order is always the same, but the order the windows appear in is different sometimes. Is there any way I can preset the order?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Multiple Video Channels Demux

Postby Jean-Baptiste Kempf » 09 Jul 2015 22:02

You should be able to set the ID.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 18 guests