Search found 6 matches

Go to advanced search

by ian168
10 Feb 2011 10:04
Forum: Development around libVLC
Topic: Audio extraction
Replies: 9
Views: 1992

Does smem work well in ios platform?

In order to get the RTSP video and audio stream raw data,i used the vlc 1.1.5 library on windows,i worked well. I have tried vmem and smem in my VC++ project and both can work well,and then i tried to implement in iphone. I built the source code of MobileVLC from http://git.videolan.org/?p=MobileVLC...
by ian168
10 Feb 2011 09:57
Forum: Development around libVLC
Topic: Audio extraction
Replies: 9
Views: 1992

Re: Audio extraction

Hi all,
I used the smem well in my VC++ project on windows,but cannot work in ios.
Does any one know why smem cannot work in ios??
i built the source code of MobileVLC from http://git.videolan.org/?p=MobileVLC.git;a=summary,the latest version i used.
Or smem cannot work in ios system?
by ian168
13 Dec 2010 02:49
Forum: VLC media player for macOS Troubleshooting
Topic: how to Streaming video for iphone using vmem
Replies: 0
Views: 444

how to Streaming video for iphone using vmem

As the topic,i implement the code like this: the following part for vmem callback function, typedef struct CTX { unsigned short* surf; } CTX; static void lock(CTX *ctx, void **pp_ret) { *pp_ret = ctx->surf; } static void unlock(CTX *ctx) { //uint16_t *pixels = (uint16_t *)ctx->surf; } and part of so...
by ian168
13 Dec 2010 02:30
Forum: VLC media player for macOS Troubleshooting
Topic: how to Streaming video for iphone using smem
Replies: 0
Views: 695

how to Streaming video for iphone using smem

Hi All, I have a bottleneck about how to get the video streaming from IP camera for iphone,i complied the MobileVLC that was released from the VLC webpage and the webpage have a How To tutorial. If anyone follow the How To tutorial , you will get the libMobileVLCKit.a and libMobileMediaLibraryKit.a....
by ian168
18 Nov 2010 03:41
Forum: VLC media player for macOS Troubleshooting
Topic: Compile source code with xcode
Replies: 19
Views: 6027

Re: Compile source code with xcode

Hi all,
I have the same topic at how to compiler vlc with iOS,
Does anyone provide the method in detail?

Thanks a lot !!!
Ian
by ian168
12 Nov 2010 14:23
Forum: Development around libVLC
Topic: using smem - parameters
Replies: 5
Views: 2747

Re: using smem - parameters

i used vlc library to build a project by MFC that can play rtsp stream and open a file, but my purpose is how to get the video raw data(every frame). i implemented the method you told,so i had some questions as below: 1.how can i know the callback function working?i put the breakpoint on callback fu...

Go to advanced search