Page 1 of 1

Recording video to file in winrt

Posted: 18 Sep 2013 11:15
by thuanvh
I try using :sout option for recording video in winrt. After many tries, all failed.
I find that the sout is disabled in winrt (detailed in configuration info below).
How could I use libvlc for recording video in winrt ?
Thanks so much.

Code: Select all

main libvlc debug: Copyright © 1996-2013 the VideoLAN team main libvlc debug: revision 2.1.0-git-759-g554f010 main libvlc debug: configured with ../configure '--enable-winstore-app' '--enable-lua' '--disable-vlm' '--disable-sout' '--disable-faad' '--disable-flac' '--enable-theora' '--disable-twolame' '--enable-quicktime' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--disable-x264' '--enable-realrtsp' '--enable-live555' '--enable-shout' '--disable-goom' '--disable-caca' '--disable-sdl' '--disable-qt' '--disable-skins2' '--enable-sse' '--enable-mmx' '--disable-libcddb' '--disable-zvbi' '--disable-telx' '--disable-mad' '--disable-a52' '--enable-vlc' '--disable-libgcrypt' '--disable-dirac' '--host=x86_64-w64-mingw32' 'host_alias=x86_64-w64-mingw32' 'CC=x86_64-w64-mingw32-gcc -specs=/home/buildslave/slave/winrt-bin-win64-x86_64/build/vlc/vlc/../newspecfile -Wl,--disable-runtime-pseudo-reloc' 'LDFLAGS=-lnormaliz -lwinstorecompat -lruntimeobject' 'CPPFLAGS=-D_WIN32_WINNT=0x602 -D_UNICODE -DUNICODE' 'CXX=x86_64-w64-mingw32-g++ -specs=/home/buildslave/slave/winrt-bin-win64-x86_64/build/vlc/vlc/../newspecfile -Wl,--disable-runtime-pseudo-reloc'

Re: Recording video to file in winrt

Posted: 27 Sep 2013 18:51
by Jean-Baptiste Kempf
So far, no.

Re: Recording video to file in winrt

Posted: 28 Sep 2013 16:10
by thuanvh
Thanks for your reply and great job for winrt.
I'm looking for vlc improvement.

Re: Recording video to file in winrt

Posted: 29 Sep 2013 18:48
by Ludrax
will that metro app be available locally(without store)?
Can some parts be reused for desktop fullscreen interface?