Search found 7 matches

Go to advanced search

by ares89
11 Feb 2014 10:34
Forum: VLC for Android and Chrome OS
Topic: record video and audio on android
Replies: 9
Views: 1083

Re: record video and audio on android

you are missing a lot of muxers. I find the reason g726 cannot be record is that Muxer cannot add the G726 stream. the vlc uses avi muxer defautly, and in the file avi.c , the avi muxer not deal with VLC_CODEC_ADPCM_G726. so i add below in avi.c, my G726 is 32bit. case VLC_CODEC_ADPCM_G726: p_wf->w...
by ares89
02 Jan 2014 12:11
Forum: VLC for Android and Chrome OS
Topic: record video and audio on android
Replies: 9
Views: 1083

Re: record video and audio on android

you are missing a lot of muxers.


:D I am sorry to hear that... and I am happy for your answering.
what muxer i am missing? and how can i add it ?
by ares89
02 Jan 2014 07:36
Forum: VLC for Android and Chrome OS
Topic: record video and audio on android
Replies: 9
Views: 1083

Re: record video and audio on android

thanks. The log is as below, i cannot find the bug... this logs start from the start of recording,stop at when the file is saved. 01-02 14:00:39.421 23261-23261/ D/VLC/VideoPlayerActivity﹕ takeVideoRecord start 01-02 14:00:39.421 23261-23867/ D/VLC﹕ main stream output: using sout chain=`record{dst-p...
by ares89
02 Jan 2014 03:45
Forum: VLC for Android and Chrome OS
Topic: record video and audio on android
Replies: 9
Views: 1083

record video and audio on android

Happy new Year!Happy 2014! I want record video from rtsp which transforms H264. so I add the function "Add new API to libvlc to record the current media to either an application-specified file or a file " from https://patches.videolan.org/patch/606/ it works, but the function seems missin...
by ares89
31 Jan 2013 07:37
Forum: Development around libVLC
Topic: how to record video on android vlc
Replies: 0
Views: 5715

how to record video on android vlc

I add a function to record video on vlc android,but it works not well. i just can start record,but cannot stop record. what i have done is like bellow: first, in include\vlc\libvlc_media_player.h,i add a function header: VLC_PUBLIC_API int libvlc_video_toggle_record( libvlc_media_player_t *p_mi,cons...
by ares89
19 Jan 2013 10:03
Forum: Development around libVLC
Topic: how to snapshot on vlc_android?
Replies: 2
Views: 1016

Re: how to snapshot on vlc_android?

yes i find a solution for that.
thanks!
by ares89
05 Jan 2013 02:36
Forum: Development around libVLC
Topic: how to snapshot on vlc_android?
Replies: 2
Views: 1016

how to snapshot on vlc_android?

I want to snapshot on vlc_android, so I add a function in the jni libvlcjni.c to invoke libvlc_video_take_snapshot and enable-sout in the configure.sh file.After compiling, it seems not working well for the error below: 01-04 11:13:50.613: ERROR/VLC(1707): [0x22b844]: main input ES_OUT_RESET_PCR cal...

Go to advanced search