Question about imem play video and audio stream

This forum is about all development around libVLC.
adanzl
New Cone
New Cone
Posts: 1
Joined: 10 Apr 2013 12:37

Question about imem play video and audio stream

Postby adanzl » 10 Apr 2013 12:47

i wanna use libvlc in my project as an ocx player of rtmp stream
i use the librtmp to demux the protocal and use libvlc to display
my vlc args is

Code: Select all

ADD_ARGS(vlc_args, &argcount, "-vvv"); ADD_ARGS(vlc_args, &argcount, "-I dummy"); // Don't use any interface ADD_ARGS(vlc_args, &argcount, "--ignore-config"); // Don't use VLC's config ADD_ARGS(vlc_args, &argcount, "--imem-get=%ld", imemGetCallback); // imem-get ADD_ARGS(vlc_args, &argcount, "--imem-release=%ld", imemReleaseCallback);// imem-release ADD_ARGS(vlc_args, &argcount, "--imem-data=%ld", g_pQueue); ADD_ARGS(vlc_args, &argcount, "--imem-cookie=%s", V_COOKIE); ADD_ARGS(vlc_args, &argcount, "--imem-id=1"); ADD_ARGS(vlc_args, &argcount, "--imem-group=1"); ADD_ARGS(vlc_args, &argcount, "--imem-cat=2"); ADD_ARGS(vlc_args, &argcount, "--imem-codec=h264");
as the video player, it play well
my question is how to play both audio and video????? :?:

alexemir8888
New Cone
New Cone
Posts: 5
Joined: 04 Mar 2014 11:37

Re: Question about imem play video and audio stream

Postby alexemir8888 » 21 Mar 2014 14:44

did you got ever this to work (librtmp-imem-vlc) perhaps you can hep me out with some tips here

tia
alex


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 33 guests